The interpreter code for these elements calls the outputter to switch to a new destination and subsequently to revert to the original destination.
这些元素的解释器代码调用输出器切换到新目的地,然后还原到原始目的地。
The MMI is a highly effective interpreter, hand crafted in assembly code of a host platform to achieve best possible optimizations.
MMI是一个非常有效的解释器,利用宿主平台上的程序集代码来达到最优的优化。
A script engine ACTS as a mediator between your scripting code and an underlying language interpreter or compiler that ultimately executes the code.
脚本引擎充当脚本代码和最后执行代码的底层语言解释器或编译器之间的中间程序。
Listing 3 shows what happens when you run the code on the command line with the PHP interpreter.
清单3显示了在命令行上用PHP解释器运行代码的效果。
Under the covers, the code configures the simulator for the disk (where it loads the LISP interpreter), the card reader (where it reads the job), and the printer (where it emits the output).
在后台,代码为磁盘(在这里加载LISP翻译器)、读卡器(在这里读取作业)以及打印机(在这里产生输出)配置仿真器。
The reason has to do with the way the interpreter converts statements in scripts to valid Scala code before compiling to byte code.
原因应该和在编译字节码之前,scala解释器把脚本中的语句转换为合法的scala代码的方法有关。
The order of mappings in a Python dictionary is arbitrary and can vary across different Python installations or even from running the same code more than once using the same Python interpreter.
Pythondictionary中映射的次序是任意的,对于不同的 Python安装可能会有变化,甚至多次使用同一 Python解释器运行相同代码也会有变化。
In the Python language, everything is an object a program can access, including simple types that hold integers, as well as the actual code you write and its representation in the Python interpreter.
在Python语言中,所有事物都是程序可以访问的对象,其中包括保存整数的简单类型,以及您编写的实际代码和这些代码在Python解释器中的表示。
The RecipeJAUS runtime environment is a essentially a thread manager coupled with a RecipeJAUS code interpreter that loads and executes a RecipeJAUS packet sequence.
RecipeJAUS运行时环境基本上就是一个线程管理器加上一个用于加载和执行RecipeJAUS信息包序列的RecipeJAUS代码解释器。
The Python interpreter supports interactive execution of Python code.
Python解释器支持Python代码的交互式执行。
The Lua interpreter USES a stack interface to communicate with calling code.
Lua解释器使用一个栈接口来与调用代码通信。
When you input the code from Listing 1 into the Jython interpreter interaction console, the result is shown on the console.
在您将清单1中的代码输入Jython解释器交互控制台后,控制台上会显示结果。
In these examples, I use the Guile interpreter, which allows me to work with Scheme in real time, providing Scheme code and seeing the results immediately.
在这些例子中,我使用了Guile解释器,通过它可以实时地使用Scheme,提供Scheme代码并立即看到结果。
By using event_hook, it's now possible to write pure Ruby event hooks instead of having to write native code to hook into the Ruby interpreter.
借由event_hook,我们可以不必大费周章地通过编写原生代码给Ruby解释器挂上钩子,现在只需编写纯ruby代码就可以实现事件钩子了。
Put the code into the Lua interpreter, and then type print (color [1], color [2], color [1]).
将这段代码放到Lua解释器中,然后输入print (color [1],color [2],color [1])。
The first portion of the code uses the traditional UNIX pound-bang string (#!) to run the Tcl/Tk interpreter known as wish.
代码的第一部分中使用了传统的UNIX #!字符串来运行名为wish 的Tcl/Tk解释器。
The object code for a VM is also called bytecode, specifically defining an instruction set that an interpreter executes.
VM的对象代码也称为bytecode,特别定义解释程序执行的一个指令集。
To create the JRubyInterpreter class, create a new source code file with an empty class skeleton and add the Interpreter interface to the definition.
要创建jrubyinterpreter类,需要先创建一个新的源代码文件,其中带有空的类骨架,再向此定义中添加Interpreter接口。
Failed: As can be seen: the output in 1.8.x is "42", but in 1.9 becomes "1". (the "RESULT" here is the exit code of the Ruby interpreter).
可以看到:在1.8 . x上面的输出结果是“42”,但是在1.9上面就变成了“1”(上面的“RESULT”是Ruby解释器的退出代码)。
The command-line interpreter runs the code throughout the article, as follows.
在本文中,都是使用下面的命令行解释程序来运行这段代码,如下所示。
The purpose of these optimizations is to avoid invocation of the regular SQL runtime interpreter wherever possible to shorten the code path.
这些优化的目的是为了可以在任何缩短代码路径的地方,避免调用常规的SQL运行时解释器。
That way, you don't need to know which classes each interpreter USES to execute code.
这样,我们就不需要了解各个解释器使用哪些类来执行脚本。
The labels within the interpreter function can be stored in the threaded code for super-fast dispatching.
解释程序中的函数中若使用这标签变量,那么它能被存到线程代码中以获得高效率的线程切换。
Do you have your own interpreter that runs it or do you restore the original Ruby source code?
你们有没有自己的解释器来运行它,还是需要还原成原始的Ruby代码?
Ruby 1.9, like Rubinius, compiles Ruby source code to opcodes which are then executed by it's opcode interpreter.
像Rubinius这样的Ruby1.9虚拟机可以将Ruby源代码编译为操作码,然后由解释器执行。
If you intend to edit the code for the interpreter class in Eclipse, you also want to add these.jar files to your Eclipse project's classpath.
如果想要在Eclipse中为解释器类编辑代码,还需要将这些.jar文件添加到Eclipse项目的类路径中。
The Groovy interpreter compiles the source code in-memory before handing it off to the JVM.
Groovy解释器将先在内存中编译源代码,然后再将其转到JVM中。
ParseTree is a library that allows to access the parse tree of Ruby code - either Ruby source code or Ruby code already loaded in the interpreter.
ParseTree是一个用来访问Ruby代码解析树的程序库,这个Ruby代码可以是源代码,也可以是已经加载到解释器的代码(即实时访问)。
Regina is a native executable, available as Free Software source code, or pre-compiled to a large number of platforms — install it pretty much as you would any other programming language interpreter.
Regina是本地执行文件,以免费软件源代码方式,或者为诸多平台预编译好的方式获得——您可以像安装任何其他语言解释器一样安装它。
It holds the activation records (i.e. stack frames) of native code, and VM code including the interpreter loop function.
它掌握本地代码的活动记录(堆帧stack frames),VM代码包括解释器循环功能。
应用推荐