确保您将要在其中编译程序的环境不是CICS环境,因为无法在CICS环境中运行多线程应用程序。
Make sure the environment you compile the program in is not CICS. You cannot run multithreaded applications in the CICS environment.
然而,JIT编译器还必须注意抵消它编译程序消耗的时间,因为这些时间将延长程序的执行时间。
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.
由于编译程序是在开发过程中需要无数次重复做的事情,因此我们自然就会希望使用一个自动化的编译系统,把自己从手工编译程序的繁杂事务中解放出来。
Because compiling is something you'll do thousands of times during development, you naturally want to use an automated build system to free you from doing it by hand.
make的主要特性之一就是依赖性管理:只有在程序源码发生更新必须要重新编译程序时,make才会真正重新编译程序。
One of make's key features is dependency management: make attempts to rebuild only what it has to when a program is updated.
编译程序只能一次读取、翻译并执行源程序中的一行程序。
Only a compiler reads, translation and executed in source program line program.
编译程序的优势就在于,一旦获得了编译对象,程序执行起来就要比译者翻译的速度快得多。
The advantage of a compiler is that, once the object code has been obtained, the program executes more rapidly than when an interpreter is used.
目前倾向使用高级语言编写编译程序,因为这减少了大量的编程序和调程序的时间。
The trend is to write compilers in high-level languages, because of the reduced amount of programming time and debugging time.
本文介绍将(PASCAL) (PAS1)编译程序前端程序中的扫描程序,改造成能够使用汉字标识符扫描程序的一种方法。
This paper introduces how to change the scanner inside the PASCAL Compiler's Leading End Program (PAS1) into the scanner available the Chinese identifier.
编译程序是把源程序翻译成可执行程序(即目标程序)的程序。
Compiler is a program that translate a source program into an executable program (an object program).
因为编译是按程序的静态顺序线形扫描程序的,而非动态顺序重复翻译,使用编译程序时,只需对源程序编译一遍,以后每次只运行目标程序。
Because compiler scan program with static order of program, not dynamic order. while using compiler, compile source program only one time, run more times.
当为公共语言运行时编译程序时,该程序转换为由三部分组成的PE文件。
When a program is compiled for the common language runtime, it is converted to a PE file that consists of three parts.
在所有可接受的文件格式中不允许使用自动程序或者编译程序。
All accepted formats are not allowed to include automated operations or programs.
HMCGS系统接受一个ADL语言程序,生成一个相应的目标编译程序。
HMCGS accepts an ADL program and automatically generates a corresponding target compiler.
程序是计算机的灵魂,而编译程序又是高级语言程序员与机器的重要接口。
The procedure is the soul of the computer, and the compiler is high-level language programmer and important interface of the machine.
无法从一般编译程序码存取的私用、受保护或内部的方法,可利用反映从部份信任程序码存取。
A private, protected, or internal method that would not be accessible from normal compiled code is accessed from partially trusted code by using reflection.
编译程序是计算机系统不可缺少的部分是程序设计者的必备工具。
Compiler is an essential part of computer system and tool for programmers.
在编译程序中,一种用来确定计算机程序元素之间特殊相关性的方法。
In compilers, a technique used to determine the specific interdependencies of elements of a computer program.
介绍了教学编译程序实例的设计思想和语法规则,并着重对主程序、分程序和几个功能性程序给予了详细分析。
Then the paper gives a detail introduction to design and implementation of the main class, main program, backgroud class and sprite class base on J2ME.
本文是文献续篇,进一步讨论分程序编号序列在编译程序中的应用。
This article is the continuation of Reference [1]. It further discusses the application of the block serial number sequence for the compiler.
本文是文献续篇,进一步讨论分程序编号序列在编译程序中的应用。
This article is the continuation of Reference [1]. It further discusses the application of the block serial number sequence for the compiler.
应用推荐