搜索资源列表
08ReadBMP
- 内存映射文件的功能之一就是将磁盘上的整个文件读入内存,应用程序直接访问这块内存就相当于访问文件的内容了。这对于从比较大的文件中读信息来说相当方便。-memory mapping document is one of the functions of disk read the entire document into memory, Application procedures directly to the memory of this visit is equivalent to the c
FileMemView
- 一个内存映射文件的com组件,将windows中的内存映射函数封装了,可以方便地进行内存映射文件操作-a memory mapping documents com components of the windows memory mapping function package, can convenient for the memory mapping file manipulation
mapviewTest
- 刚才内存映射文件组件的测试程序,描述了如何使用该组件-just memory mapping document components testing procedures, a descr iption of how to use the components
FileMap
- Window下使用内存映射文件共享数据的例子,有客户端和服务器端-Window use file-sharing memory mapping data example, the client and server
radMapFile
- wince evc开发的通过内存映射实现进程间的通讯 -wince through the development of the memory mapping to achieve inter-process communication
devnetcache
- 一个在C#下使用内存映射,能保存对象实例!强。dll源码及示例!-C# 1 in the use of memory mapping, object can be preserved examples! Strong. Dll source code and examples!
mapfile_test
- visual c++中内存映射文件的操作实例, 包括读文件和写文件的方法
MapFile
- 一个对内存映射文件的包装类,用c++实现。可以大大简化内存文件适用。
FileDivider
- 使用内存映射机制,分割大型文件的程序——对于较小的文件,一般的api函数是没法打开的呢!
FileSplitter
- 利用\"内存映射文件\"原理对大型文件进行切割与合拼, 最大支持16EB大小的文件操作.这个程序为方便自己工作所写, 把源码(VC++6.0)发上来, 也希望能够方便他人!
maphugefile
- 利用内存映射文件修改大文件: 创建或打开一个文件内核对象,该对象用于标识磁盘上你想用作内存映射文件的文件; 创建一个文件映射内核对象,告诉系统该文件的大小和你打算如何访问该文件; 让系统将文件映射对象的全部或一部分映射到你的进程地址空间中;
111
- 利用内存映射操作文件,读入内存后,逐行处理,希望有点用
memTest
- Windows下实现内存映射,对内存映射文件的读写.
内存映射文件演示
- 演示内存映射文件的使用,对内存映射文件作了详细说明-demo memory map documents the use of memory mapping document elaborated
fileMapping.rar
- 内存映射实验 实现文件映射,无需将硬盘数据调进内存。,Experimental realization of memory-mapped file mapping, no data will be transferred to the hard disk memory.
FileMapping(csharp)
- 在C#中使内存映射文件方式进行文件读写, 文件读写功能由一个C++写的DLL提供. 附件内含有完整的DLL工程和C#调用工程.-In the C# Make the memory-mapped files of papers to read and write, file read and write function by a C++ Provide written DLL. Annex DLL contains a complete engineering and C# Call works
ReadHugeFile
- 采用内存映射读大文件,可以读取大数据的文件-Read Huge File
08FileCutter
- 文件切割器开发实例,Windows文件操作和内存映射文件的应用实例-Paper cutter development example, Windows file manipulation and memory-mapped file an application example
ReadCopyMemory
- 该源代码详细的描述如何利用内存映射机制来提高文件的访问读写速度,该方法尤其在读取大数据量的文件时候有显著的作用。我们经常遇到读取的数据文件达到100M以上时,用传统的方法进行读取往往会死机,程序效率很低,该方法为解决此类问题提供了一个很有意义的方法。-The source code for a detailed descr iption of how to use memory-mapped mechanism to improve file access to read and write s
FILEMAP
- 当读取的文件比较大的时候,由于计算机缓存不够大,导致无法进行下一步操作,需要通过内存映射的方式read文件,并做后续处理。(When the read file is relatively large, due to the computer cache is not big enough, leading to the next step, you need to read the file through the memory-mapped manner, and then follow-u