搜索资源列表
使用内存映射文件共享数据的例子 FileMap.zip
- 使用内存映射文件共享数据的例子
内存映射文件进行进程通信
- 使用内存映射文件在两个进程间进行通信-use memory-mapped file between the two processes communicate
内存映射文件
- 内存映射文件例子-memory mapping file examples
Win 95下内存映射文件的工作原理及使用方法
- 内存映射文件的工作原理及使用方法-memory mapping document the working principle and methods of use
内存映射文件演示
- 演示内存映射文件的使用,对内存映射文件作了详细说明-demo memory map documents the use of memory mapping document elaborated
利用内存映射文件修改大文件
- 利用内存映射文件修改大文件
进程间通讯(一):Window下使用内存映射文件共享数据的例子
- Window下使用内存映射文件共享数据的例子 CreateFileMapping OpenFileMapping MapViewOfFile UnFileMapping等函数的具体应用。比较经典,可以直接拷到工程中应用。 使用过程中有问题。发邮件给我帮你解答,39514004@qq.com
用vc写的内存映射文件读、写的dll
- 用vc写的内存映射文件读、写的dll,还有在vb、c#以及C++中如何使用的例子说明,Vc Writing with the memory-mapped file read and write the dll, have at vb, c# and C++ in how to use examples to illustrate
mem_map_file.zip内存映射文件例子
- 内存映射文件例子 ,The example of memory mapping file
MemoryMapFile
- 基于内存映射文件技术的海量影像数据快速读取方法-Technology-based memory-mapped file huge image data Method of Reading
Read_LargeBmp
- 用内存映射文件读取大尺寸图片,基于MFC开发的-Memory-mapped file to read with large size pictures, MFC-based development
使用内存映射文件共享数据的例子 FileMap
- 使用内存映射文件共享数据的例子- The use memory maps the document sharing data the example
dsf
- 创建或打开一个文件内核对象,该对象用于标识磁盘上你想用作内存映射文件的文件; 创建一个文件映射内核对象,告诉系统该文件的大小和你打算如何访问该文件; 让系统将文件映射对象的全部或一部分映射到你的进程地址空间中; -To create or open a file kernel object, the object used to identify the disk you want to use as memory-mapped file to create a file mapp
MemoryMap
- 相信对于大家来说,内存映射技术已经是个很熟悉的技术了。在这里我只是作个总结,希望对那些新手朋友有帮助。 内存映射文件通常有两个用途:一是内存映射磁盘文件,这对于大数据文件的处理比较适合;二是共享内存,作为进程间通信的一种方式。 -I believe that we, the memory mapping technology is already very familiar with the technology. Here, I only conclude, in the h
Window-file-mapping
- Window下使用内存映射文件共享数据的例子!可以作为学习参考-Window to use memory-mapped file-sharing examples of data! Learning can be used as reference
08FileCutter
- 文件切割器开发实例,Windows文件操作和内存映射文件的应用实例-Paper cutter development example, Windows file manipulation and memory-mapped file an application example
Windows_Memory_Management_MemoryMap
- 全面介绍Windows内存管理机制及C++内存分配实例(四):内存映射文件-Full descr iption Windows Memory Management mechanisms and C++ memory allocation example (4): memory mapped file
GdalBrowser
- GDAL支持的Morton 编码金字塔无缝漫游工具,从2007年开始,不断更新到2011年,偶的小业余研究。底层基于GDAL, 支持很多冷门格式。使用Morton金字塔重构二维数据,加上内存映射文件的帮助,浏览GB级影像没有问题。内嵌带接缝处理的透明分块条带处理接口,无需了解金字塔,也能透明对GB级影像进行各种处理。内嵌直方图均衡和模板卷积的例子,演示如何透明的开发处理算法。附带重要的功能是“尺度不变特征SIFT”的特征提取,本来是上学时的论文,经过这些年零敲碎打的改造,现在能进行全自动、半自动
CMemFileDemo
- vc——使用内存映射文件来共享数据\CMemFileDemo的程序源码,值得一看!-vc- memory mapped files to share data \ CMemFileDemo the program source code, worth a visit!
VC代码
- 一个简单的通过内存映射文件进行进程通信的实例,Process1写内容,Process2进行内容展示。(process communication)