fread



n.
从文件中读;从文件读二进制数据;
权威例句
National threshold runoff estimation utilizing GIS in support of operational flash flood warning systemsBREACH: An erosion model for earthen dam failures
Technique for implicit dynamic routing in rivers with tributaries
Commercial coral-reef fisheries across Micronesia: A need for improving management
Dynamic Flood Routing with Explicit and Implicit Numerical Solution Schemes
CALIBRATION TECHNIQUE FOR 1-D UNSTEADY FLOW MODELS
Modernization in the National Weather Service River and Flood Program
Microwave oven egg cooking apparatus
The development and testing of a dam-break flood forecasting model
DAMBRK: The NWS Dam-Break Flood Forecasting Model
1. This part of the program is also conventional PHP - in this case, with fread.
程序的这一部分也符合常规php——在本例中,使用fread。
youdao
2. The fgets, fgetss, fread, fscanf, and fclose functions also return False on error.
fscanf和fclose 函数在出错时也返回False。
youdao
3. Note that no matter what number you specify, fread will not read more than 8,192 bytes (8 KB).
不管指定多少字节,fread都不会读取超过8,192个字节(8KB)。
youdao
4. It's not unusual to run across networking programs that fread in a while in such a way that CPU usage zooms to 100 percent.
经常会遇到这样一些连网程序,以CPU使用率急速上升至100%的方式在while中使用fread。
youdao
5. The fread function serves a slightly different purpose from fgets: It is intended to read from binary files (that is, files that don't consist primarily of human-readable text).
fread函数与fgets的处理目标略有不同:它趋于从二进制文件(即,并非主要包含人类可阅读的文本的文件)中读取信息。
youdao
6. The function loads the file data using a single call to fread , copying the data into a separate structure, before using a strcpy to move the data from the loaded string to the global string.
此函数通过调用fread装载文件数据,把数据复制到另一个结构中,然后使用strcpy把数据从装载的字符串转移到全局字符串中。
youdao
7. The function loads the file data using a single call to fread , copying the data into a separate structure, before using a strcpy to move the data from the loaded string to the global string.
此函数通过调用fread装载文件数据,把数据复制到另一个结构中,然后使用strcpy把数据从装载的字符串转移到全局字符串中。
youdao
fread




