您要查找的是不是:
- FORTRAN library function [计] FORTRAN库函数
- This is achieved by passing the objects to a QSA library function. 这可以通过传递对象到一个QSA库函数来完成。
- Functions to set the return value of a library function. 返回值设置函数。
- Adding a library function to do this will save the scriptwriter time, and improve the maintainability of the scripts. 添加一个库函数来做这些事情将会节省脚本编写者的时间,并且能改进脚本的可维护性。
- In terms of the way it is called, there is no difference between a system call and a library function. 就调用方式而言,系统调用与库函数之间没有区别。
- Library function that is called if an exception is not caught. Usually aborts the program. 异常未被捕获时调用的标准库函数。通常会终止程序的执行。
- If the maximum identifier length is too small, certain predefined identifiers will be unresolved as well as certain library function calls. 如果最大标识符长度太小,则将无法解析某些预定义标识符以及某些库函数调用。
- If you are using Embedded SQL, you can use the database library function SQL_needs_quotes to determine whether a string requires quotation marks. 如果使用嵌入式SQL,则可以利用数据库库函数SQL_needs_quotes确定一个字符串是否需要加上引号。
- Function return type recovery includes two types, one is library function return type; the other is user function return type. 函数返回类型恢复分为库函数和用户函数返回类型恢复两类。
- The actual callback is performed by a library function that is available to any page that implements the ICallbackEventHandler interface. 实际回调由任何页都可使用的、实现ICallbackEventHandler接口的库函数执行。
- In programming, a handle is a token, typically a pointer, that enables the program to access a resource, such as a library function. 在编程领域内,句柄就是一个“记号”,一种特殊的类似指针的东西,程序员用它可以让自己的程序获取一个资源(比如窗口,设备等),例如一个库的某个功能函数。
- According to the HostLink communication protocol, the Dynamic Link Library function DLL that can be called by LabVIEW is programmed with VC language. 根据HostLink通信协议 ,采用VC编写了可供LabVIEW调用的动态连接库函数DLL。
- The standard library function strlen(s) returns the length of its character string argument s,excluding the terminal ‘\0’. 内部表示字符串时,要用一个空字符‘\\0’来结尾,所以实际存储该字串的存储单元比括在双引号中的字符多一个。)
- CSL library functions offered by TI Corporation helped to design the software. 利用TI公司提供的CSL库函数进行软件设计;
- You can get a reference to the library function by calling the page's GetCallbackEventReference method which is accessible through the ClientScript property of the page. 通过调用页的GetCallbackEventReference方法可以获取对库函数的引用,该方法可通过页ClientScript属性进行访问。
- A FORTRAN language statement used to define arrays. 在FORTRAN语言中用于定义数组的语句。
- Linux goes even further. Each process that requires a common system library function uses a single system-wide copy that is loaded once into memory and shared. Linux甚至做得更好,每个需要公共系统库函数的进程使用单个的系统级内的副本,一次性将该副本装入到内存并为各进程所共享。
- Grants full access to the Version Management view and related version library functions. 授予对Version Management视图和相关版本库功能的完全访问权。
- The college library is a favorite haunt. 大学图书馆是人们喜欢的地方。
- The prototypes of standard library functions are found in standard header files. 标准库函数的原型能在标准头文件中找到。