您要查找的是不是:
- C standard library function C库函数
- The standard library function strlen(s) returns the length of its character string argument s,excluding the terminal ‘\0’. 内部表示字符串时,要用一个空字符‘\\0’来结尾,所以实际存储该字串的存储单元比括在双引号中的字符多一个。)
- The prototypes of standard library functions are found in standard header files. 标准库函数的原型能在标准头文件中找到。
- As with the standard library, there can be many library functions that return values in fixed objects, always reusing the same objects, which causes the functions to be non-reentrant. 对标准程序库而言,有很多程序库函数在固定的对象中返回值,总是重复使用同一对象,这就使得那些函数不可重入。
- Does not import standard library (mscorlib. Dll). 不导入标准库(mscorlib.;dll)。
- standard library function 标准库函数
- This is achieved by passing the objects to a QSA library function. 这可以通过传递对象到一个QSA库函数来完成。
- Names of objects in the standard library, however, are presented in italics. 但是,标准库中的对象名用斜体表示。
- It takes most advantage of library function of C language to operate hardware directly under Windows without the conventional DDK and make using of data acquisition more convenient by the excellent user interface. ? 在完全脱离Windows传统设备驱动程序开发软件包DDK的情况下,充分利用C语言的库函数在Windows环境下直接对硬件进行操作; 利用Windows的系统资源使高速数据采集系统与用户之间的界面更直观,使数据采集系统的使用更为方便,以求达到使用化的程度。
- C language library functions. Alphabetical classification of explaining the various library functions function, usage, and specific examples. 语言库函数。按字母分类说明各种库函数功能,用法,及具体示例。
- ESDL is a superset of the ANSI C standard, which is enhanced by some data type for embedded programming. ESDL是 ANSI C的超集 ;它为嵌入式编程增加了一些数据类型 .
- Functions to set the return value of a library function. 返回值设置函数。
- The word expands tostring, with backslash-escaped characters replaced as specifed by theANSI C standard. man bash; 找到 QUOTING 那段说明:Words of the form %24'string' are treated specially.
- While producing MISRA-C: 2004, the question of addressing the 1999 C standard [8] arose. 在编制MISRA-C:2004时,选择1999C标准的问题出现了。
- Standard libraries contain objects and are created by the LIB tool. 标准库包含对象,并用LIB工具创建。
- Initially the problem has been tackled by applying the standard library procedures of loans and photocopies. 问题的解决最初是通过应用图书馆外借和复制的标准程序。
- Adding a library function to do this will save the scriptwriter time, and improve the maintainability of the scripts. 添加一个库函数来做这些事情将会节省脚本编写者的时间,并且能改进脚本的可维护性。
- As the programmer, you can use the ready-made functions in the standard library, or write your own whenever no standard function fulfills your intended purpose. 作为程序员,您可以使用标准库中的内置函数,而当某项功能没有标准函数来实现时您可以随时编写自己的函数。
- It starts by printing a string,and then the date,using the Date class from the Java standard library. 它能打印出与当前运行的系统有关的资料,并利用了来自Java标准库的System对象的多种方法。
- In terms of the way it is called, there is no difference between a system call and a library function. 就调用方式而言,系统调用与库函数之间没有区别。
