最简单的用法是让SPE程序使用两个指针:一个用于输入缓冲区,另外一个用于输出缓冲区。
The simplest usage is to have the SPE program take two Pointers: one for an input buffer and one for an output buffer.
该函数接受一个指向用户空间缓冲区的指针、一个指向内存缓冲区的指针、以及一个以字节定义的长度。
This function accepts a pointer to a user space buffer, a pointer to a kernel buffer, and a length defined in bytes.
sbp:缓冲检测指针。
如果参数为NULL,则openssl会将字符串写入到一个长度为256字节的静态缓冲区中,并返回指向该缓冲区的指针。
If this parameter is NULL, OpenSSL writes the string to a static buffer that is 256 bytes in length, and returns a pointer to that buffer.
POSIX 1003.1标准定义strerror _ r,该函数除接受错误值之外,还接受缓冲区中的指针和缓冲区大小。
The POSIX 1003.1 standard defines strerror_r , which accepts a pointer to a buffer and a buffer size in addition to the error value.
strerror()函数并没有必要是线程安全的;对于未知值,该函数在静态缓冲区中设置错误消息的格式并将指针返回到该缓冲区。
The strerror() function isn't necessarily thread-safe; for unknown values, it formats an error message in a static buffer and returns a pointer to that buffer.
您甚至只需要使用一个指针并将数据写回到读取数据所使用的缓冲区中即可,不过这对于另外一端的编程来说可能有些麻烦。
You could even just use a single pointer and write data back into the buffer you got it from, although this might be a nuisance to program for on the other end.
如果程序传递了无效的指针值,或者如果缓冲区的长度太小会发生此错误。
This error occurs if a program passes an invalid pointer value or if the length of the buffer is too small.
当浏览器调用微型云时,大多数缓冲区指针被分配了存储。
Most of the buffer Pointers are allocated storage when a browser calls the tiny cloud.
获取目标缓冲区的当前指针。
这样将保护程序代码避免堆栈、缓冲区和函数指针溢出,而且全都不需重新编译。
This protects against stack, buffer, and function pointer overflows, all without recompilation.
name是指向包含网络传输地址的缓冲区的指针。
Name is the pointer to the buffer that contains the network transport address.
然后再将寄存器127用作循环计数器,将寄存器126用作基指针,并在每个值上执行convert _ to_upper,直到到达缓冲区的底部为止。
You then use register 127 as your loop counter and register 126 as your base pointer, and perform convert_to_upper on each value until you get to the end of the buffer.
指向一个包含文件名的缓冲区指针,这个文件名被用来初始化对话框上编辑控件的文件名。这个缓冲区至少要260个字节长。
Pointer to the buffer that contains the filename used to initialize the filename edit control on the dialog box. The buffer should be at least 260 bytes long.
当你创建一个缓冲区时,得到一个指针,GPU也看到了同样的内存。
When you create a buffer, you just get a pointer to it, and that's the same memory that the GPU sees.
他们还需要有一个参数WSABUF,包含一个指针的缓冲区将被使用。
They also need to have a parameter WSABUF, that contains a pointer to a buffer that is going to be used.
为了进行静态缓冲区溢出分析,必须首先进行高效而精确的指针分析,以确定指针可能指向的目标缓冲区。
In order to statically analyze buffer overflow, efficient and precise pointer analysis must be performed to make certain what target buffer a pointer variable point to.
人们可以通过简单的分配一块内存,小心地维护指向其的指针来实现一个循环缓冲区。
One could simply implement a circular buffer by allocating a chunk of memory, and maintaining pointers.
由于C语言允许通过指针进行间接内存访问,但并不进行边界检查,因此可能存在缓冲区溢出。
The C language allows indirect access memory location by pointer without boundary check, which may cause buffer overflow.
在软件开发中,常需要开辟数百KB的内存缓冲区,而在C语言中设置这样大的内存缓冲区会出现数据跨段的问题,采用指针数组的使用机制能解决以上难题。
In the development of soft ware, it is always necessary to design a memory buffer with hundreds of KB, which will probably lead to the problem of data span limit in the dvice of C language.
另一个选择是在预定位置的原始文件的副本到缓冲区,将文件指针的方法负载。
The other option is to load a copy of the original file into buffer and place the file pointer at the intended position.
利用指针和双数据缓冲区法快速实现数据压缩的技术,并给出了应用实例。
A fast technique for implementing Holter cardio real time data reduction based on pointer and dual data buffers is presented in this paper, and an example of its application is also given here.
如果指针是函数参数,而且未传递缓冲区的大小,则不能计算可用的最大缓冲区。
If the pointer is a function parameter and the size of the buffer was not passed, it is not possible to calculate the maximum buffer available.
如果仪表指针出现了滞后现象等,将旋下仪表接头六方螺母,将缓冲器旋下清洗干净,装好后再进行使用。
If instrumentation pointer have lagged behind such phenomena, unscrew the meter connector six-party nut, buffer unscrew clean, pack good again after use.
缓冲区参数中的元素数目用于确定指针指向的数组或缓冲区中有效元素的实际数目。
The number of elements in the buffer parameter is used to determine the actual number of valid elements of an array, or of a buffer pointed to by a pointer.
可通过使用数组、字符串、大小固定的缓冲区或变量地址初始化指针。
You can initialize a pointer by using an array, a string, a fixed-size buffer, or the address of a variable.
可通过使用数组、字符串、大小固定的缓冲区或变量地址初始化指针。
You can initialize a pointer by using an array, a string, a fixed-size buffer, or the address of a variable.
应用推荐