您要查找的是不是:
- 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. 对标准程序库而言,有很多程序库函数在固定的对象中返回值,总是重复使用同一对象,这就使得那些函数不可重入。
- standard library function 标准库函数
- C standard library function C库函数
- Does not import standard library (mscorlib. Dll). 不导入标准库(mscorlib.;dll)。
- 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. 但是,标准库中的对象名用斜体表示。
- Functions to set the return value of a library function. 返回值设置函数。
- 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. 作为程序员,您可以使用标准库中的内置函数,而当某项功能没有标准函数来实现时您可以随时编写自己的函数。
- Initially the problem has been tackled by applying the standard library procedures of loans and photocopies. 问题的解决最初是通过应用图书馆外借和复制的标准程序。
- It starts by printing a string,and then the date,using the Date class from the Java standard library. 它能打印出与当前运行的系统有关的资料,并利用了来自Java标准库的System对象的多种方法。
- Adding a library function to do this will save the scriptwriter time, and improve the maintainability of the scripts. 添加一个库函数来做这些事情将会节省脚本编写者的时间,并且能改进脚本的可维护性。
- The standard library ensures that an input text stream appears as a sequence of lines, each terminated by a newline. 标准库能否确保,怎么确保文本流是一些以新行符结尾的行序列?谢谢!
- It starts by printing a string, and then the date, using the Date class from the Java standard library. 它能打印出与当前运行的系统有关的资料,并利用了来自java标准库的system对象的多种方法。
- This edition gives center stage to using the standard library while deemphasizing techniques for low-level programming. 书中不再强调低层编程技术,而把中心转向标准库的使用。
- Most of the standard library and built-in Boolean functions that previously returned integers will now return Booleans. 以前返回整数的大部分标准库函数和内建布尔型函数现在返回布尔型。
- The standard library containers, iterators, and algorithms are good examples of generic programming. 标准库中的容器、迭代器和算法是很好的泛型编程的例子。
- In terms of the way it is called, there is no difference between a system call and a library function. 就调用方式而言,系统调用与库函数之间没有区别。
- The functions of the standard library, for example, are declared in headers like
. 例如,标准库中的函数就是在类似于的头文件中声明的。