搜索资源列表
共享内存
- 共享内存示范代码,该程序给出了,多线程共用内存的事例-shared memory model code, the program is a shared memory multi-threaded stories
Unix下信号灯和共享内存的使用方法
- unix 系统下信号灯和共享内存的使用技术。-lights and the use of shared memory technology.
创建&写共享内存
- 创建/写共享内存的c语言程序-create / write shared memory c Language Program
读共享内存
- 读共享内存的c语言程序-Reading shared memory c Language Program
linux下共享内存接口函数封装
- 封装了linux下共享内存的接口函数,使用c语言进行的封装,可移植到其他的平台中。
在VCpp 6.0下利用共享内存、消息实现内部进程通讯 - 副本
- 在VCpp 6.0下利用共享内存、消息实现内部进程通讯 ,资源里包含了,客户端和服务器端程序实现源代码。
Unix下信号灯和共享内存的使用方法
- unix 系统下信号灯和共享内存的使用技术。-lights and the use of shared memory technology.
创建&写共享内存
- 创建/写共享内存的c语言程序-create/write shared memory c Language Program
读共享内存
- 读共享内存的c语言程序-Reading shared memory c Language Program
共享内存封装类
- 这是一个在VC环境下实现的关于操作系统中共享内存的源代码。-This is a VC environment in the realization of shared memory operating system source code.
《共享内存》源代码
- c++源码 《共享内存》源代码.zip-"shared memory" source code. Zip
创建写共享内存
- 创建写共享内存的例子,学习ipc的好-create shared memory example, a good learning IPS as moving
在VC++ 6.0下利用共享内存、消息实现内部进程通讯
- 在VC++ 6.0下利用共享内存、消息实现内部进程通讯-in VC 6.0 using shared memory, message achieving internal communications process
ShareMem共享内存
- 一个好的共享内存编程例子,通过该例子可以掌握共享内存编程的方法。比较实用-a good example of shared memory programming, through which we can get examples of shared memory programming method. More Practical
共享内存
- 一个共享内存的程序,根据windows的虚拟内存原理实现-a shared memory of the procedure, according to the windows to achieve virtual memory Principle
内存映像(动态库间)
- 动态库之间的内存共享(在动态库和主程序之间以及在动态库和动态库之间共享内存)-DLL between memory sharing (DLL and the main program and the dynamic between the library and DLL between shared memory)
VxWorks内存管理
- Vxworks内存管理: 《VxMP(共享内存).doc》、《VxVMI(虚拟内存).doc》、《09Memory.pdf》-Vxworks memory management : "VxMP (shared memory). Doc, "" VxVMI (virtual memory). Doc, "" 09Memory.pdf "
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.
共享内存
- 简单的共享内存实例,可以由计算机自动调节以提高资源利用率。(Simple shared memory instance can be automatically adjusted by the computer to improve resource utilization.)
Qt共享内存例子
- Qt+Vs2018 写的使用共享内存例子,包含ReadSharedMemory和WriteSharedMemory,适合初学者学习。