You can compile and "run" this program to see if your parser operates correctly before moving on to step 5.
在进行到步骤5之前,您可以编译并“运行”该程序以查看您的解析器运作是否正确。
Once your program is compiled to bytecode, you can compile it to native code.
一旦你的程序被编译成字节码,你就可以将他们编译为本地代码。
If you find the GO to statement is missing a reference to a procedure, the program does not compile correctly.
如果发现GOTO语句缺少对某个程序的引用,那么该程序将无法正确进行编译。
Begin by modifying the program to compile only the component we need.
先修改程序,让它只编译我们需要的组件。
For instance, if the attempt to compile a program fails due to unresolved symbols, it's possible that an earlier phase of the build process did something wrong!
举例来说,如果试图编译程序时由于存在无法解析的符号而失败了,那么就可能是编译过程前面某个步骤出现了问题!
Indeed, the time to fetch information from a repository — be it a file or database server — far exceeds the lapse required to compile and perhaps even execute a PHP program.
实际上,用于从存储库(文件或数据库服务器)中获取信息的时间远高于编译并且甚至是执行PHP程序所需耗费的时间。
No modifications are required for this sample program; you can compile and run it using the commands shown in this section.
该示例程序不需要修改;可以利用本部分中所示的命令编译并运行它。
A multithreading example is one of the best ways to show you how to use commands to compile, link, and execute a program.
多线程示例是展示如何使用命令编译、链接和执行程序的最佳方法之一。
The CICSWZ project has been set up so that the job generated will contain steps to compile the program using the integrated CICS translator and link this into an executable load module.
CICS WZ项目已经被建立,因此生成的任务将包含所有步骤,实现用集成的CICS转换器来编译该程序以及链接该程序到可执行的加载模块中。
If you compile the program containing unwanted elements with the THREAD compiler option, they are flagged as errors.
如果使用THREAD编译器选项编译包含不恰当元素的程序,则会将这些元素标记为错误。
To compile this program, you need the C compiler and the development files (headers and libraries) for GTK+.
要编译这个程序,需要C编译器和GTK+的开发文件(头和库)。
However, the JIT compiler must also carefully balance the time it takes to compile a program because that time adds to the program's execution time.
然而,JIT编译器还必须注意抵消它编译程序消耗的时间,因为这些时间将延长程序的执行时间。
And I read the documentation, did what it said, and that's how I got my program to compile.
我阅读那个文档,照它说的做,那就是我如何便于我的程序的。
Because compilation happens at the same time as program execution, the time it takes to compile the code is added to the program's running time.
因为在程序执行时进行编译,所以编译代码的时间将计入程序的执行时间。
To compile and run this program, issue the following commands.
要编译和运行此程序,可以发出如下命令。
This design change is really handy, because if we want to compile another program instead of sed, we can simply create a new.ebuild file and pass it as an argument to our "ebuild" script.
这种设计更改确实方便,因为如果要编译另一个程序,而不是sed,可以简单地创建一个新的.ebuild文件,然后将其作为自变量传递给“ ebuild ”脚本。
The aim should be to have the program written for a particular architecture to compile on another architecture with minimal effort and minimum changes to the code, the code layout, and the makefiles.
目标应该是,以最少的精力,对代码、代码规划和makefile 文件进行最少的修改, 就可以令为特定体系结构所编写的程序在其他体系结构上被编译。
For example, the following program will compile without warning under these versions of jsr-14.
例如,以下程序将在这两个版本的JSR - 14下通过编译而没有任何警告。
To compile and run the program, just put it into a file called test.pgc and run the following commands.
要编译并运行这个程序,只需要将其保存到test . pgc文件中,并运行下面的命令。
Now you can compile this program and the SOAP wrapper by entering the following command.
现在您可以使用下面的命令来编译这个程序和SOAP封装程序了。
Compile and run the sample parser program ccalc with the following input (which includes a slight typo).
使用下面的输入(其中稍微进行了排版)来编译并运行这个示例解析器程序ccalc。
To compile this program, create a Makefile as follows.
要编译这个程序,请按以下方式创建一个makefile。
Next, we wrote the simplest implementation of Quad in order to get the program to compile.
接下来,我们写了个Quad类的最简单实现,以保证程序能够通过编译。
At this point, the DLL will compile and link, so one could write a test program to use the Sample API and test it.
此时将编译和链接dll,因此可以编写测试程序来使用ExampleAPI并对其进行测试。
When you save and compile the program, you'll notice the final call to add fails.
当您保存并编译该应用程序时,您将注意到对add的最后调用失败了。
Essentially, this command make is just another program that USES GCC to compile my program for me but make is configurable.
从本质上来看,make命令就是一个,调用GCC来编译我们程序的程序,只不过make是可以配置的。
The sample program should compile without any errors and the TIMEZONE.ibmcob file appears the output directory, which you can deploy on TXSeries.
示例程序应该在不发生任何错误的情况下成功编译,而且TIMEZONE . ibmcob文件应该出现在输出目录中(可以将此文件部署在TXSeries上)。
I included the length, let me go ahead and compile this program called Holloway.c. No errors which means that's good.
我包含了那个长度,我们继续,编译这个Holloway, c程序,零错误,非常好。
Add following two lines to close the document, then compile and execute the program to generate the PDF document: document.add (chapter1); document.close ;.
添加下面两行代码以关闭文档,然后编译并执行程序以生成pdf文档:document . add (chapter1);document . close ;。
When you compile a COBOL program, use the cob2_r command for non-CICS applications for which you need the THREAD compiler.
在编译COBOL程序时,可以对需要THREAD编译器的非cics应用程序使用cob2_r命令。
应用推荐