您要查找的是不是:
- Does not import standard library (mscorlib. Dll). 不导入标准库(mscorlib.;dll)。
- Names of objects in the standard library, however, are presented in italics. 但是,标准库中的对象名用斜体表示。
- 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对象的多种方法。
- 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对象的多种方法。
- The prototypes of standard library functions are found in standard header files. 标准库函数的原型能在标准头文件中找到。
- 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. 标准库中的容器、迭代器和算法是很好的泛型编程的例子。
- The functions of the standard library, for example, are declared in headers like
. 例如,标准库中的函数就是在类似于的头文件中声明的。 - Learning to use the standard library more effectively will help improve your Ruby code and let you concentrate on the important parts of your code. 学习更有效地使用标准库,会有助于改善Ruby代码,并让您把精力集中在代码的重要部分。
- Is a popular general purpose, application-development language famed for its readability, sensible design, and comprehensive standard library. 是一个流行的、通用的应用程序开发语言,以其可读性、聪明的设计和全面的标准库著称。
- In addition, we contrast the built-in C++ support for strings and arrays with the class abstractions provided by the C++ standard library. 另外我们还将把C++内置的对字符串与数组的支持与C++标准库提供的类抽象进行对比。
- The standard library function strlen(s) returns the length of its character string argument s,excluding the terminal ‘\0’. 内部表示字符串时,要用一个空字符‘\\0’来结尾,所以实际存储该字串的存储单元比括在双引号中的字符多一个。)
- But the details of how it is done may change. What won't change is that the LWG is committed to a constant stream of standard library enhancements. 但是这些事情的实施具体细节将会改变。不变的是库工作小组将会忠实地为库的扩充工作继续努力。
- The standard library provides several functions for reading or writing one character at a time, of which getchar and putchar are the simplest. 标准库提供了一次读/写一个字符的函数,其中最简单的是getchar和putchar两个函数。
- 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. 作为程序员,您可以使用标准库中的内置函数,而当某项功能没有标准函数来实现时您可以随时编写自己的函数。
- Ensure that each thread of execution control has a pointer to its own unique reentrancy structure in the global variable _impure_ptr, and call the standard library subroutines. 现在特别想知道第二种方法。希望高手能够说一说方法1和2具体的代码如何实现,告诉代码的下载地址也行。谢谢!
- It specifies a standard library, with an extensive set of functions for performing input and output, memory management, string manipulation, and similar tasks. 标准中还详细说明了一个具有标准输入/输出、内存管理和字符串操作等扩展函数集的标准库。