The utility requires a C library to compile and, consequently, is installed using (g)make.
此工具需要一个C库来编译,当然,是使用 (g)make 来安装。
Think of this as a specialized version of the C library function select, but for DMA transfers.
可以把它看作C库函数select的特殊版本,但是针对的是DMA传输。
We developed a C library which provides layout and drawing capabilities for annotation features.
我们开发了一个C库,它提供了对注释特征的版面设置及绘制能力。
The GNU C library offers several extensions that turn out to be quite useful when dealing with memory.
GNUC库提供几种扩展,在处理内存时,它们被证明是非常有用的。
The Standard C library provides a set of functions, listed in Table 4.1, that operate on C-style strings.
表4-1列出了C 语言标准库提供的一系列处理C 风格字符串的库函数。
The standard C library (and thus, every UNIX program) defined three standard streams: input, output, and error.
标准C库(因而,每个UNIX程序)定义了三种标准流:输入、输出和错误。
SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.
SQLite是一个实现了自包含、可嵌入、零配置的SQL数据库引擎的小规模C代码库。
The first small library is uClibc, which is a minimized version of the standard C library for space-constrained systems.
第一个较小的库是uClibc,这是为对空间要求非常严格的系统准备的一个标准C 库。
However, if you need the standard C library (for your custom binaries), there are other options beyond the massive glibc.
然而,如果我们需要标准的C库(我们自己定制的二进制可能需要这个库),除了巨大的glibc 之外,我们还有其他选择。
The good news is, these days many vendors have taken the initiative to provide reentrant versions of the standard C library.
近来很多提供商已经开始提供标准c程序库的可重入版本,这是一个好消息。
The lack of exceptions from the C language and the rudimentary error mechanisms from the standard C library certainly contribute to this.
缺乏C语言的异常和标准 C库的基本错误机制确实会导致出现此种情况。
nss_ldap is a set of C library extensions that allow LDAP directory servers to be used as a primary source of user and group information.
nss_ldap是一组C库扩展,它允许LDAP目录服务器用作一个用户和组信息的主源
As of November 2009, the latest version of the Gearman daemon is 0.10, and two PHP extensions are available - one that wraps the Gearman C library with PHP and one that's written in pure PHP.
截止到2009年11月,Gearman守护程序的最新版本是0.10,并且有两个PHP扩展可以用—一个用php包裹了Gearmanc库,另一个用纯PHP编写。
So, if a string with an embedded NUL character is passed to a library using a C convention, the string will suddenly be "chopped off" at that first NUL.
因此,如果一个内嵌NUL字符的字符串被传递给使用C约定的库,那么这个字符串就会突然被从第一个 NUL 处截断了。
Using the standard C string functions or your favorite string library, compare the common name and the host name.
使用标准的C字符串函数或您习惯使用的字符串库对通用名和主机名进行比较。
I realized that each of those systems had certain functionality that was consistent everywhere, like the standard IO library in c-but there was also different functionality.
我想到,这些系统上有些功能是共有的,比如标准io库,但是还有些功能是不互通的。
The first plug-in packages two assets -- the profile introduced in the previous section and a data type library -- and is a model of core types commonly used in Objective-C programming.
第一个插件打包了两个资产——前面章节中提到的概要文件和一个数据类型库——它是一个核心类型的模型,经常在Objective-C编程中被用到。
Michele Costabirle considers that missing a standard library from the beginning was one of C++ flaws
MicheleCostabirle认为从一开始就缺少标准的程序库是C++的一个败笔
C + + amp will be basically an STL-like library "as part of the existing concurrency namespace and delivered in the new amp.h header file", wrote Moth.
基本上,C+ +amp将会是一个类似STL的库,“作为现有并发命名空间的一部分,并通过新的amp . h头文件发布”,Moth写道。
The problem comes from linking your application against the Xerces-C++ library as a DLL.
问题出现在将应用程序与作为 DLL的Xerces-C++库进行链接上。
With dynamic linking, you can update just one C runtime library, and correct the internationalization of all seventy-nine applications.
有了动态链接,您就可以只更新一个C运行时库,然后修正所有 79 个应用程序的共同问题。
To Invoke an Application-Supplied Algorithm The C runtime library function qsort sorts an array of objects, but you must supply the function that compares objects.
调用应用程序提供的算法:C运行时库函数qsort 排序对象数组,但你必须提供比较函数。
So, even if C++ isn't your programming weapon of choice, you can still have the benefits of the wxWidgets library.
所以,即使所选择使用的编程工具不是 C++ ,仍然可以从wxWidgets库获益。
fdlibm: A C math library for machines that support IEEE 754 floating-point, is available from the Netlib mathematical software repository.
fdlibm :一个适用于支持IEEE 754浮点数的机器的Cmath库,可在 Netlib数学软件库中找到。
Flush data in writer processes before unlocking a file by either calling C's flush library routine or the flush method (if you prefer a C++ fstream).
在解锁文件之前,通过调用C的flush库例程或 flush方法(如果喜欢使用 C++fstream 的话),刷新写入者进程中的数据。
Also, if you build your C++ applications on SLES9 and deploy them on RHEL4, you will need to use the compat library packaged as compat-libstdc++-33-3.2.3-47.3.i386.rpm.
还有,如果您要在SLES9 上编译 C++程序,并将其部署到RHEL4 上,那么就需要使用compat库,它在包 compat-libstdc++-33-3.2.3-47.3.i386.rpm 中。
Use the -l and -l linker options to help the linker locate the Xerces-C + + library.
用链接器选项-l和- l以帮助链接器找到Xerces - c++库。
The OpenStep specification, designed by Sun and NeXT, is commonly used as a standard library for Objective-C now, with implementation such as Cocoa or GNUstep available on most platforms.
SunandNeXT的OpenStepAPI,现在是Objective-C 的标准库, 它的实现例如Cocoa或者GNUstep适用于多数平台.
If I recall it right, Stroustroup wrote in "The Design and Evolution of C++" that he delayed a standard library in favor of multiple inheritance. I would have enjoyed it more the other way.
如果记得没错的话,Stroustroup在“C++的设计与演化”一书中说到他应该写一个标准程序库来支持多继承,我等无福消受啊。
If I recall it right, Stroustroup wrote in "The Design and Evolution of C++" that he delayed a standard library in favor of multiple inheritance. I would have enjoyed it more the other way.
如果记得没错的话,Stroustroup在“C++的设计与演化”一书中说到他应该写一个标准程序库来支持多继承,我等无福消受啊。
应用推荐