In this code, you start by declaring a file pointer to standard input so that you can get interactive information from the keyboard during the spell-check process.
在这段代码中,您首先要为标准输入声明一个文件指针,以便您能够在拼写检查过程中从键盘获得交互式信息。
This takes three parameters: the context pointer, the path and the filename of the trust store file, and a path to a directory of certificates.
这里要用到三个参数:上下文指针、可信任库文件的路径和文件名,以及证书所在目录的路径。
You can then use the return pointer to configure other aspects of the virtual file, such as the function to call when a read is performed on the file.
然后就可以使用这个返回的指针来配置这个虚拟文件的其他参数,例如在对该文件执行读操作时应该调用的函数。
The output of Listing 5 shows that as one process reads from the file, and the file pointer is moved for both processes.
清单5的输出表明,当一个进程从该文件读取时,两个进程的文件指针都在移动。
If this happens, hover the mouse pointer over the red circle to display the error message, make the needed correction, and save the file again.
如果出现了此情况,请将鼠标指针悬停在红色圆圈上方以显示错误消息,然后进行必要的更正并再次保存文件。
Gets the current file row pointer, stored as an object but used as an integer, from the global variable in the data area for the test engine (this will be set up later).
从测试引擎(稍后就会安装它)数据区域中的全局变量获取当前最为结果储存但是当作整数使用的文件行指针。
Listing 1. Get file row pointer and initialize return variable.
列表1.获得文件行指针并初始化返回变量。
This script begins by opening the connection to the Arduino in a file pointer for reading.
脚本首先在一个文件指针内打开对Arduino的连接,以便读取它。
You can think of userdata as an array of bytes — bytes that might represent a pointer, a structure, or a file in the host application.
我们可以认为userdata就是一个字节数组——字节可以表示指针、结构或宿主应用程序中的文件。
After the fork, the parent and child have copies of all open file descriptors and data values, so the pointer works for both.
执行fork之后,父进程和子进程获得打开的所有文件描述符和数据值的拷贝,所以指针对于它们都是有效的。
The file's directory entry contains a hard link (or pointer) to the inode for the file, so every entry listed should have at least one hard link.
文件的目录条目包含到文件的inode 的硬链接(或指针),因此列出的每个条目都应该至少拥有一个硬链接。
Listing 8 lists the code that was modified in the source of the jfs_mount.c file to create a segmentation fault at line 109 by creating a null pointer exception.
清单8列出了jfs_mount . c文件的源代码中被修改过的代码,我们在代码中创建了一个空指针异常,从而使代码在第109行产生段错误。
A directory entry contains a name for a file or directory and a pointer to the inode where the information about the file or directory is stored.
一个目录条目包含一个文件名或目录名,以及存储有文件或目录相关信息的inode的指针。
Increments the row pointer for the next virtual user or, if the end of the file is reached, go back to the beginning of the file and reset the pointer to 1.
为下一位虚拟用户增加行指针或者,如果已经到达文件的末尾,就回到这个文件的起始,使指针重新回到1。
First you write the contents of the mydata list to the file, then you reposition the file pointer to the start of the file and read the contents.
首先,把mydata list的内容写入文件,然后把文件指针重新定位到文件开头,并读入内容。
One pointer for the XML file: the id specified in the style tag is used to match the style attribute in the bind tag.
有一个指向XML文件的指针:style标签中指定的id用来匹配bind标签中的style属性。
You open the file by calling the in function of the DL_Dxf object and passing a pointer to a class that inherits from the DL_CreationAdapter abstract class.
通过调用 DL_Dxf对象的in函数并将指针传递给一个继承 DL_CreationAdapter抽象类来打开此文件。
The iocb argument can usually be treated as an opaque cookie used by the AIO subsystem; if you need the struct file pointer for this file descriptor, however, you can find it as iocb->ki_filp.
通常可以把iocb看作AIO子系统使用的不透明数据结构。然而,如果需要文件描述符的structfile指针,可以通过iocb->ki_flip获取。
For simplicity, you should have the row pointer always wrap back to the beginning if the end of the file is reached.
为了简单起见,如果已经到达了文件的末端,您应该使这个行指针回到开始。
Why did Windows use the FAT structure instead of a conventional linked list with a next pointer for each data block of a file?
为什么窗户使用脂肪结构代替传统的与下一个指针链表的每个数据块文件?。
Specifies the cursor file as a customized mouse pointer when the mouse is over a particular part of an object at run time.
指定在运行时刻,当鼠标位于对象的某一特定部分时,用作自定义鼠标指针的光标文件。
This system call requires the file descriptor from shm_open and returns a pointer to memory.
这个系统调用需要shm_open返回的文件描述符,它返回指向内存的指针。
Instead of e.g. passing large images through a flow, a pointer to the image in form of a file name or image id causes much less overhead in the business flow engine.
例如,不要通过一个流来处理大图像,一个以文件名或图像ID形式指向图像的指针将大大减小业务流引擎中的开销。
fd is the file descriptor, a pointer to the file. For this example, use the following
fd是文件描述符,是指向文件的一个指针。
There are 45 other file formats which can store more than one image when used with ImageMagick, a pointer to the complete list is referenced in the Resources section of this article.
当与ImageMagick 一起使用时,还有其他45 种文件格式可以存储不止一个图像,本文的参考资料部分有一个链接指向其完全列表。
Pointer to an array of icon handles that receives handles to the large ICONS extracted from the file.
指针指向一个用于接收指定文件大图标的句柄数组。
Pointer to an array of icon handles that receives handles to the small ICONS extracted from the file.
指针指向一个用于接收指定文件小图标的句柄数组。
This function moves the file pointer from its current position to a new position, forward or backward, specified by the number of bytes.
整个函数将文件指针从当前位置向前或向后移动移动到一个新的位置。
Open for reading and writing; place the file pointer at the beginning of the file and truncate the file to zero length.
打开阅读和写作,放置在文件的开头文件指针并截断该文件的长度为零。
Open for reading and writing; place the file pointer at the beginning of the file and truncate the file to zero length.
打开阅读和写作,放置在文件的开头文件指针并截断该文件的长度为零。
应用推荐