单词 | C compiler | ||||||||||||
释义 | C compiler
更多释义 收起释义 例句释义: 语言编译器 1. Once compiled with a C compiler, these Pyrex (the language) modules can be imported into and used in your regular Python applications. 一旦用C编译器进行了编译,就可以将这些Pyrex(语言)模块导入常规的Python应用程序并使用。 www.ibm.com 2. You can invoke switches to see just the assembler output of the C compiler. 您可以指定不同开关选项以查看C编译器的汇编输出。 www.ibm.com 3. C compiler can perform any of the optimizations discussed when it sees individual objects being operated upon directly. 当直接操作单独的对象时,C编译器可以采取任何上述的优化措施。 docs.google.com 4. The normal output of a C compiler is assembler code for whatever processor you specify as the target. C编译器的正常输出是用于您所指定的目标处理器的汇编代码。 www.ibm.com 5. The client and server files are individually compiled with a C compiler to generate the object files. 用C编译器分别编译客户机和服务器文件,生成对象文件。 www.ibm.com 6. The PATH variable value should contain the Notes program directory and the directory that the Microsoft C Compiler is located in. PATH变量值应该包含Notes程序目录和MicrosoftCCompiler所在的目录。 www.ibm.com 7. It compiles on any system with a C compiler, the standard C libraries, and the UNIX make utility. 它可以在任何系统上使用C编译器、标准C库和UNIXmake实用程序进行编译。 www.ibm.com 8. In order to build and deploy the SQL stored procedure, you need a C compiler on your system, as well as the nmake and cl command-line tools. 要构建并部署SQL存储过程,您的系统上需要装有C编译器以及nmake和cl命令行工具。 www.ibm.com 9. The GNU C compiler supports a number of different versions of the C programming language. GNUC编译器支持许多不同版本的C编程语言。 www.ibm.com 10. It is widely used on many different software platforms, and there are few computer architectures for which a C compiler does not exist. 在许多不同的软件平台都广泛地使用C语言,并且有少数不存在C语言编译程序器的计算机结构。 goabroad.zhishi.sohu.com 1. Installation: copy the source to your hard drive a specific directory, use the Keil C compiler can run. 安装:把源码拷贝到硬盘特定目录下,使用KeilC编译器运行即可。 www.joys99.com 2. These are big downloads, with lots more than just a C compiler, so be patient. 要下载的文件都很大,绝不仅仅是一个C编译器,因此请耐心等待下载完成。 www.ibm.com 3. To resolve this warning, compile in a . c file (invoke the C compiler). 若要解除这项警告,请在.c档案中编译(叫用C编译器)。 msdn.microsoft.com 4. The problem with make and just about any C compiler is the way in which the C preprocessor and header files work. make和所有的C编译器的问题在于C预处理程序(preprocessor)和头文件的工作方式。 www.ibm.com 5. For instance, you might set the CFLAGS environment variable to tweak your C compiler's flags. 例如,您可以设置CFLAGS环境变量来调整您的C编译器标记。 www.ibm.com 6. Programming the Create command module's processor requires a true C compiler and other development tools. 对Create命令模块的处理器进行编程,要求一个真正的C编译器和其他的开发工具。 www.ibm.com 7. a C compiler wouldn't be worth buying if it didn't include the standard C library. 如果C编译器不包含标准的C运行期库,那么就不值得去购买它。 objectarx2008.spaces.live.com 8. But it's not all bad news: the C compiler also comes with a DSECT conversion utility that can convert HLASM DSECTs to C declarations. 但是,也有好消息:C编译器还附带一个DSECT转换实用程序,它可以把HLASMDSECT转换为C声明。 www.ibm.com 9. flags (Arbitrary string) Custom options to pass to the C compiler. 定制传递给C编译器的选项。 boost-doc-zh.googlecode.com 10. Improvements have been made from version 3. 3 to 4. 1, including POWER6 processor-specific optimizations to its C compiler, gcc. 版本3.3到4.1得到了改进,包括对其C编译器gcc的特定于POWER6的优化。 www.ibm.com 1. Improvements have been made from version 3. 2 to 3. 3, including POWER5 processor-specific optimizations to its C compiler, gcc. 相对于版本3.2,版本3.3已经得到了改进,包括对它的C编译器(gcc)的特定于POWER5处理器的优化。 www.ibm.com 2. So you only need a C-compiler once to produce the executable. 所以您只需使用一次C编译器来产生可执行文件。 www.ibm.com 3. The C compiler SCCNPRC dataset holds two groups of procedures you can call from batch to compile your code: CBC* for C , EBC* for C. C编译器SCCNPRC数据集包含两组过程,可以从批作业调用它们来编译代码:CBC*用于C ,EBC*用于C。 www.ibm.com 4. However, you need a supported C compiler to build the package. 然而,你需要一个支持C的编译器以来建立包。 wiki.ubuntu.org.cn 5. Of course, just like any C application, you can leverage the C compiler to build a better executable. 当然,正如一些C应用程序,我们能利用C编译器构建更佳的可执行程序。 www.ibm.com 6. You can install an external C compiler and configure DB2 to use this compiler. 用户可以安装一个外部C编译器,然后用这个编译器来配置DB2。 www.ibm.com 7. You do this using the #pragma export statement in your C code, or by specifying the EXPORTALL C compiler option. 这需要在C代码中使用#pragmaexport语句,或者指定EXPORTALLC编译器选项。 www.ibm.com 8. You should also have a C compiler, such as the GNU Compiler Collection (GCC), and a suite of development tools that includes make and m4. 同时,还需要一个C编译器,例如GNUCompilerCollection(GCC),和一组包含make和m4的开发工具。 www.ibm.com 9. To compile this program, you need the C compiler and the development files (headers and libraries) for GTK . 要编译这个程序,需要C编译器和GTK 的开发文件(头和库)。 www.ibm.com 10. In order to write a SQL stored procedure, you need to have a C compiler on your development machine. 要编写SQL存储过程,您的开发用的计算机上需要装有C编译器。 www.ibm.com 1. Stackguard modifies the C compiler (gcc) so that a "canary" value is inserted in front of return addresses. Stackguard修改C编译器(gcc),以便将一个“探测”值插入到返回地址的前面。 www.ibm.com 2. So your C compiler doesn't even know that we are writing an object-oriented program. 因此您的C编译器甚至不知道我们正在编写面向对象的程序。 www.ibm.com 3. To prepare the USB firmware under the free license (GPL or Artistic), able to compile with the SDCC C compiler 筹备在自由许可(GPL或Artistic)下发布的USB固件,以便能用SDCCC编译器编译。 www.bing.com 4. You will need a C compiler and the make tool to build from source (see Resources). The basic steps follow 从源代码构建Erlang需要C编译器和make工具(参见参考资料)。 www.ibm.com |
||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。