您要查找的是不是:
- to read a file into a computer 把文件读入电脑
- Zero flag is very useful if you want to read a full paragraph or a full file into a single string. 如果您想将整个段落或整篇文件读入到单个字符串,那么。
- The file() reads a file into an array. 函数的作用是:把整个文件读入一个数组中。
- Function to read data from a file into two variables. 函数将数据从文件读入两个变量。
- The fgets() function is used to read a single line from a file. 函数用来读取文件中的一行内容。
- Object to read the contents of a text file into a string, supplying the path. 方法并提供路径,可以将文本文件的内容读入字符串中。
- I think it's necessary for us to read a lot. 我认为大量阅读是必要的。
- The failure to read a bit of stored information. 信息遗失不能读出一部分存储信息
- The fgetc() function is used to read a single character from a file. 函数是用来读取一个文件中的一个字符。
- A computer system must have a CD drive that is designed to read the disks and translate the data into a form it can process. 计算机系统必须配备一个cd驱动器用来读取光盘并将数据转换到计算机能够处理的形式。
- It is too dark in this room for me to read a book. 房间太暗,使我无法看书。
- Object to read the contents of a text file into a string, supplying the path and file encoding type. 方法并提供路径和文件编码类型,可以将文本文件的内容读入字符串中。
- Many networks are managed by a computer called a file server. 许多网络由一称为文件服务器的计算机来管理。
- Linda settled down in her armchair to read a new novel. 琳达安坐在扶手椅里读一本新小说。
- Feed logs to a fire; feed data into a computer. 给火添柴; 往计算机里输入数据
- The following example reads a text file into a buffer and writes the buffer to the HTTP output stream. 下面的示例将一个文本文件读入缓冲区,然后将该缓冲区写入HTTP输出流。
- When a program tries to read a file, small portions of that file are read from several disks in parallel. 当一个程序试图读取某个文件时,可以并行地从多块磁盘上分别读取这个文件的某些部分。
- I have inputted the data into a computer. 我已经把数据输入到计算机中了。
- To enter(data or a program) into a computer. 输入把(信号或程序)输入计算机
- This example implements a method that reads the entire contents of a file into a byte array. 将文件读入字节数组。