搜索资源列表
MFileSpeed
- 本程序对三种操作数据文件的方法进行测试,MFC的CArchive、STL的流和文件映射的CreateFileMapping,经过比较发现对数据文件的载入和存储速度,都是MFC>映射>STL,可见MFC的CArchive是进行数据文件操作的最佳选择!-procedures for the operation of the three data files, the method for testing the CArchive
MyUpdataFile
- 使用CreateFileMapping方式实现的文件查找修改。
进程间通讯(一):Window下使用内存映射文件共享数据的例子
- Window下使用内存映射文件共享数据的例子 CreateFileMapping OpenFileMapping MapViewOfFile UnFileMapping等函数的具体应用。比较经典,可以直接拷到工程中应用。 使用过程中有问题。发邮件给我帮你解答,39514004@qq.com
MFileSpeed
- 本程序对三种操作数据文件的方法进行测试,MFC的CArchive、STL的流和文件映射的CreateFileMapping,经过比较发现对数据文件的载入和存储速度,都是MFC>映射>STL,可见MFC的CArchive是进行数据文件操作的最佳选择!-procedures for the operation of the three data files, the method for testing the CArchive
MultipleInstances
- 利用内存映射原理实现的同时只能运行一个实例的例子,并可以自动激活最后运行的一个实例,你也可以指定最多可以同时运行实例的数量-Realize the principle of the use of memory-mapped at the same time can only run one instance of the example, and can automatically activate an instance of the
MyUpdataFile
- 使用CreateFileMapping方式实现的文件查找修改。-CreateFileMapping way to use the document search modified.
delphi-CreateFileMapping-Demo
- 用CreateFileMapping实现进程间的通讯-CreateFileMapping process used to achieve communication between
ShareMemory
- 怎样用delphi内存映射实现共享内存的实例, FMap := CreateFileMapping($FFFFFFFF, nil, PAGE_READWRITE, 0, size, PChar(name)) -how to share memory using Delphi
B50
- 与另一个应用程序共享数据,使::CreateFileMapping() Windows API建立一段交换文件(swap file),与其他应用程序共 享-With another application to share data, so that:: CreateFileMapping () Windows API to establish a section of the exchange of documents (swap
createfilemapping_src
- 内存映射文件,createfilemapping-createfilemapping
DLL
- 动态链接库一个很精简的相册程序,界面美化,很适合用在个人主页上<br> 管理用户名为:admin<br> 密码:admin -CWinApp CSingleDocTemplate CCommandLineInfo ShowWindow UpdateWindow CDialog CDataExchange CDocument CView CDC CFile ReadFile CPrintInfo Delete
luoyunbin-water
- 罗云彬水波效果, 汇编语言编程经典, 很好的代码-Luo Yunbin wave effect, the classic assembly language programming
MapFile
- 内存映射文件,是由一个文件到一块内存的映射。Win32提供了允许应用程序把文件映射到一个进程的函数 (CreateFileMapping)。-Memory-mapped file is from a file to a memory map. Win32 provides the permit application process, the file is mapped to a function (CreateFileMapping
CFileRW
- VC6.0实现,对大文件操作,注意CreateFileMapping,MapViewOfFile两个方法的参数一定要对应,具体是什么,在压缩包里有-nothing
delphi_CreateFileMapping
- delphi 不同进程之间数据交换。采用CreateFileMapping实现的共享内存-the delphi different process data exchange. Using CreateFileMapping implementation of shared memory
MapMemory.rar
- VB共享内存代码,可以使用C++的CreateFileMapping进行通讯,The VB shared memory code, you can use C++ CreateFileMapping communicate
CreateFileMapping
- 用内存映射文件的方式读取TXT文件,并且是一行一行的读取。网上一些其他类似的源码,有的存在问题,有的是用MFC完成的。我的是控制台程序,短小清晰。-Read TXT files, memory-mapped file and read line by line. Online some other similar source, some problems, some complete with MFC. I console progr
CreateFileMapping
- CreateFile, CreateFileMapping, MapViewOfFile, UnmapViewOfFile
CPP-use-shared-memory-
- C++ 使用共享内存实现进程间通信。 文件映射是一种实现进程间单向或双向通信的机制。它允许两个或多个本地进程间相互通信。为了共享文件或内存,所有的进程必须使用相同的文件映射的名字或是句柄。 为了实现共享文件,第一个进程先调用CreateFile方法。接下来调用CreateFileMapping方法来创建一个文件映射对象。并为文件映射指明一个句柄和名称。由于事件,信号,互斥对象和文件映射等这些内核对象都共享同一个名字空间
CreateFileMapping
- VC利用内存映射文件处理大文件,可以很好的解决大文件数据处理的问题-VC using memory-mapped file handling large files, can be a good solution to the problem of large files of data processing