文件名称:IOTest
介绍说明--下载内容均来自于网络,请自行研究使用
c++大文件读写操作
用传统的IO读写大文件,所花时间很长,这往往是程序设计时的瓶颈。使用内存映射文件的方法,将数据分块读入内存,再进行处理。这可以很高效的解决c++读写大文件的问题。-C++ file read and write operations
Using the traditional IO to read and write files, take a long time, which is often the bottleneck of the program design. The method uses memory mapped files, the data block is read into memory, and then processed. This can be very effective to solve the problem of large files to read and write c++.
用传统的IO读写大文件,所花时间很长,这往往是程序设计时的瓶颈。使用内存映射文件的方法,将数据分块读入内存,再进行处理。这可以很高效的解决c++读写大文件的问题。-C++ file read and write operations
Using the traditional IO to read and write files, take a long time, which is often the bottleneck of the program design. The method uses memory mapped files, the data block is read into memory, and then processed. This can be very effective to solve the problem of large files to read and write c++.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
IOTest
IOTest.sln
......\BigFileFun
......\..........\BigFileFun.cpp
......\..........\BigFileFun.h
......\Debug
......\.....\BigFileFun.obj
......\.....\CL.read.1.tlog
......\.....\CL.write.1.tlog
......\.....\IOTest.Build.CppClean.log
......\.....\IOTest.exe.embed.manifest
......\.....\IOTest.exe.embed.manifest.res
......\.....\IOTest.exe.intermediate.manifest
......\.....\IOTest.lastbuildstate
......\.....\IOTest.log
......\.....\IOTest.obj
......\.....\IOTest.pch
......\.....\IOTest_manifest.rc
......\.....\link-cvtres.read.1.tlog
......\.....\link-cvtres.write.1.tlog
......\.....\link.11924-cvtres.read.1.tlog
......\.....\link.11924-cvtres.write.1.tlog
......\.....\link.11924.read.1.tlog
......\.....\link.11924.write.1.tlog
......\.....\link.read.1.tlog
......\.....\link.write.1.tlog
......\.....\mt.read.1.tlog
......\.....\mt.write.1.tlog
......\.....\rc.read.1.tlog
......\.....\rc.write.1.tlog
......\.....\stdafx.obj
......\.....\vc100.idb
......\.....\vc100.pdb
......\IOTest.cpp
......\IOTest.vcxproj
......\IOTest.vcxproj.filters
......\IOTest.vcxproj.user
......\ReadMe.txt
......\Release
......\.......\BigFileFun.obj
......\.......\CL.read.1.tlog
......\.......\CL.write.1.tlog
......\.......\IOTest.Build.CppClean.log
......\.......\IOTest.exe.intermediate.manifest
......\.......\IOTest.lastbuildstate
......\.......\IOTest.log
......\.......\IOTest.obj
......\.......\IOTest.pch
......\.......\link.read.1.tlog
......\.......\link.write.1.tlog
......\.......\mt.read.1.tlog
......\.......\mt.write.1.tlog
......\.......\stdafx.obj
......\.......\vc100.pdb
......\stdafx.cpp
......\stdafx.h
......\targetver.h