code interpreter
常見(jiàn)例句
- The function, structure and procedure of G code interpreter for computer numerical control (CNC) system is analyzed in details.
對(duì)數(shù)控G代碼解釋器的功能、結(jié)構(gòu)進(jìn)行了詳細(xì)分析。 - 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 運(yùn)行時(shí)環(huán)境基本上就是一個(gè)線程管理器加上一個(gè)用于加載和執(zhí)行 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.
討論了仿真系統(tǒng)的譯碼器、基于特征的加工數(shù)據(jù)庫(kù)、實(shí)體建模以及仿真驅(qū)動(dòng)等組成模塊實(shí)現(xiàn)的關(guān)鍵技術(shù)和方法。 - So the interpreter is simply operating directly on your code at run time.
因此解釋器在運(yùn)行程序的時(shí)候,會(huì)直接的對(duì)你的代碼進(jìn)行操作。
麻省理工公開課 - 計(jì)算機(jī)科學(xué)及編程導(dǎo)論課程節(jié)選 - 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.
也就說(shuō),如果是解釋語(yǔ)言的話:,你要寫一些叫做,源碼的東西,你寫的東西會(huì)經(jīng)過(guò)一個(gè)簡(jiǎn)單的過(guò)濾器,然后解釋器會(huì)處理你的源碼,解釋器會(huì)產(chǎn)生一個(gè),逐條讀取你的源碼的,控制流,然后返回一個(gè)輸出結(jié)果。
麻省理工公開課 - 計(jì)算機(jī)科學(xué)及編程導(dǎo)論課程節(jié)選 返回 code interpreter