单词 | C program | ||||||
释义 | C program
例句释义: 程式 1. C program consists of a set of external objects, which are either variables or functions. 语言程序可以看成由一系列的外部对象构成,这些外部对象可能是变量或函数。 czk.8866.org 2. The side effect of the subprogram is produced by using public variable, or static variable, or pointer parameter in C Program. 在C语言子程序中由于使用了全局变量,或是使用了静态变量,或是使用了指针参数,从而产生副作用。 www.dictall.com 3. The running results of C program is the solution of our problems, which is recorded it to a file and prints out if necessary. C程序的运行结果就是现实问题的解决方案,把它记录到文件中,必要时还需打印输出。 kns50.chkd.cnki.net 4. are the only way a C program can dynamically call another program. C程序只能通过DLL调用另一个程序。 www.ibm.com 5. The functions of a C program may exist in separate source files that are compiled separately. c程序的函数能以单独的源文件形式存在,这些文件可以分开编译。 hi.baidu.com 6. If your C program invokes the Lua interpreter on a script, which calls a C function, which then uses the Lua interpreter again, that's okay. 如果C程序在一个脚本上调用解释器,该脚本调用一个C函数,而这个C函数又再次使用Lua解释器,这是允许的。 www.ibm.com 7. C program design techniques and examples-- matching CD Chapter 6 documents and the total system operation of this chapter 11 examples : 1. C 程序设计技巧与实例--配套光盘第6章文件和系统操作本章共11个实例:1。 nulung.com 8. The simple C program shown in Listing 2 demonstrates BusyBox invocation. 清单2给出的这个简单C程序展示了BusyBox的调用。 www.ibm.com 9. PBC eodebase and C program are used to realize the hierarchy model and the results show that the scheme is available and effective. 用PBC代码库及C语言实现的分层模型进行实验,结果表明该方案可行有效。 lib.cqvip.com 10. The whole system is designed with the idea of modularized programmer and developed with C program language. 整个系统是用C语言、采用模块化的程序设计思想实现的。 www.16sheji8.cn 1. What's interesting here is that the script is not statically bound to the C program; it is dynamically bound. 有趣的是,脚本不是静态地绑定到C程序的;它是动态绑定的。 www.ibm.com 2. This means that in a C program, you can write int i = 100 to create and initialize an integer variable. 这意味着在C程序中,可以编写inti=100来创建和初始化整型变量。 www.ibm.com 3. Copy the ibm_Pipes. h file from the sample code to your C program folder. 将ibm_Pipes.h文件从示例代码复制到C程序文件夹中。 www.ibm.com 4. Please see my tutorial on Compiling a C Program From the Command Line for more detail. 请看看我的教程上的C编译程序命令行的更多细节。 tieba.baidu.com 5. Instead of building a new program, let's just modify the existing text. c program to meet our needs. 我们将不构建新程序,只需要修改现有的text.c程序来满足我们的需求。 www.ibm.com 6. You can use the UNIX system call kill (from a C program) to send signal from one process to another. 你可以使用UNIX系统调用kill(从一个C程序)从一个进程给另一个进程发信号。 www.bing.com 7. These are sometimes called stdin, stdout, and stderr after the global variables that represent them in every C program. 有时将它们称为stdin、stdout和stderr,这是在所有C程序中用来表示它们的全局变量。 www.ibm.com 8. This walkthrough shows how to create a basic C program by using a text editor, and then compile it on the command line. 此演练演示如何使用文本编辑器创建一个基本的C程序,然后在命令行上对其进行编译。 technet.microsoft.com 9. Part2 Write a C program that uses UNIX process management utility. 第2部分编写一个C程序,使用UNIX进程管理工具。 www.pudn.com 10. In this case, I use a C program that calls a Scheme script. 在这个例子中,我使用一个C程序,这个C程序调用一个Scheme脚本。 www.ibm.com 1. Temperature and Humidity Sensor sht10 get the C program, come sit! 温湿传感器sht10的C程序搞定了,进来坐坐! enpudn.com 2. Your C program must call this method, because it obtains the database name from the dbInfo DB2 structure to set the log file name. C程序必须调用这个方法,因为它要从dbInfoDB2结构中获取数据库名来设置日志文件名。 www.ibm.com 3. For example, a called COBOL program contains a GOBACK statement (a language element) and returns control to a C program. 例如,一个已调用的COBOL程序包含GOBACK语句(一个语言元素)并向某个C程序返回控制权。 www.ibm.com 4. This course stress ability to process various kinds of meteorological data and create C program according to the specific assignment. 强调学生能运用C语言处理各种气象数据,根据具体的要求编写出程序。 jwc.sysu.edu.cn 5. And how many hours would you require to implement and debug that C program? 译一:“你需要多长时间来实现和调试那个C程序?” hi.baidu.com 6. A C program written for one computer could be modified to work on another. (This is not always easy, but it is possible. ) 一个为特定计算机设计的C程序可以做点更改就用于另一种计算机(并不是都很容易,但是是可行的。) www.bing.com 7. For example, a COBOL program can call another COBOL program or a C program. 例如,一个COBOL程序可以调用另一个COBOL程序或C程序。 www.ibm.com 8. Majoring Courses: C Program Language, Digital Electronics, Analog Electronics, MCU Interface Technology, PLC Control System 主修课程:C程序设计,数字电子学,模拟电子学,单片机接口技术,PLC控制系统 zhidao.baidu.com 9. discusses the ways a c program can call on a large number of functions from this conforming implementation of the standard c library 讨论在遵从标准c 库进行实现时,c 程序可调用大量函数的方式。 www.ichacha.net 10. C Program about Animal Quantity Characteristics Selection 动物数量性状选择的C语言程序 wenku.baidu.com 1. A C program, whatever its size, consists of functions and variables 交流方案,无论其大小,包括函数和变量 zhidao.baidu.com 2. When compiling your C program, you may meet below error messages 在编译C程序时,您可能会遇到以下错误消息 www.ibm.com 3. The chef. pl script (see Resources), which runs slower than a compiled C program using the chef. l 虽然chef.pl脚本(请参阅参考资料)比用chef.1记载文法编译的C程序运行得慢些,但它做得更多。 www.ibm.com 4. myvar. c -- a sample environment variable C program c--样本环境变量C程序 www.ibm.com |
||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。