Decoding The computer process of interpreting instruction code.
解示指示代码的电脑操作过程。
Decoding: The computer process of interpreting instruction code.
译码:解示指示代码的电脑操作过程。
But Kemeny and Kurtz used what they learned to craft the Beginner's All-Purpose Symbolic Instruction Code, or Basic, starting in 1963.
但从1963年开始,Kemeny和Kurtz使用他们学会的东西精心编织初学者通用符号指令代码即Basic。
Firstly , the theory of the under-water long-range remote control system was analyzed and the remote control instruction code was designed.
首先,深入研究和分析了在频域实现水下远程遥控解码的原理并进行了遥控指令编码设计;
By comparing of programming, have indicated difference of instruction code and how used them according to characteristic of numerical control system.
并通过对两种数控系统的编程的比较说明了数控系统指令代码的区别,以及如何针对各数控系统的特点来使用它们。
C51 program has been set the schedule of reading and writing status for controller. It can work out some operations of writing instruction code, writing data code, clear screen and roll screen.
用C51程序设置对于控制器的读、写状态的时序,从而实现对于控制器的写指令代码、写数据代码、清屏幕、屏幕滚动功能的操作。
If you vectorize this code, since you are treating the values as bytes, that means that each instruction will operate on 16 values at once!
如果对代码进行向量化,由于您正在将这些值当作字节进行处理,这意味着每条指令都要一次操作16 个值!
You set some registers and issue a system call instruction (or an interrupt) and have the kernel code called directly from the trap handler.
你可以设置一些寄存器,并发出一个系统调用指令(或中断),并由陷阱处理程序直接调用内核代码。
Both had custom instruction sets, with programs designed in their raw machine code.
通过在其原型机代码中设计的程序,两者都自定义了指令集。
If you don't have a compiler that can produce code to take advantage of the underlying processor architecture and instruction set, then the fastest machines will be useless.
如果您没有可以生成代码来利用底层处理器架构和指令集的编译器,那么最快的机器也将是无用的。
First, you shouldn't assume that the above assignment would be compiled as a single machine instruction unless you personally verify the machine code yourself.
首先,不应该假定上述赋值语句一定会被编译成一条机器指令,除非亲自验证了机器代码。
In those days, working with computers meant writing code to save a byte here and an instruction cycle there.
在那些日子里,使用电脑意味着编写代码保存一个字节在这里,一个指令周期后又再取出来放到那里。
Underlying the front-end parsers is a symbolic instruction set – a kind of portable assembly code – which can be translated to any of the supported machine architectures.
因为前端解析器其实是符号化指令集,这种指令集实质上是一组可移植的汇编码,能够翻译到任何支持的机器架构之上。
Note: to reference the lines of assembly code in the following explanation, I refer to the last two values of the instruction address because they all begin with 054d20.
注:为引用下列说明中的汇编代码行,我将引用指令地址的最后两个值,因为它们都以054d 20开头。
Change these lines of code according to the parser instruction.
根据解析器操作说明更改这几行代码。
I set an empty instruction list for this MethodGen, which I'll later fill in with the actual timing code.
我为这个MethodGen设置一个空的指令清单,在后面我将用实际的计时代码填充它。
You will also need to uncomment the data.xq code, as explained within the README installation instruction file.
此外,还需要取消注释这个data.xq代码,正如README安装指导文件内解释的那样。
This requires changes to the OProfile kernel code to sample the SPU instruction Pointers regularly.
这需要修改oprofile的内核代码来周期性地对SPU指令指针进行采样。
Iters left No, it is not. Therefore, skip the rest of that block of code - and go to the next instruction, which is, y ah, print out y.
是不是大于0?,Is,iters,left’s,value,greater,than,zero?,不,这回不是了,因此,跳过这块代码,而去执行下一个指令,也就是,显示。
Ksymoops disassembles the code section, points to the failing instruction, and displays a trace section that shows how the code was called.
Ksymoops反汇编代码部分,指出发生错误的指令,并显示一个跟踪部分表明代码如何被调用。
To uncover the failed instruction in the code, do an object dump of the executable using objdump, which lists the instructions generated by the compiler.
要查看代码中是哪条指令出错了,可以使用objdump命令输出可执行文件的代码,该命令会列出编译器所生成的指令。
The object code for a VM is also called bytecode, specifically defining an instruction set that an interpreter executes.
VM的对象代码也称为bytecode,特别定义解释程序执行的一个指令集。
A similar example is runtime code scanning used by full virtualization solutions to find and redirect privileged instructions (to work around issues in certain processor instruction sets).
类似的一个例子是完全虚拟化解决方案通过运行时代码扫描来查找和重定向特权指令(用来解决特定处理器指令集的一些问题)。
Each instruction on the PowerPC is exactly 32 bits long, with the instruction's opcode (the code telling the processor which instruction it is) taking the first six bits.
PowerPC上的每条指令都正好是32位长,指令的opcode(操作符,告诉处理器这条指令是什么的代码)占据了前6位。
Ruby - with the exception of the handful of lines of C code for the yield_debugger instruction.
比起那些依靠trace方式调试的Ruby实现(不论这些实现的速度有多快),全速调试器都使得Rubinius具有了独特的优势。 同样值得注意的是:除了整个yield_debugger指令使用了一些C代码,绝大多数Rubinius调试功能都是内建的。
You then combine the comparisons using the and instruction (note that you could have combined all the logical instructions into one with an xor, but the code would have been much less clear).
可以通过and指令进行组合比较(注意可以用一个xor将所有逻辑指令结合成一个,但那样做的代码应该比这个要清晰很多)。
If a number, it is sent to a remote computer which responds with an instruction that tells the phone to perform an action associated with that particular bar code.
如果是一个数字,那么就会把它发给远端的电脑,电脑就会反馈回一条指令,让手机去完成一个和该条形码相关的操作。
For years, processor makers consistently delivered increases in clock rates and instruction-level parallelism, so that single-threaded code executed faster on newer processors with no modification.
多年来,处理器制造厂商在不断提高时钟速度和指令级并行性,因此单线程代码不需要修改就可在新的处理器上更快运行。
An executable unit begins at the start of every basic block and at any instruction that corresponds to a line of source code that is different than the previous instruction.
一个可执行的单元由每一个基本快开始,而与每行源代码相对应的指南与前面版本中的指南有所不同。
An executable unit begins at the start of every basic block and at any instruction that corresponds to a line of source code that is different than the previous instruction.
一个可执行的单元由每一个基本快开始,而与每行源代码相对应的指南与前面版本中的指南有所不同。
应用推荐