这个函数释放一个打开文件。
This writes data to an open file.
这个函数将数据写入一个打开的文件中。
This reads data from an open file.
这个函数从一个打开文件中读取数据。
Could not open file for reading.
无法打开文件进行读取。
The fputs() writes to an open file.
将内容写入一个打开的文件中。
The fclose function closes an open file.
函数的作用是:关闭文件。
The fseek() function seeks in an open file.
函数的作用是:查找文件中指针所指向的内容。
Listing 2. Open file, go to current row, and get value.
列表2.打开文件,转到当前行,并获得值。
The outline window shows an outline of the currently open file.
Outline窗口显示当前打开文件的概要。
They perform control functions associated with open file descriptors.
它们可以完成与打开的文件描述符相关联的控制功能。
On the Main page, click open file and open the file you just created.
在Main页面上单击open File,然后打开刚才创建的文件。
The ftell() function returns the current position in an open file.
函数的作用是:返回文件指针当前的读/写的位置。
Open File dialog box displays the directory of the active document.
“打开文件”对话框显示活动文档的目录。
Open file dialog box displays the directory last used to open a file.
“打开文件”对话框会显示上次打开文件使用的目录。
A browser Open file dialog window displays to ask what action to take.
然后会显示出一个浏览器Open file对话窗口,询问所要执行的操作。
The open file is build.xml, which comprises dozens of Ant declarations.
打开的文件是build . xml,该文件由数十个Ant声明组成。
The filp argument is essentially an open file structure (we'll ignore this).
filp参数实际上是一个打开文件结构(我们可以忽略这个参数)。
When you open file write.txt, you will see how the DPTK tags in template write.pat.
在打开文件write . txt时,您将看到上面write . pat模板中的DPTK标记如何将来自输入模型中的数据写入simple . xml。
When a process duplicates itself, the kernel makes a copy of all open file descriptors.
当某个进程复制它自身时,内核生成所有打开的文件描述符的副本。
'w' Open file, or create new file, for writing; discard existing contents, if any.
打开文件,创建新文件;将原有的内容去掉。
The fgetss function returns a line, with HTML and PHP tags removed, from an open file.
函数的作用是:从一个打开的文件中返回不包含HTML和PHP标签的一行。
Cannot open file. Start the application used to create this file, and open it from there.
不能打开文件。启动建立这个文件所用的应用程序,并从那儿打开它。
Could not open file for reading. Close any other application that may be locking the file.
无法打开文件进行读取。关闭其它可能锁定该文件的应用程序。
At the top is the open file object, which is referenced by a process's file descriptor list.
在顶层是打开的file对象,它由进程的文件描述符列表引用。
A file descriptor is an integer that refers to an open file or device, and it is used for reading and writing.
文件描述符是指向打开的文件或设备的整数,并用于执行读取和写入。
Finally, a VFS file represents an open file (keeps state for the open file such as the write offset, and so on).
最后,VFS文件表示一个打开的文件(保存打开的文件的状态,比如写偏移量等等)。
One open file is displayed per line and, unless you specify otherwise, all open files from all processes are displayed.
每行显示一个打开的文件,除非另外指定,否则将显示所有进程打开的所有文件。
Click the edit button as shown in Figure 2 to open file browser dialog box where you can choose an external editor.
在图2中,点击编辑按钮打开浏览对话框,你可以选择外部编辑器。
The first parameter fildes is the open file descriptor returned from the function open , referring to a specific device.
第一个参数fildes是函数open返回的文件描述符,用于指称具体设备。
After the fork, the parent and child have copies of all open file descriptors and data values, so the pointer works for both.
执行fork之后,父进程和子进程获得打开的所有文件描述符和数据值的拷贝,所以指针对于它们都是有效的。
应用推荐