This script displays the response to the call to c_square, which is the function exported in the C program in Listing 5.
该脚本显示 c_square函数调用的响应,该函数是清单5中的C程序导出的函数。
The author uses the C program to finish the parallel fault simulation that is used to calculate the fault coverage.
在电路测试时利用这个程序来计算故障覆盖率。
Last year the national program for playground safety gave the nation's playgrounds a grade of "C" for safety after visiting more than 3,000 playgrounds nationwide.
去年,国家游乐场安全计划在全国范围内走访了3000多个游乐场后,将国家游乐场的安全等级定为 “C” 级。
The standard C library (and thus, every UNIX program) defined three standard streams: input, output, and error.
标准C库(因而,每个UNIX程序)定义了三种标准流:输入、输出和错误。
The following code sample shows a C++ program written using the XMS API.
以下代码示例显示了一个使用XMSAPI编写的 C++程序。
We then examined a specific instance of table-building and went through the motions of writing a code-generating program to build static tables in c.
然后又介绍了一个具体的构建表的示例,并介绍了用c编写这样一个代码生成程序来构建静态表的详细过程。
To ensure his film's scientific accuracy, Kubrick and writer Arthur C. Clark hired consultants from the NASA Voyager program and scientists from the NASA Marshall Space Flight Center.
为了确保电影的科学准确性,库布里克和作者阿瑟c .坷拉科雇佣了NASA航海者项目的顾问和NASA马歇尔太空飞行中心的科学家。
To compile this program, you need the C compiler and the development files (headers and libraries) for GTK+.
要编译这个程序,需要C编译器和GTK+的开发文件(头和库)。
Following approval of the 2010 budget, the Air Force was required by law to submit a report outlining its plans for the C-27J program.
继2010年预算得到批准后,空军被要求按议事程序提交一份报告,概述其C - 27 J飞机方案。
The second is to write a program primarily in C, then use embedded Lua as a way to store and report data and configuration.
第二种方法是主要用C编写一个程序,然后使用嵌入的 Lua来存储和报告数据和配置。
The C# language allows programmers to provide certain kinds of declarative information through attributes attached to program entities.
C#语言允许程序设计人员通过附加在程序实体上的attributes来提供某些类型的说明性的信息。
The sample ODBC program must be compiled by an appropriate C programming language compiler, such as Visual C++.
示例ODBC程序必须用一个适当的C语言编译器编译,例如Visual C++。
You can explore how these quantities appear in Task Manager and in PerfMon by downloading and running a small program we've written in C (see the Download section).
您可以下载并运行我们用C 编写的一个小程序(请参阅下载部分),来观察TaskManager和PerfMon中显示的这些数量。
The Python program shown in Listing 6 creates exactly the same blank window you created earlier in C++.
清单6中给出的Python程序可以创建与前面在 C++ 中创建的一样的空白窗口。
In addition, the CSC IBM Rational SME program leveraged a Rational licensing arrangement with CSC's Consulting division to create a global support network for C-RUP.
此外,CSCIBMRational科目专家项目协调了Rational执照管理和CSC的咨询部门,建立了C-RUP的全球支持网络。
Then, whenever we call either fgets() or getc(), the data is passed into our program variables (line or c).
然后,每当我们调用fgets()或getc() ,数据被传递到我们的程序变量(line 或 c )中。
The repository directory name cannot contain Spaces, so use something such as c: \ cvsrepo or a similar path. You can use the CVSNT Control Program to create the repository.
存储库目录名称不能包含空格,因此要使用诸如c: \cvsrepo或类似的路径。
c and you wanna turn it into a program called hello, well, make hello just write in the command makeHello and it will do all of that for you automatically and hand you a program called hello.
,也就是说,你有一个hello,c的文件,你想把它变成一个名为hello的程序,那么只需要敲入命令,它就会自动为你生成,一个hello程序。
If the string-pooling option, [/GF], is enabled in Visual C++, then a single copy of the string is kept in the program image during execution and string1 equals string2.
如果在Visual C++ 中启用了字符串池选项 [/GF],那么在执行期间,将在程序的映像中仅保存该字符串的单个副本,且string1 与 string2 相等。
Implementing the core logic of a program in Lua, rather than in c, might well dramatically reduce development time.
用Lua而不是c来实现程序的核心逻辑可以大大减少开发时间。
Because Snort doesn't have lots of GUI components, it doesn't really belong in the typical Windows application-installation directory of c: \ Program Files.
因为Snort并没有过多的GUI组件,它实际上不属于典型的Windows应用程序,安装目录也不在C: \ ProgramFiles之下。
Before running the program, create the directory structure shown in Figure 1 under your root c: \ folder and put the components covered previously in this article into it.
在运行程序之前,请在您的C: \盘根文件夹下创建如图1所示的目录结构,并将本文介绍的组件放在其中。
Typical gains for a pure Python program are between two and four times, but lxml does most of its work in C, so the difference is unusually small.
一个纯Python程序的典型性能收益是普通程序的2 至4倍,但是lxml 使用C 语言完成了大部分工作,因此它们之间的差别非常小。
Later, I will show you how to program them in c, but assembly language gives a better view of the distinctiveness of the processor.
这之后,我会向您展示如何在C中对它们进行编程,但比较而言,汇编语言能够更好地体现该处理器的独特性。
Using an extension wrapper like SWIG (see Resources), you can create a C extension that executes the most time consuming elements of your program as C code.
使用像SWIG 这样的扩展封装器(请参阅参考资料),可以创建C 扩展,它将程序中最耗时元素作为 C 代码执行。
When defining an operation for a CICS ECI program you import the COBOL or C files to define the input or output message in WSDL.
当定义对CICSECI程序的操作时,您导入COBOL或c文件来定义wsdl格式的输入和输出。
Let's move on to a slightly bigger program, one that USES more of the Lotus C API than our simple example.
让我们转移到稍大一点的一个程序上来,该程序使用了比简单例子中更多的LotusCAPI。
So it turns out that, main, yes, is the default function you write, at least in c, when writing a program.
结果是,main函数,是的,这是你写的默认函数,至少是在C语言中,当写程序的时候。
I'm going to open up a program called positive1.c. I'm going to scroll down to the juicy part here.
我将要打开一个叫做positive1, c的程序,我们翻到这个有趣的部分。
I'm going to open up a program called positive1.c. I'm going to scroll down to the juicy part here.
我将要打开一个叫做positive1, c的程序,我们翻到这个有趣的部分。
应用推荐