您要查找的是不是:
- object code listing 目标代码表
- OBJECT CODE:Term synonymous with machine code. 目标代码:机器代码的同义术语。
- OBJECT CODE: Term synonymous with machine code. 目标代码:机器代码的同义术语。
- Find the TV brand code list on the page 65. 在第65页查找各电视机品牌遥控代码表。
- The first half of the listing is a list of local variables for a method; the second half is assembly code, which is human-readable object code. 该清单的第一部分列出了方法的局部变量;第二部分是汇编代码,它也是人们可读的目标代码。
- Compelled to copy the source along with the object code. 目标码一起复制源码。
- However, the resulting object code is not used to run the page. 但是,产生的对象代码不用于运行页。
- Object code is code output from a compiler or assembler. 目标码是指由编译程序或汇编 程序加工输出的代码。
- In the following code listing, sync_ret_val contains the return value 0 for success or non-0 for failure. 在以下代码列表中,sync_ret_val包含代表成功的返回值0或代表失败的返回值非0。
- For a full code listing, see How to: Extend the Appearance and Behavior of Controls in Design Mode. 若要获得完整的代码清单,请参见How to:Extend the Appearance and Behavior of Controls in Design Mode。
- The interpreter converts your source program into object code as it is needed. 根据需要,解释程序能将你所编写的源程序转换为结果代码。
- Target creation is a little involved - it requires its own code listing and explanation to make sense. 目标创建有点复杂,它需要专门的代码清单和说明。
- The program is assemblied to object code andis written in EPROM chip finally. 程序系统被汇编成目标码后写入到EPROM芯片中。
- A program that translates from machine language to assembly language, often to decipher existing machine language programs by generating symbolic code listings. 将机器语言翻译成汇编语言的程序,一般通过产生符号代码的清单来翻译已有的机器语言程序。
- The test application I wrote to validate this code works fine (the bulk of the code is shown in Code Listing 1). 当然,我所编写的用于验证这段代码的测试应用程序可以正常工作(该代码显示在代码列表1中)。
- A printout giving instructions and narrative as originally prepared and the object code resulting from them. 原编写的指令和注解说明以及由此得到的目的代码的打印输出。
- You may make a single copy of the products in object code form for archival or backup purposes. 您可以为存档或备份的目的以目标代码的形式制作产品的一份复制品。
- An assembler that executes on one computer but generates object code for a different computer. 在一台计算机上执行而为另一台不同的计算机产生目标代码的汇编程序。
- The terse syntax is attractive to professional programmer, and the compilers generate very deficient object code. C语言简洁的语法对专业编程人员很有吸引力,而且它的编译程序能够产生高效的目标代码。
- The last line also finishes with a comment,and this one indicates the end of the source code listing,which allows it to be automatically extracted from the text of this book and checked with a compiler. 最后一行也用这样的一条注释结尾,它标志着源代码清单的结束。这样一来,可将代码从本书的正文中方便地提取出来,并用一个编译器检查。