搜索资源列表
使用内存映射文件共享数据的例子 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
使用内存映射文件共享数据的例子 FileMap
- 使用内存映射文件共享数据的例子- The use memory maps the document sharing data the example
内存映射文件
- 内存映射文件例子-memory mapping file examples
内存文件映射
- 利用内存映射文件技术实现进程间通信-use memory mapping document technology inter-process communication
内存映射文件专题
- 来自于C++Builder经典范例50讲-C Builder from the classic model stresses 50
内存映射程序
- 软件名称: 内存映射程序 软件语言: 简体中文 软件类型: 国产软件 / 免费版 / 系统控制 运行环境: Win9x/NT/2000/XP/ 软件大小: 97KB 软件简介: 内存映射程序,可以使用EMS.XMS.文件等作为交换文件 -software name : memory mapping software Language : English software types : Domestic software/free
内存映射文件演示
- 演示内存映射文件的使用,对内存映射文件作了详细说明-demo memory map documents the use of memory mapping document elaborated
VC++6.0 内存管理编程技巧
- VC++6.0 内存管理编程技巧 包括: 1、共享内存页; 2、内存映射文件; 3、虚拟内存。-VC 6.0 memory management programming skills include : 1. Shared memory pages; 2, the memory mapping file; 3, virtual memory.
实例70 利用内存映射实现数据交换
- 使用文件的内存映射 来实现数据的交换。 加快磁盘访问速度-use of the memory mapping documents to the exchange of data. Speed up disk access speeds. .
MemoryShare
- 这个实例分成服务器程序和客户程序,显示了如何使用内存映射文件在两个或多个独立进程间传送数据。-this case into a server and client, showing how to use the memory mapping documents in two or more independent transmission of data between processes.
FileMap
- Window下使用内存映射文件共享数据的例子,有客户端和服务器端-Window use file-sharing memory mapping data example, the client and server
VCram
- VC++中使用内存映射文件处理大文件,文件操作是应用程序最为基本的功能之一,Win32 API 和MFC 均提供有支持 文件处理的函数和类,常用的有Win32 API 的CreateFile()、WriteFile()、 ReadFile()和MFC 提供的CFile 类等-VC use memory-mapped file handling large files, file manipulation application