我怎么能模拟调用指令使用人民币吗?
本文提出按生产工艺,在充分调用指令集情况下,编辑梯形图。
This article discusses how to edit ladder scheme under instruction set called fully in accordance with the technological process.
你可以设置一些寄存器,并发出一个系统调用指令(或中断),并由陷阱处理程序直接调用内核代码。
You set some registers and issue a system call instruction (or an interrupt) and have the kernel code called directly from the trap handler.
采用这种通用的调用方法后,指令系统得到了简化,而且调用指令本身也比现有调用指令简短。
After adopting this universal adoption method, NC instruction system has been predigested, and that adoption instruction is simpler and shorter than exiting those.
在多分支结构的识别过程中,通过对索引表和跳转表调用指令的格式分析,提出了双特征指令匹配算法。
By analyzing the formats of calling instructions to the indexed table and the jump table, proposed a novel recognition algorithm based on character instruction matching.
鉴于两者的优越性,提出一种新的编程方法,将图形编程和宏编程相结合,用图形化的方法形成对宏程序的调用指令。
Considering the advantages of the two ways, a new approach is proposed which combines them with each other by using graphs to form macro-call instruction.
对于方法调用指令,可以使用BytecodeEngineeringLibrary (BCEL)类来提取方法声明抛出的已检查异常的类型。
For the method call instructions, you use Bytecode Engineering Library (BCEL) classes to extract the types of checked exceptions the method is declared to throw.
这表示如果指令调用其他方法(甚至是其他类中的方法),而这些方法又调用其他方法等等,那么编辑器面板将切换到可用方法。
This means that if the instruction calls other methods, even in other classes, and those methods call others, and so on, the editor panel jumps to the applicable method.
调用顺序决定了所获得的步行指令。
The call order determines which walking instruction you achieved.
实际上,整个内核没有变,只是增加了新的对象代码和几个函数调用重定向指令。
Virtually the entire kernel remains unchanged, save for the new object code and a few instructions to redirect the function calls.
所以该指令会将链接寄存器(存有返回地址)存储到调用函数堆栈框架的恰当位置。
So this instruction stores the link register (which holds the return address) into the proper location in the calling function's stack frame.
这两个除法都会避免调用除法函数,另外,无符号的除法要比有符号的除法使用更少的指令。
Both divisions will avoid calling the division function and the unsigned division will take fewer instructions than the signed division.
这个副文件实际上包含绑定器指令,它告诉绑定器需要使用哪个模块调用函数。
This side file is really a file that holds binder instructions telling it the module it needs to call a function.
方法链接使用方法的返回值来中转指令上下文,在这种情况下是进行第一个方法调用的对象实例。
Method chaining USES return values from methods to relay instruction context, which in this case is the object instance making the first method invocation.
从调用函数处返回指针后,将在指定的返回指令指针处恢复执行。
Upon returning from the called function, execution will resume at the saved return-instruction pointer as specified.
它们仅仅是通过call指令调用的标签。
They are nothing but labels, which are invoked using the call instruction.
清单1的代码演示了如何通过调用方法visitor来添加指令。
The Listing 1 code demonstrates how instructions are appended by calls to the method visitor.
首先是循环展开(loop unrolling),它是这样一种技术:复制循环的每次迭代所调用的指令以构成一个序列。
The first is loop unrolling, a technique where the instructions called in each iteration of the loop are replicated to form a single sequence.
Oprofile是一种细粒度的工具,可以为指令集或者为函数、系统调用或中断处理例程收集采样。
OProfile is fine-grained and can collect samples for a set of instructions, or for function, system call, or interrupt handlers.
root - level模板的工作原理与散点图示例中的工作原理相同,它将呈现元素的指令,然后调用showpage以呈现图形缓冲的内容。
The root-level template works the same as that in the scatter plot example, rendering instructions for the elements and then calling showpage to render the contents of the graphics buffer.
Fowler的书中确定的一个公共dsl模式叫作连贯接口,他将其定义为能够为一系列方法调用中转或维护指令上下文的行为。
A common DSL pattern identified in Fowler's book is called fluent interface, which he defines as behavior capable of relaying or maintaining the instruction context for a series of method calls.
Ksymoops反汇编代码部分,指出发生错误的指令,并显示一个跟踪部分表明代码如何被调用。
Ksymoops disassembles the code section, points to the failing instruction, and displays a trace section that shows how the code was called.
call -template指令用于调用命名模板(而不是xsl: apply -templates),比如。
The XSL: call-template instruction is used (instead of XSL: apply-templates) to call the template, as follows.
当一个进程对这个文件执行spu_runioctl调用时,这个进程本身就会被挂起,而SPU则会开始执行ioctl参数所指向的指令。
When a process performs the SPU_RUN ioctl on this file, the process itself will be suspended and the SPU starts executing at the instruction pointed to by the ioctl argument.
大多数模板系统(包括 Cheetah及其 #include指令)都允许您从另一个模板调用一个模板。
Most templating systems (including Cheetah, with its #include directive) let you call one template from another.
这种类型的中断是由内核例程调用了trap指令引起的。
This type of crash results when a kernel routine invokes a trap instruction.
由于应用程序在接收到Prepare指令后将禁止调用数据库服务,那么服务如何在Commit之前存储数据呢?
As it is forbidden to call the database service after having received a Prepare, how can the caching application store its cached data at the end but before the commit?
BCPMethodReturnCheck可以很容易地描述为一组模式,它查找在POP或者POP2指令后面调用某些方法的地方。
BCPMethodReturnCheck is easily described as a sequence of patterns that looks for the invocation of certain methods followed by a POP or POP2 instruction.
三个JVM指令分别用于调用以下方法:invokestatic、invokevirtual和invokespecial。
Three JVM instructions are used to invoke a method: invokestatic, invokevirtual, and invokespecial.
三个JVM指令分别用于调用以下方法:invokestatic、invokevirtual和invokespecial。
Three JVM instructions are used to invoke a method: invokestatic, invokevirtual, and invokespecial.
应用推荐