汇编器、解释器和编译器的图像?

发布于 2024-07-26 17:44:05 字数 185 浏览 12 评论 0原文

我接到一项任务,要制作

  • 汇编器
  • 解释器
  • 编译器

的手绘海报,我在谷歌上搜索了上述三个图像,但无法获得一些可以正确定义上述三个图像的精确图像。 任何人都可以分享一些图像链接,这些链接可以让您了解什么是计算机中的汇编器、解释器和编译器。

谢谢

I got an assignment to make hand-drawn posters of

  • Assembler
  • Interpreter
  • Compiler

I googled for images of above three but not able to get some exact images which can define the above three properly. Can anyone share some image links which will give an idea about what is Assembler, Interpreter and compiler in computers.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

岁月静好 2024-08-02 17:44:05

这将对您有所帮助:

  • 编译器,图像非常简单并且采用了原始概念。
  • 口译员,在此演示文稿中您将获得具有不同详细程度的各种示例。
  • Assembler,这本书是关于 ASM 的综合材料,这里图 1 可以提供帮助你(以及分别解释两遍汇编器和单遍汇编器的图 2 和图 3)

This will help you:

  • Compiler, the image is pretty simple and takes the primordial concept.
  • Interpreter, in this presentation you'll get various examples with different levels of detail.
  • Assembler, this book its a comprehensive material on ASM, here figure 1 can help you (as well as figure 2 and 3 that explain Two-pass assemblers and One-pass assemblers, respectively)
铁轨上的流浪者 2024-08-02 17:44:05

也许您可以绘制图表来指示每个组件的输入和输出集。 例如,汇编器将汇编语言代码作为输入并生成二进制目标代码作为输出。

Perhaps you could draw diagrams that indicate the set of input and outputs for each component. For example, an assembler takes assembly language code as input and produces binary object code as output.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文