搜索资源列表
smpladdressbook
- 这个通讯薄程序的界面及功能相对比较简单。 此程序使用文件存储,并不使用数据库。程序将文件映射为内存文件,提高存取速度,并实现了简单的查询及排序功能。 -communications procedures and functions of the interface is relatively simple. The use of this procedure document storage and do not use the database. Procedures for docu
www.cohoo.com.cn.socket
- 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText
7167_InterProcess
- 朋友们,大家好! 内存文件映射和进程间通讯演示程序-friends, everyone! Memory mapping document and inter-process communication Demonstration Program
D7FileMaping
- Dlephi 进程间通讯,通过内存映射的方式,实现多进程之间数据的传递。-Dlephi inter-process communication, and by memory mapping the way to achieve the transfer of data between multiple processes.
MapFileTrans
- 这是一个小型程序,通过内存映射的方式进行进程之间的通信-This is a small program the way through the process of memory-mapped communication between
MapFileTrans
- vc 通过内存映射实现进程间的数据交换\MapFileTrans的源码-vc through memory-mapped inter-process data exchange \ MapFileTrans source
CFileMapTransTxt
- 同过创建内存映射实现程序间的数据传输,在内存开辟一段存储区域-Been achieved with the program create a memory map between the data transfer, opening up a storage area in memory
sharedatawithmultip
- 对于同一个进程,多次加载时,会创建其多个实例,如第一个实例A的进程地址空间(4GB),第二个实例B的进程地址空间(4GB),每个进程实例的地址空间中都有多个代码页面和 多个数据页面, 首次A加载时,它们会被映射到虚拟内存中,当出出数据页面被修改时,系统会首先截获,接着为应用程序A试图写入的内存页面分配一块新的内存,然后复制页面内容,最后让应用程序写入刚分配的内存块.此时,应用程序A的数据页面已经指向的新的地方.这里主要运用了页面的写时复制特性. -For the same proc