| 1. | C programmers don t need to actually do this directly ; simply call the library function C程序员实际上不需要直接这样去做;只需要调用库函数 |
| 2. | A library of function calls , a set of error codes , and a standard structured query language 函数调用库、错误代码集和用于访问dbms上数据的标准结构化查询语言的( |
| 3. | To call a library method , you may either use the fully qualified name or specify the library package name in the 若要调用库方法,可以使用完全限定名或在代码开头的 |
| 4. | C subroutine library to support your program ' s subroutine calls , notably managing input and output 一个c子功能调用库,用来支持你的程序的子功能调用,特别如管理输入与输出。 |
| 5. | A c subroutine library to support your program ' s subroutine calls , notably managing input and output 一个c子功能调用库,用来支持你的程序的子功能调用,特别如管理输入与输出。 |
| 6. | You can call library functions , but only a very few can be safely called . calling most functions inside a signal handler , such as 您可以调用库函数,但是只有极少数函数是被安全调用的;在一个信号处理器中调用大部分函数是出问题的主要原因,比如 |
| 7. | If you want partially trusted callers to be able to call select classes or members in your library , you can place demands on those classes or members 如果希望部分受信任的调用方能够调用库中的select类或成员,您可以设置对这些类或成员的要求。 |
| 8. | Intrinsics are function calls where the compiler has intrinsic knowledge about the call , and rather than calling a function in a library , it emits code for that function 对于内部函数调用,由于编译器内在了解这种函数调用,因此它是从这种函数发出代码,而不是调用库中的函数。 |
| 9. | Direct callers explicitly call static or instance methods of your library , while indirect callers call static or instance methods of another library that calls your library 直接调用方显式调用库的静态方法或实例方法,而间接调用方调用另一个库(该库调用您的库)的静态方法或实例方法。 |
| 10. | The application controls which dynamic libraries are loaded and which functions in the libraries are called by using linux dynamic loader routines to perform the loading and linking and to return the addresses of the required entry points 通过使用linux动态装入器例程,应用程序控制装入哪一个动态库以及调用库中的哪一个函数,以执行装入和链接以及返回所需入口点的地址。 |