code format meaning in English
编码格式
代码格式
码的格式
Examples
- Until now , most inspection tools either tried to take on the very difficult problem of proving that a program is correct , or focused on superficial issues such as code formatting and naming conventions , or at best , simple bug patterns such as self - assignment , unused fields , or potential errors such as unused method parameters or public methods that could be declared private or protected
到目前为止,大多数检测工具要么极力试图证明程序是正确的,要么注重一些表面问题,如代码的格式编排和命名规则,最多还关注一些简单的bug模式,如自赋值、未使用的域或潜在的错误(如未使用的方法参数,或可以声明为私有或保护的方法被声明为公共的) 。 - From this view , the thesis takes the audio signal as the main object to overcome . the audio signal has first been condensed and coded using adpcm technology , and then has been disposed using streaming media technology from two aspects , which are coding format and transmission control . the proportion of condensation is 1 / 24 , and it is perfect
本文以此为出发点,将语音作为主要攻克对象,首先采用adpcm对其进行压缩编码,再运用流媒体技术对语音信号从编码格式和传输控制两个方面进行进一步的处理,压缩比例达到1 / 24 ,效果明显。 - First , the paper researches the format and semantic features of iso apt in detail , next , applies regular expression to describe the definition of apt ’ s tokens and uses context - free grammar to describe apt ’ s syntax rules , last , designs the intermediate code format which keeps on the source code semantic and designs a complete module to check lexical and syntax errors of nc code by using modern compiling techniques
在代码预处理技术方面,详细研究了标准数控代码语言的格式和语义并采用现代编译技术中的正则表达式和上下文无关文法分别描述了标准数控代码语言的记号定义和语法结构定义;设计了保持源代码语义的中间标准数控代码格式,在此基础上,设计并构建了数控代码的词法和语法检查模块。