共享内存原代码,VC++开发,开建立一内存块,读取修改数据-shared memory source, VC development, the establishment of an open block of memory, reading the revised data 下载
|
vc中使用共享内存实现进程间通信,代码易懂-vc use shared memory to achieve inter-process communication, code understandable 下载
|
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. 下载
|
在VC++ 6.0下利用共享内存、消息实现内部进程通讯-in VC 6.0 using shared memory, message achieving internal communications process 下载
|
代码说明:在VC环境下 共享内存的代码书写-code : VC environment in the shared memory of writing code 下载
|
这是一个在VC环境下实现的关于操作系统中共享内存的源代码。-This is a VC environment in the realization of shared memory operating system source code. 下载
|
vc做的一个进程间通信的程序,包括共享内存,消息传递,消息管道-vc do an inter-process communication procedures, including shared memory, message passing, the news channel 下载
|
这是截包和发包的小工具(用到ws_32.dll和hook技术、共享内存。。),其中SendUdp.dll本来想用delphi写的因为vc++指针操作快,-This is the cut-off delivery of the package and small tools (used ws_32.dll hook and technology, shared memory. .) , SendUdp.dll which had wanted to use delphi write because vc pointer operation soon, 下载
|
本软件采用VC++5.0编写而成,但VC++4.1以上的版本应该都行,如果不行,不妨把imm目录下的文件拷到VC相应的目录下。另外需要说明的是输入法程序实际上是一个动态连接库,即feepy.ime是一个动态连接库,所以你创建项目时,要用动态连接库格式,并把生成的库文件改成freepy.ime. 另外,本程序的词库是一个动态链表,是由内存映射文件实现动态内存共享的,对动态内存共享感兴趣的朋友可以参考。-use the software prepared by the VC 5.0, but the VC version 4.1 and above should be all right, if not, imm let all the files Kaodao VC corresponding directory. In addition there is a need to explain procedures for the importation of law is actually a dynamic link library. feepy.ime that is a dynamic link library, so you create a project, use dynamic link library format, and the production of documents into freepy.ime. In addition, the procedures thesaurus is a dynamic chain, by memory-mapped file dynamic shared memory of dynamic memory shared interest friends reference. 下载
|