搜索资源列表

  1. 使用内存映射文件共享数据的例子 FileMap.zip

    0下载:
  2. 使用内存映射文件共享数据的例子
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:73988
    • 提供者:
  1. 进程线程间共享数据的DLL

    0下载:
  2. 应用内存映射文件方式,实现了在应用程序的进程之间进行共享数据-application memory mapping document, achieved in the application process for sharing data between
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:17154
    • 提供者:叶子
  1. VxWorks内存管理

    0下载:
  2. Vxworks内存管理: 《VxMP(共享内存).doc》、《VxVMI(虚拟内存).doc》、《09Memory.pdf》-Vxworks memory management : "VxMP (shared memory). Doc, "" VxVMI (virtual memory). Doc, "" 09Memory.pdf "
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:96145
    • 提供者:prescape
  1. VC++6.0 内存管理编程技巧

    0下载:
  2. 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.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2560499
    • 提供者:张建
  1. ShareMemory

    0下载:
  2. java可以实现内存共享的,请看这是内存映射的源代码-java can achieve shared memory, which is memory Look at the source code for mapping
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5580
    • 提供者:卢武
  1. tercomm

    0下载:
  2. 进程间共享内存通讯,采用两对缓冲区收发数据。-processes shared memory communications, using two pairs of sending and receiving data buffer.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-14
    • 文件大小:442368
    • 提供者:zhang3f
  1. shm_cache

    0下载:
  2. 朋友的作品,linux下的结构化共享内存,数据结构的设计比较巧妙,学习共享内存和数据结构可参考-friend works, linux under the structure of shared memory, data structures rather clever design. Learning shared memory and data structures can refer to
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:江健
  1. WinCEsharememory

    0下载:
  2. wince系统进程之间共享内存。。 。,-wince system shared memory between processes. . . ,
  3. 所属分类:Windows CE

    • 发布日期:2024-05-14
    • 文件大小:35840
    • 提供者:雪之寒
  1. ComServer

    0下载:
  2. 基于共享内存写的通用控件,可以解决不同系统之间的通讯-Based on the shared memory to write the general controls, can solve the communication between different systems
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-14
    • 文件大小:75776
    • 提供者:雷天兆
  1. share_memory

    0下载:
  2. Linux网络编程。通过建立共享内存,并往里写,往外读数据。-Linux Network Programming. Through the establishment of shared memory, and inside write and read data out.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:古月
  1. ShareMem

    0下载:
  2. 进程之间使用共享内存通讯和传输数据IPCClient客户端IPCServer服务器-Process between the use of shared memory communication and transmission of data IPCClient client server IPCServer
  3. 所属分类:通讯编程

    • 发布日期:2024-05-14
    • 文件大小:311296
    • 提供者:AizCN
  1. sharemem

    0下载:
  2. vc工程,实现windows下进程间共享内存,是个不错的学习例子。-vc works under windows realize inter-process shared memory, it is a good example of learning.
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:14336
    • 提供者:peter
  1. ShareMemory

    0下载:
  2. windows环境下的一个共享内存的程序,进程之间通过共享内存的方式进行通信
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:3664896
    • 提供者:李全玲
  1. caozuo

    0下载:
  2. 通过共享内存实现进程间的通信!这个是一个完整的代码!-Through shared memory to achieve inter-process communication! This is a complete code!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:李逆
  1. windowipc

    0下载:
  2. windows进程间共享内存的一个程序,希望大家能喜欢-windows inter-process shared memory of a program, I hope everyone will like
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:71680
    • 提供者:max chen
  1. ShareMemery

    0下载:
  2. 内存共享技术,进程通信,通过内存指定区域进行共享使进程间相互通信-Memeory sharead
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:79872
    • 提供者:王朝帅
  1. linuxIPC

    0下载:
  2. Linux 进程间通信实例包括:共享内存、管道、套接字域、消息队列、信号、信号灯;注释详细,全部经过编译验证-Examples include the Linux inter-process communication: shared memory, pipe, socket domain, message queues, signals, lights comment in detail, all compiled authenti
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-14
    • 文件大小:8192
    • 提供者:
  1. 共享内存

    0下载:
  2. 简单的共享内存实例,可以由计算机自动调节以提高资源利用率。(Simple shared memory instance can be automatically adjusted by the computer to improve resource utilization.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:324608
    • 提供者:大圣3号
  1. Qt共享内存例子

    0下载:
  2. Qt+Vs2018 写的使用共享内存例子,包含ReadSharedMemory和WriteSharedMemory,适合初学者学习。
  3. 所属分类:Windows编程

    • 发布日期:2018-11-10
    • 文件大小:25703
    • 提供者:ldcd123
  1. 内存压缩解压缩JPG图像

    0下载:
  2. 纯内存操作解压JPGE 很早之前收录的 并非原创 共享给大家(Pure memory operation decompression JPGE. Long ago included, not original. Here to share with you.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:8192
    • 提供者:kankan@
« 1 2 34 5 6 7 8 9 10 ... 44 »

源码中国 www.ymcn.org