搜索资源列表
内存文件映射
- 利用内存映射文件技术实现进程间通信-use memory mapping document technology inter-process communication
内存数据映射的示例代码
- 内存文件映射的实现代码
使用内存映射文件共享数据的例子 FileMap
- 使用内存映射文件共享数据的例子- The use memory maps the document sharing data the example
内存映射文件
- 内存映射文件例子-memory mapping file examples
内存文件映射
- 利用内存映射文件技术实现进程间通信-use memory mapping document technology inter-process communication
7167_InterProcess
- 朋友们,大家好! 内存文件映射和进程间通讯演示程序-friends, everyone! Memory mapping document and inter-process communication Demonstration Program
内存映射文件演示
- 演示内存映射文件的使用,对内存映射文件作了详细说明-demo memory map documents the use of memory mapping document elaborated
smpladdressbook
- 这个通讯薄程序的界面及功能相对比较简单。 此程序使用文件存储,并不使用数据库。程序将文件映射为内存文件,提高存取速度,并实现了简单的查询及排序功能。 -communications procedures and functions of the interface is relatively simple. The use of this procedure document storage and do not use the
MemoryFileMap
- 进程间的通讯技术之一——内存文件映射法。-inter-process communication technology, one-- memory document mapping method.
Ex070202
- Visual C++ 入门、进阶、与应用 如何使用内存映射文件实例 可学习操作内存文件-Visual C entry, advanced with the application of how to use memory-mapped file examples learning how to operate a paper memory
smpladdrbook
- 此程序使用文件存储,并不使用数据库。程序将文件映射为内存文件,提高存取速度,并实现了简单的查询及排序功能。-this document storage procedures for the use and do not use the database. Document procedures for memory mapping documents, improve access speed, and to achieve a sim
MapFile
- 一个对内存映射文件的包装类,用c++实现。可以大大简化内存文件适用。-A memory-mapped file wrapper class, using c++ Realize. Can greatly simplify the application of the memory file.
memory_mapped_file
- 一个简单的内存文件映射例子,对于学习内存文件映射这种方法能起到很好的帮助-A simple example of memory mapped files, file mapping for the study of memory that the method can be very helpful
VaToOffset
- 将PE文件映射到内存的虚拟地址转成文件偏移-PE file will be mapped to virtual memory addresses into file offset
fileMapping
- 文件映射硬盘文件,在内存操作文件内容,可以改变文件内容。-file mapping disk files
filemapping
- 把系统中的某个文件映射到虚拟内存中,进程中的每一个线程进行共享。-To a file system is mapped to virtual memory, in the process of sharing each thread.
FileMap
- 实现文件映射,在两个进程间共享内存,在不同进程间传输大文件时,可大幅度提升访问速度。本源码仅为模拟,共享内存为1K,可自行调整。-File mapping, in shared memory between two processes in different inter-process transfer large files, they can significantly enhance the access speed. The
shareMem
- 非常好的一个文件映射实例,一个程序把文件从硬盘映射到内存,一个程序直接从内存中读取文件。-Very good example of a file mapping, a procedure to file from the hard disk is mapped to the memory, a program to read directly from the memory file.
65520772memory_mapped_file
- 提供内存文件映射的的源代码 可以进行参考对初学者比较实用-Memory mapped files to provide the source code can be more practical reference for beginners
MapFileCalcServer
- 内存文件映射方法实现进程间通信,Server负责完成计算Client的计算请求。-Memory file mapping method to achieve inter-process communication, Server Client is responsible for the calculation of the request to complete the calculation.