程序代码,program code
1)program code程序代码
1.Automatica measuring the program code similarity can not only detect the program plagiarism,but also assist to implement the automation of checking the assignments or correcting the papers.程序代码相似度的自动度量不仅可以检测程序代码的抄袭问题,还可以辅助实现作业批改的自动化或试卷评阅的自动化。
2.Automatically measuring the similarities among program code throughcomputer can not only help teachers to detect program plagiarism, but alsocan automatically correct programming assignments and papers.计算机程序代码相似度的自动度量,不仅可以帮助教师检查学生作业中的抄袭现象,还可以辅助实现作业批改或试卷评阅的自动化,对程序代码版权的辅助鉴别也具有很重要的现实意义。
3.In the paper,first,the existing program code similarity detection techniques are studied.程序代码的相似度度量是剽窃检测的关键技术。
英文短句/例句

1.Optimizing Visual Basic Application Program Codes;优化Visual Basic应用程序代码
2.Research on Code Conversion Technology in Program Code Similarity Detection;程序代码相似度中的代码转换技术的研究
3.These variables are addressed via% si register as it gives shorter code.以下是为了缩短程序代码而设的子程序及变量.
4.How to Use the C Language Procedure Code Directly in Delphi Program;如何在Delphi程序中直接使用C语言程序代码
5.The Methods of Optimizing Procedure Code of Visual Basic 6.0;优化Visual Basic 6.0程序代码方法
6.A complete scan of the source code by the compiler or assembler.由编译程序或汇编程序对源程序代码的一次完整的扫描。
7.microprocessor code assembler微处理机代码汇编程序
8.microcode link editor微代码连接编辑程序
9.main line code program counter主线代码程序计数器
10.Code Commenter and Error Handler Add-In代码注释器和错误处理程序外接程序
11.A program that translates a command or operation code into machine code.把命令或操作代码转换为机器代码的程序。
12.Program and Difference Interpolation of ISO Code of Ellipse椭圆ISO代码译成差分插补代码及其程序的实现
13.A defect in the code or routine of a program.错误计算机程序中代码或例行程序上的瑕疵
14.Use of the computer itself to develop the machinecoded program from macrocodes.利用计算机本身从宏代码开发机器码程序。
15.Object code is code output from a compiler or assembler.目标码是指由编译程序或汇编 程序加工输出的代码。
16.Return Status Code from Provider Service:来自提供程序服务的返回状态代码:
17.The given assembly name or code base was invalid.给定的程序集名称或代码基无效。
18.interpreter used in code generatio代码生成中使用的解释程序
相关短句/例句

code[英][k??d][美][kod]程序代码
1.MODBUS agreemont was the common communications agreemont of industrial scene,it described a visiting other equipment process of controller,in response to the request from other equipment and to detect and record the wrong message,this paper presented the agreement principle of ModBus and the coding methods of CRC and CRC coding of MODBUS and the code of 16bit Modbus CRC.介绍了ModBus协议原理及其CRC编码方法,研究MODBUS协议的CRC编码,并给出计算上位机16bit Modbus CRC编码的程序代码
3)code program代码程序
4)C program codeC程序代码
5)G code fileG代码程序
6)NC-code procedureNC代码程序
延伸阅读

编译程序的编译程序编译程序的编译程序compiler-compiler b Ianyi ehengxu de blanyi chengxu编译程序的编译程序《compile卜伪mpiler》产生编译程序的编译程序。它接受用某一适当的表示体系描述的某一语言类中任一语言A的词法规则、语法规则、语义规则和(或)代码生成规则,并从这些描述产生出用目标语言B写的关于语言A的编译程序的全部或部分。编译程序的编译程序又称为偏译租序的生成租序。 通常,编译程序分成词法分析程序、语法分析程序、语义分析程序、代码生成程序等若干部件。这些部件可以用一个总的编译程序的编译程序的不同部分来生成,也可以分别用不同的专用生成程序来生成。这些专用生成程序包括词法分析程序的生成程序,语法分析程序的生成程序和代码生成程序的生成程序等。 词法今析租序的生成粗序接受以正则文法或其它类似文法描述的单词,构造一个有限状态自动机,由此生成一个词法分析程序。 语法介析程序的生成程序接受以上下文无关文法的形式描述的源语言的语法,生成一个语法分析程序。各种语法分析程序的生成程序随实现语言、语法分析算法的原理以及源程序中语法错误处理能力的不同而异。如采用LR的语法分析程序的生成程序YACC和采用递归下降法的语法分析程序的生成程序L比en。 语义分析程序、中间代码生成程序和目标代码生成程序的生成程序的设计与实现与形式化的语义描述紧密相关。语义描述形式化技术相当困难,目前大多数生成程序中语义描述还是采用非形式化,它们的基本思想是为源语言的上下文无关文法的语法符号或产生式配以翻译子程序(语义动作或语义子程序)。 现有不少性能很好的编译程序的编译程序,如词法分析程序的生成程序LEX,语法分析程序的生成程序yACC和LLgen,它们都显著提高了编译程序的开发效率。