确保能够看到内置的php库函数的列表。
Ensure that you can see a list of built-in PHP library functions.
创建数据库函数的基本步骤是。
就调用方式而言,系统调用与库函数之间没有区别。
In terms of the way it is called, there is no difference between a system call and a library function.
在库函数和命令行中,输入的字符集被说明为一个参数。
In the library function and the command, the charset of the input is specified as an argument.
调用库函数时经常会遇到一些“线程不安全”的可怕警告。
Library functions have dire warnings that they may not be "thread safe."
若页类型是每页行数固定的,则使用fgets库函数逐行读取输入。
If the page type is fixed-lines-per-page, we read input line by line using the fgets library function.
模型库系统以模型库函数建立、修改、删除、重构和控制各决策模型。
Establishing, modifying and delete of model storehouse function, reconstruct and control of each decision models is fulfilled with model storehouse subsystem.
很多库函数在固定的对象中返回值,总是使用同一对象,它们全都会导致相同的问题。
Many library functions return values in a fixed object, always reusing the same object, and they can all cause the same problem.
如果你没有include这个库函数,GCC的时候,编译器就会报错。
And if you don't include it, GCC, the compiler will yell at you.
表4-1列出了C 语言标准库提供的一系列处理C 风格字符串的库函数。
The Standard C library provides a set of functions, listed in Table 4.1, that operate on C-style strings.
随linux一起交付的还有几千条命令和应用程序,它们至少都需要libc库函数。
Linux ships with thousands of commands and applications that all require at least the libc library functions.
在8086C反编译系统中,我们把模式识别原理应用于C库函数的识别。
The principle of pattern recognition is applied to recognize C functions in 8086 C decompiling system.
并结合作者编程实践在文中了指出在生成、调用DLL库函数该注意的事项。
Combining author's programming practice, author indicates the Precautions of creating and calling DLL.
这是一种攻击往往需要引用绝对内存地址在栈上的地址,库函数的地址,等等。
An exploit often needs to reference absolute memory locations: an address on the stack, the address for a library function, etc.
可以把它看作C库函数select的特殊版本,但是针对的是DMA传输。
Think of this as a specialized version of the C library function select, but for DMA transfers.
注意精确性与例外情况的处理在MASS函数与系统库函数中可能是不一样的。
Note that the accuracy and exception handling might not be identical in MASS functions and system library functions.
此外,运用MQL4可以创建你自己的个人的技术指标,执行动作,备案库函数。
Besides, one can use MQL4 for creation of one's own Custom Indicators, Scripts, and Libraries.
可利用另一个Python库函数,os.walk,递归地构建每个目录中文件的清单。
You'll use another Python library function, os.walk, to recursively build a list of files in each directory.
研究了使自定义函数也成为系统库函数的方法,以提高使用C语言进行编程的效率。
Another is the system library functions precomposed by C language, which can be directly used by programmer.
有相关系统调用的库函数的一个示例是stdio . h中声明的fopen函数。
An example of a library function that does have an associated system call is the fopen function declared in stdio.h.
注意有些Linux发行版提供了一个名为get _ tb的库函数,它会返回tb寄存器的值。
Note that some Linux distributions provide a library function called get_tb , which returns the value of the TB register.
总而言之,HOP和RSPW都是对库函数很好的补充——不过它们介绍的库可能并不相同。
In sum, both HOP and RSPW are good additions to a library — but probably not the same library.
没有相关系统调用的库函数的一个示例是string . h中声明的strlen函数。
An example of a library function that does not have an associated system call is the strlen function declared in string.h.
调用应用程序提供的算法:C运行时库函数qsort 排序对象数组,但你必须提供比较函数。
To Invoke an Application-Supplied Algorithm The C runtime library function qsort sorts an array of objects, but you must supply the function that compares objects.
对于任何给定程序库,您都应该通读它所提供的文档,以了解其原型和标准库函数的用法是否有所变化。
You'll need to go through the documentation provided with any given library to know if there is any change in the prototypes and therefore in the usage of the standard library functions.
其语音样本的训练、被识别语音数据的采集及相关处理以及识别结果的输出等都是靠调用库函数来完成。
The training of the sample-tone, the collection and correlative treatment about tone data to be identified, along with the output of the result are accomplished by transfer the functional library.
花费大部分时间在库函数调用上的代码不会像那些简单循环任务一样使用Pyrex可以获得明显的加速。
Code that spends most of its time making library calls is just not going to benefit that much from Pyrex speeding up incidental loop overhead.
将含有库函数名的汇编代码程序翻译成中间语言程序,然后再转换成高级语言程序可降低逆编译的复杂性。
Assembler code program containing library function name is firstly translated into intermediate language program and then into high level language program to reduce complexity of decompilation.
用于换页定界的页的逻辑大体上相同,只是稍稍简单一些,因为不需要行计数器:使用getc库函数逐个读取字符。
The logic used for form-feed-delimited pages is roughly the same, but slightly simpler, as there is no need for a line counter: Read char by char using the getc library function.
用于换页定界的页的逻辑大体上相同,只是稍稍简单一些,因为不需要行计数器:使用getc库函数逐个读取字符。
The logic used for form-feed-delimited pages is roughly the same, but slightly simpler, as there is no need for a line counter: Read char by char using the getc library function.
应用推荐