• 程序化量子处理器根据程序寄存器存储指令数据寄存器中的量子态作指定操作

    According to the order stored in the program register, the processor operates the quantum state in the data register.

    youdao

  • 后面4040处理器(1974发布),具有扩展指令程序内存寄存器堆栈

    Its successor was the 4040 processor (released in 1974), which had an expanded instruction set, program memory, register set, and stack.

    youdao

  • 这个程序执行的操作计算正在使用寄存器

    What this program is doing is calculating the registers being used.

    youdao

  • 通常它们程序可用基本数据——数据、全局变量寄存器——作为出发点

    Generally, they start off with a "base" set of data that is known to be available to the programstack data, global variables, and registers.

    youdao

  • ADDRESS -OF专用寄存器中的集合特定程序方法调用期间存在

    Values set in ADDRESS-OF special registers persist only for the span of the particular program or method invocation.

    youdao

  • 这个示例程序输出了当时通用寄存器

    The sample program has also dumped the general purpose register values in this case.

    youdao

  • 函数必须假设对于自己8个参数它们通过寄存器传递但是如果需要程序中对参数进行存储,仍然需要一个可用保存

    Functions must assume that for the first eight parameters, they are only passed by register, but they will still have a save area available if they need to be stored by the program.

    youdao

  • 所有PowerPC程序都需要由一个指向寄存器1中的这个堆栈指针启动

    All PowerPC programs start off with a pointer to this stack in register 1.

    youdao

  • 然后保存3个用于进行程序主要控制非易失性寄存器

    It then saves three non-volatile registers that will be used for the main control of the program.

    youdao

  • CLI应用程序可以使用客户机配置选项CURRENTOPTIMIZATIONPROFILE每个连接使用专用寄存器

    Cli applications can use the client configuration option CURRENTOPTIMIZATIONPROFILE to set the special register per connection.

    youdao

  • Linux程序中使用SPU需要使用一部分内核代码因为控制寄存器只能PPE使用特权模式进行访问

    Some kernel code is needed to use the SPUs from a Linux application, since the controlling registers are only accessible from the PPE in privileged mode.

    youdao

  • 寄存器数量每个处理器当中固定所以程序某个特定的位置可以保存寄存器中的变量的数量限制的。

    As any processor has a fixed set of registers, there is a limit to the number of variables that can be kept in registers at any one point in the program.

    youdao

  • 例如驱动程序硬件进行通信时操纵寄存器以便请求一些所需设备操作

    For example, when a driver communicates with hardware, it manipulates registers to request some desired operation of the device.

    youdao

  • 对于某个程序被取消第一调用对于某个方法调用,编译器会初始这些专用寄存器字段它们作为初始

    For the first call to a program after a cancel of that program, or for a method invocation, the compiler initializes the fields of these special registers to their initial values.

    youdao

  • 来宾操作系统驱动程序窥探内存硬件寄存器软件存在于下面仿真设备参见2)。

    When the guest operating system's driver peeks and pokes at the memory and hardware registers, software exists underneath to emulate the device (see Figure 2).

    youdao

  • 这样如果以后需要代码中添加一个寄存器那么汇编程序就会自动重新计算寄存器编号,您也不必更改自己寄存器编号约定。

    This way, if you need to add a register to your code later, the assembler will auto-recalculate the new register Numbers and you don't have to alter your register numbering convention.

    youdao

  • 可以设置一些寄存器发出一个系统调用指令(中断),并陷阱处理程序直接调用内核代码

    You set some registers and issue a system call instruction (or an interrupt) and have the kernel code called directly from the trap handler.

    youdao

  • 相反OCG编译器整个程序中的每个变量寄存器以及指针信息全面的了解。

    In contrast, an OCG compiler has comprehensive information about every variable, register, and pointer throughout the entire program.

    youdao

  • 有些平台(powerpc)允许程序索引寄存器指定一个倍数

    Some platforms (not PowerPC) allow programmers to specify a multiplier for the index register.

    youdao

  • 有些编译支持“生命周期分割”(live - range splitting),也就是说程序不同部分,变量可以分配不同的寄存器或者内存中。

    Some compilers support live-range splitting, where a variable can be allocated to different registers as well as to memory in different parts of the function.

    youdao

  • 例如这个驱动程序可能会通过利用mmap来访问硬件寄存器进行高级编程

    The driver will perform hardware register accesses and advanced programming by making use of mmap , for example.

    youdao

  • 因为准确知道中断用到哪个寄存器,所以能够程序编缉时状态为基础,动态决定代码大小

    Since it knows exactly which registers will be used for any interrupt, it can determine the context size dynamically, based on the state of the program at the time of compilation.

    youdao

  • 对于动态sql应用程序而言,就要使用APPLICATIONENCODING专用寄存器覆盖CCSID

    For dynamic SQL applications, use the application ENCODING special register to override the CCSID.

    youdao

  • 包含下一执行指令地址处理器中的寄存器程序计数器

    A register in the processor that contains the address of the next instruction to be executed. Also known as a program counter.

    youdao

  • 内存中的块留用存储程序中断产生时,CPU自动在其中保存程序计数器工作寄存器内容

    A reserved area of memory where the CPU automatically saves the program counter and the contents of working registers when a program interrupt occurs.

    youdao

  • 监视程序提供一个简单命令显示内存地址寄存器建立移除断点并且运行程序

    The debug monitor provides a set of primitive commands to view and modify memory locations and registers, create and remove breakpoints, and execute your program.

    youdao

  • 程序存储器导址逻辑寄存器来实现的,这个寄存器程序计数器

    This program memory addressing logic is handled by a register referred to as a program counter.

    youdao

  • TECHPRO编译器中的代码生成器程序中任何指针下哪个寄存器可用哪个寄存器不可用非常了解。

    The omniscient code generator in HI-TECH's pro compiler has perfect knowledge about which registers are available and which registers are not available at any point in the program.

    youdao

  • 介绍了PLC内部数据寄存器辅助继电器分配给出了部分程序指令

    The distribution of the data registers and auxiliary relays in the PLC is introduced, then some part of instructions are given.

    youdao

  • 明显不是真的一个程序MSDOS运行可以使用8位16位32寄存器如果处理器支持他们

    Obvious but not true: a program running in MS DOS can use 8, 16, or 32 bit registers if the processor supports them.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定