文件名称:FastFile_sys
- 所属分类:
- 文件操作
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-12-21
- 文件大小:
- 1.15mb
- 下载次数:
- 0次
- 提 供 者:
- 张*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
读取与写入文件的三种基本存储方式,一种是普通无缓存存储方式,一种是高速缓存,另一种是异步传输。
文件高速缓存被设置在内存中,从而解决CPU与硬盘访问速度差异太大的问题。高速缓存即在读文件时预读,从而加速访问。异步传输改变内存访问的指令顺序,从而提高了代码执行效率。
本程序通过对三种文件读写操作的时间对比来对比三种方式在效率上的不同。
-Three basic storage read and write files, one is ordinary no-cache storage methods for a cache, another is asynchronous transmission.
The file cache memory is provided in order to address the speed difference between the CPU and disk access much of a problem. When reading a cache file that is read-ahead, thus speeding up access. Asynchronous transfer instruction to change the order of memory accesses, thus improving the efficiency of the code.
This program file read and write operations through three times in three different ways to compare the contrast in efficiency.
文件高速缓存被设置在内存中,从而解决CPU与硬盘访问速度差异太大的问题。高速缓存即在读文件时预读,从而加速访问。异步传输改变内存访问的指令顺序,从而提高了代码执行效率。
本程序通过对三种文件读写操作的时间对比来对比三种方式在效率上的不同。
-Three basic storage read and write files, one is ordinary no-cache storage methods for a cache, another is asynchronous transmission.
The file cache memory is provided in order to address the speed difference between the CPU and disk access much of a problem. When reading a cache file that is read-ahead, thus speeding up access. Asynchronous transfer instruction to change the order of memory accesses, thus improving the efficiency of the code.
This program file read and write operations through three times in three different ways to compare the contrast in efficiency.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FastFile_sys\Debug\FastFile_sys.exe
............\.....\FastFile_sys.ilk
............\.....\FastFile_sys.obj
............\.....\FastFile_sys.pch
............\.....\FastFile_sys.pdb
............\.....\vc60.idb
............\.....\vc60.pdb
............\FastFile_sys.cpp
............\FastFile_sys.dsp
............\FastFile_sys.dsw
............\FastFile_sys.ncb
............\FastFile_sys.opt
............\FastFile_sys.plg
............\nobuffer_1.txt
............\nobuffer_10.txt
............\nobuffer_2.txt
............\nobuffer_3.txt
............\nobuffer_4.txt
............\nobuffer_5.txt
............\nobuffer_6.txt
............\nobuffer_7.txt
............\nobuffer_8.txt
............\nobuffer_9.txt
............\overlp_1.txt
............\overlp_10.txt
............\overlp_2.txt
............\overlp_3.txt
............\overlp_4.txt
............\overlp_5.txt
............\overlp_6.txt
............\overlp_7.txt
............\overlp_8.txt
............\overlp_9.txt
............\sequen_1.txt
............\sequen_10.txt
............\sequen_2.txt
............\sequen_3.txt
............\sequen_4.txt
............\sequen_5.txt
............\sequen_6.txt
............\sequen_7.txt
............\sequen_8.txt
............\sequen_9.txt
............\source.txt
............\Debug
FastFile_sys