code interpreter
常见例句
- The function, structure and procedure of G code interpreter for computer numerical control (CNC) system is analyzed in details.
对数控G代码解释器的功能、结构进行了详细分析。 - The RecipeJAUS runtime environment is a essentially a thread manager coupled with a RecipeJAUS code interpreter that loads and executes a RecipeJAUS packet sequence.
RecipeJAUS 运行时环境基本上就是一个线程管理器加上一个用于加载和执行 RecipeJAUS 信息包序列的 RecipeJAUS 代码解释器。 - The overall architecture of the system consisted of code interpreter, modeling module, feature database of turning based on STEP-NC and simulation drive is established.
讨论了仿真系统的译码器、基于特征的加工数据库、实体建模以及仿真驱动等组成模块实现的关键技术和方法。 - So the interpreter is simply operating directly on your code at run time.
因此解释器在运行程序的时候,会直接的对你的代码进行操作。
麻省理工公开课 - 计算机科学及编程导论课程节选 - What that basically says is the following: in an interpreted language, you take what's called the source code, the thing you write, it may go through a simple checker but it basically goes to the interpreter, that thing inside the machine that's going to control the flow of going through each one of the instructions, and give you an output.
也就说,如果是解释语言的话:,你要写一些叫做,源码的东西,你写的东西会经过一个简单的过滤器,然后解释器会处理你的源码,解释器会产生一个,逐条读取你的源码的,控制流,然后返回一个输出结果。
麻省理工公开课 - 计算机科学及编程导论课程节选 返回 code interpreter