汇编器、解释器和编译器的图像?
我接到一项任务,要制作
- 汇编器
- 解释器
- 编译器
的手绘海报,我在谷歌上搜索了上述三个图像,但无法获得一些可以正确定义上述三个图像的精确图像。 任何人都可以分享一些图像链接,这些链接可以让您了解什么是计算机中的汇编器、解释器和编译器。
谢谢
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这将对您有所帮助:
This will help you:
也许您可以绘制图表来指示每个组件的输入和输出集。 例如,汇编器将汇编语言代码作为输入并生成二进制目标代码作为输出。
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.