This article is about the ways of converting the English information into Chinese information in the software without using the compile program method.
本文用一种不用编写程序的方法来介绍将软件中的西文信息转化为汉字信息的方法。
During the use of C51 language, the problems of the configuration of the file, edit program, compile program, link program are analyzed and the methods of which are given.
在C51语言应用过程中,对配置文件设置、编写应用程序、编译应用程序、连接应用程序时容易出现的问题进行分析,并提出解决的方法。
In order to realize the dynamic simulation of temperature filed, gauss heat source model was adopted, and APDL language was used to compile program to apply moving heat source load.
建立高斯热源模型,并通过APDL语言编写程序实现热源的移动加载,对焊接温度场进行动态模拟。
Using the thought of object compiling and with VB as an instrument to carry on the development of program that gives out the thought to compile program and the calculation flow chart of correlation.
利用对象编程的思想以VB作为工具进行程序开发,给出相关的编程思路和计算流程图。
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 ”脚本。
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上)。
应用推荐