说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 句库 -> 解释代码
1.
Cluttering up the source code with lots of comments explaining what the code is trying to do is distracting and slows down the compiler
散落于代码各处,解释代码在做什么的注释让人分心,也会让编译变慢。
2.
a device for deciphering codes and ciphers.
用来解释密码或代码的装置。
3.
interpreter used in code generatio
代码生成中使用的解释程序
4.
The JVM then interprets the application code for the hardware.
然后Java虚拟机为硬件解释应用程序代码。
5.
Design of NC Code Interpreter in Embedded NC System Based on WinCE
基于WinCE嵌入式数控系统NC代码解释器的设计
6.
Multiple CNC Code Interpreter Based on Lex & Yacc
基于Lex和Yacc的多数控代码解释器研究与应用
7.
Design & Realization of NC G Code Interpreter Based on VC
基于VC的数控G代码解释器的设计与实现
8.
Research and Implementation of NC Code Interpreter in Virtual NC Machining System
虚拟数控加工中NC代码解释技术的研究与实现
9.
Code should be self explanatory. Good code with readable variable and method names should not require comments.
代码应该是自解释的。由可读性强的变量和方法组成的好的代码应该不需要注释。
10.
differential equation pseudocode interpreter
微分方程伪码解释器
11.
The following list explains the main data structures defined and used by the bridging code. All of them have dedicated sections with field-by-field descriptions in Chapter17.
下面的列表解释了桥源代码中定义和使用的主要的数据结构。在17节中会对每个域逐个解释。
12.
Add internal comments only if they will aid others in understanding your code.
只有当内部注释有助于其他人理解你的代码时才添加。
13.
It interprets VoiceXML code and manages dialog between callers and VoiceXML content located at a Web site.
它解释VoiceXML的代码和管理呼叫者与某个网站上VoiceXML内容之间的对话。
14.
The interpreter converts your source program into object code as it is needed.
根据需要,解释程序能将你所编写的源程序转换为结果代码。
15.
Turn the fragment into a method whose name explains the purpose of the method.
将这段代码提取到一个方法中,方法的名字用来解释其意图。
16.
Study and Realization of Open CNC System Machining Instruction Code Interpreter;
开放式数控系统加工指令代码解释器的研究与实现
17.
Development of Code Interpreter for EDM CNC System Based on Lex and Yacc
基于Lex和Yacc的电火花加工机床数控系统代码解释器开发
18.
Indent comment at the same level of indentation as the code you are documenting.
注释缩进和其注释的代码在同一层次。