CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 共享内存

搜索资源列表

  1. SharedMemoryEx

    0下载:
  2. 用于C#的共享内存映射代码,可在不同进程间交换数据,或用于建立共享内存-For the C# code of the shared memory mapping, you can exchange data between different processes, or for the establishment of shared memory
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3460
    • 提供者:yyece9797lil
  1. shareMap

    0下载:
  2. 程序直接共享内存数据示例程序。据说字数还不够,再加点-Process shared memory data sample programs directly. It is said that words were not enough, add some
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1170
    • 提供者:zzyty5830xinqu
  1. shm

    0下载:
  2. 多个进程每秒钟向共享内存中写入数据,一个进程从共享内存中读数据-Multiple processes per second write data to shared memory, a process that reads the data the shared memory
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1505
    • 提供者:ddxtx3814shz
  1. shm100

    0下载:
  2. 共享内存源代码,本人提供共享内存操作的库文件-Shared memory source code, I provide the shared memory operation library file
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4500
    • 提供者:vvdnd9991shque
  1. shmemory

    0下载:
  2. 使用共享内存编程,使不同的进程可以通信完成任务-The use of shared memory programming, the process of bringing people of different communication tasks can be
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1549
    • 提供者:vvdnd9991shque
  1. VB-testGMem

    0下载:
  2. windows共享内存的VB应用测试程序,通过API接口程序实现借助共享内存块的数据传递。-VB application windows shared memory test program, through the API interface program to achieve the shared memory block with data transfer.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3314
    • 提供者:uuu3u680lantu
  1. writepriority

    0下载:
  2. 写优先的读者写者问题,使用共享内存,多个信号量实现。-writer and reader
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3140
    • 提供者:vvvov489fugk
  1. 86204968

    0下载:
  2. 利用建立共享内存实现进程通信,是最快的一种方法-The use of shared memory to achieve the process of establishing communication, is the fastest way
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:8706
    • 提供者:a9sizhan
  1. dllshare

    0下载:
  2. dll共享内存,实现了一块固定内存的共享-dll shared memory to achieve a fixed memory-sharing
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2736
    • 提供者:l7xun
  1. jincheng1

    0下载:
  2. 通过共享内存实现进程间的通信!这个是进程1!-Through shared memory to achieve inter-process communication! This is the process of 1!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:983
    • 提供者:b8bnbomeil0
  1. Memory_strShare

    0下载:
  2. 一个简单的使用了共享内存映射,实现进程间通讯。-A simple use of a shared memory mapping, to achieve inter-process communication.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1993
    • 提供者:rlarang
  1. PrdCos

    0下载:
  2. 基于共享内存,使用轻量级进程信号量机制实现消费者生产者问题-Consumers to producers based on shared memory, the use of lightweight processes semaphore mechanism
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2016
    • 提供者:y0xfxxingye
  1. shm

    0下载:
  2. 多个进程每秒钟向共享内存中写入数据,一个进程从共享内存中读数据-Multiple processes per second write data to shared memory, a process that reads the data the shared memory
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1045
    • 提供者:i8935luk
  1. shmemory

    0下载:
  2. 使用共享内存编程,使不同的进程可以通信完成任务-The use of shared memory programming, the process of bringing people of different communication tasks can be
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1089
    • 提供者:y550tugu
  1. OS-interprocess-communication

    0下载:
  2. 操作系统进程通信,包括进程间的四种通讯方式:管道FIFO,信号,消息队列, 共享内存-OS interprocess communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-14
    • 文件大小:56470788
    • 提供者:
  1. MemShare

    0下载:
  2. Windows平台下VC开发的共享内存程序,两个进程共同操作公共内存空间,一个生产者一个消费者!-Shared memory program with VC, two processes operating public memory space together, a producer and a consumer!
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-07
    • 文件大小:1052407
    • 提供者:曾xiaoqiu
  1. 725761

    0下载:
  2. vc中使用共享内存实现进程间通信,代码易懂,不错的源码-Vc is used in the Shared memory to achieve interprocess communication, code simple, good source
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-17
    • 文件大小:50176
    • 提供者:PQQZ@49143
  1. cllster

    0下载:
  2. 一个共享内存的程序,根据windows的虚拟内存原理实现,很好的-A Shared memory program, according to the principle of the virtual memory Windows, very good
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-15
    • 文件大小:22528
    • 提供者:AUZVjzoq@310
  1. edgeimmlciateregularly

    0下载:
  2. vc中使用共享内存实现进程间通信,代码易懂,不错的源码-Vc is used in the Shared memory to achieve interprocess communication, code simple, good source
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-14
    • 文件大小:35665
    • 提供者:netwowywyhrd
  1. 617636

    0下载:
  2. WINDOWS核心编程的共享内存的模拟与实现,采用WIN32和DDK实现,没有用到MFC,-WINDOWS core programming simulation and realization of the Shared memory, using WIN32 and DDK, did not use MFC,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:4096
    • 提供者:lph+933
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »
搜珍网 www.dssz.com