input file code的意思|示意
输入文件代码
input file code的网络常见释义
输入档案代码 ... an input source code: 一个输入法源代码 input file code: 输入档案代码 dual-input source code source c: 双通输入法源代码的源代码 ...
input file code相关短语
1、 Input code list file 输入法码表文件
input file code相关例句
The standard for compiler design is to break it in two modules: the front end that reads and decodes the input file, and the back end that produces the code or, in this case, the table class.
编译器的设计标准是将其分成两个模块:前端和后端,前端读取输入文件并对该文件进行解码,后端生成代码,或者在这种情况下生成 table 类。
Each file will contain the name and email of one of the customers in an input file plus some XML code.
每个文件包含输入文件中的某个客户的名称和电子邮件地址,以及一些XML代码。
CSI accepts an input file and compiles the source code on the fly, finally executing the resulting assembly.
CSI接受一个输入文件并即时对源代码进行编译,最后执行生成的程序集。
The assembler code is input to the assembler, which by default produces the grandfather of all object files, the a.out file.
汇编代码是汇编器的输入,在缺省情况下,汇编器将生成所有目标文件的祖先,即a.o ut文件。
In this code, you start by declaring a file pointer to standard input so that you can get interactive information from the keyboard during the spell-check process.
在这段代码中,您首先要为标准输入声明一个文件指针,以便您能够在拼写检查过程中从键盘获得交互式信息。
Stop after the stage of compilation proper; do not assemble. The output is in the form of an assembler code file for each non-assembler input file specified.
编译后即停止,不进行汇编。对于每个输入的非汇编语言文件,输出文件是汇编语言文件。