首页 / 词典 / good

fread

  • 网络从文件中读;读文件;读取文件
freadfread
  1. This part of the program is also conventional PHP & in this case , with fread .

    程序的这一部分也符合常规PHP&在本例中,使用fread。

  2. The break-dam flux is calculated by Fread formula based on analysis of the mechanism of break-dam .

    论文通过对溃堤机理的研究,采用Fread提出的宽顶堰流公式来计算堤防决口口门过流量。

  3. The fgets , fgetss , fread , fscanf , and fclose functions also return False on error .

    fscanf和fclose函数在出错时也返回False。

  4. It 's not unusual to run across networking programs that fread in a while in such a way that CPU usage zooms to100 percent .

    经常会遇到这样一些连网程序,以CPU使用率急速上升至100%的方式在while中使用fread。

  5. Classic functions such as fread might serve you best much of the time or you might find yourself drawn more to the simplicity of readfile when it 's just right for the task .

    诸如fread之类的典型函数可能在大多数时候都是最佳的选择,或者当readfile刚好能满足任务需要时,您可能会发现自己更为readfile的简单所吸引。

  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()把数据从装载的字符串转移到全局字符串中。

  7. 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的处理目标略有不同:它趋于从二进制文件(即,并非主要包含人类可阅读的文本的文件)中读取信息。