您要查找的是不是:
- assembly coding format 汇编编码格式
- Source code from which the assembly code derives. 程序集代码派生于的源代码。
- It has all the flexibility of assembly code. 它具备汇编语言的所有灵活性。
- Includes optimized Pentium assembly code for high-performance. 优化包括奔腾汇编代码为高性能。
- Assembly code should use MS assembler. 集合代码应该用MS集合。
- We briefly introduce the models of TCP/IP, encapsulation, code format and data structures of TCP/IP and so on. 简要介绍了TCP/IP的四层模型、数据报的封装过程,IP、TCP等协议的格式和数据结构。
- This paper introduces IRIG-B code format and the structure of hardware, and the program of the system is also given. 笔者对IRIG-B码的格式作了详细介绍,并给出了系统部分硬件组成和软件编程图。
- If you read the assembly code that is ultimately generated by virtually any compiler, you'll see that program control contains many jumps. 否则跳到那里”。若阅读由几乎所有编译器生成的汇编代码,就会发现程序控制里包含了许多跳转。
- The debugger provides two windows for debugging inline assembly code, the Disassembly window and the Registers window. 调试器提供了两个用于调试内联程序集代码的窗口,即“反汇编”窗口和“寄存器”窗口。
- This article analysesn the difference between Chnese WINDOWS coding format and UCDOS,it is suggested that format change realize add to wubixing input way for windows. 本文分析了中文WINDOWS3.;2五笔型编码与UCDOS五笔型编码格式的差异,经过格式的修改,转换为符合中文WINDOWS要求的编码文本文件,为WINDOWS3
- However, after DROP ASSEMBLY executes, any attempts to invoke the assembly code will fail. 但是,执行DROP ASSEMBLY之后,任何调用程序集代码的尝试将失败。
- Inline assembly code in functions that pass copy-constructed function parameters is not supported. 传递复制构造函数参数的函数中的内联程序集代码不受支持。
- Use the Disassembly window to view assembly code corresponding to the instructions created by the compiler. 使用“反汇编”窗口查看与编译器所创建的指令相对应的汇编代码。
- If your organization or client requires a particular WBS code format, you can use a custom WBS code mask to define the sequence for each level of the WBS code. 如果您的组织或客户要求特定的WBS代码格式,您可以使用自定义WBS代码掩码来定义各级别WBS代码的序列。
- To avoid this, you could debug the custom assembly code by using the Report Host (Preview Window). 要避免此问题,您可以使用Report Host(预览窗口)来调试自定义程序集代码。
- TPFAP is a transmisssion probabilily fuel assembly code package for burnup calculations on BWR and PWR. TPFAP是一个同时适用于PWR和BWR的穿透几率法燃料组件燃耗计算程序包。
- A picture definition in a coded format used internally by GDDM that optionally provides the user with a lower level programming interface than GDDMAPI. 编码格式的一种图形定义,可以内部由图形数据显示管理(GDDM)系统使用,该系统可由用户选用比图形数据显示管理系统应用程序接口(GDDMAPI)更低级的程序设计接口。
- Auto start the design reference circuitry and program code. PIC microcontroller design, assembly code. 汽车启动设计参考电路及程序代码。PIC单片机设计,汇编代码。
- After a Web test has been converted to its coded format, looping and branching constructs can be added. 在Web测试转换为相应的编码格式之后,可以添加循环和分支构造。
- Without the braces, the compiler cannot tell where assembly code stops and C or C++ statements begin. 没用{},编译器就无法区分那个是汇编代码的结尾,哪里是C/C++语句的开始。