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

搜索资源列表

  1. MultithreadAndMemPool

    0下载:
  2. 多线程与内存的使用,现在是两个类,每个类都有各自的线程,两个独立的线程去共享内存池。本例子是一个空内存池队列,一个使用队列,使用完开辟内存释放还个内存池,而不是换个堆-Multithreading and memory usage, is now two classes, each class has its own thread, two independent thread to the Shared memory pool. This example is an empty queue m
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:4183393
    • 提供者:杜兴伟
  1. guandaoyuxinhao

    0下载:
  2. 常用的进程间通信方式 传统的进程间通信方式 无名管道(pipe)、有名管道(fifo)和信号(signal) System V IPC对象 共享内存(share memory)、消息队列(message queue)和信号灯(semaphore) BSD 套接字(socket)-Interprocess communication methods commonly used traditional inter-process communicat
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:22450
    • 提供者:cqj
  1. vc_dll

    0下载:
  2. 共享内存实现进程通信的例子,包含服务器与客户端的源代码,VS2010 C++ GCC C++ 正常编译-Shared memory communication process examples, including server and client source code, VS2010 C++ GCC C++ normal compiler
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:328080
    • 提供者:plafun2009
  1. SharedMemory

    0下载:
  2. 使用共享内存块的方式在进程间共享内存的例子-Using shared memory block to the shared memory between processes examples
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:1264
    • 提供者:hahale
  1. CShareMemory

    0下载:
  2. 本人自己封装的共享内存类,可以拿来直接使用,代码注释详细,使用说明也很详细。-I own package shared memory class that can be used directly, detailed source notes, instructions for use and very detailed.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1606
    • 提供者:叶星辰
  1. process

    0下载:
  2. 实现进程间的通信,通信方式为共享内存和消息传递。本程序建立的是win32项目,p1为父进程,p2为子进程.-the program implements the communication between two processes.the way to communicate are shared memory and message.The code can run in win32 applocation.p1 is the parent process and p2 is the sub
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:3160
    • 提供者:luo
  1. 568436666

    0下载:
  2. 共享内存演示,VC++经典编程源码,很好的参考资料。-Shared memory demo, VC++ classic programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:12515
    • 提供者:什锦豆腐
  1. IPCDEMO

    0下载:
  2. 使用共享存储区和自定义消息实现线程间通信。-Using shared memory areas and implement a custom message communication between threads.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:28987
    • 提供者:huang
  1. share-memory

    0下载:
  2. 共享存储取得创建、附接和断接,使用系统调用shmget()、shmat()、shmctl(),编制一个与上述功能相同的程序。-Shared storage made to create, attach and disconnect, use the system call shmget (), shmat (), shmctl (), the preparation of a function with the same procedure described above.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:713
    • 提供者:徐舒怡
  1. CSharpInterprocesscommunication

    0下载:
  2. C#进程间的通信与共享内存,这个特性需要4.0以上的支持,大家在下载查看时需注意。-C# to communicate with the shared memory between processes, this feature requires the support of more than 4.0, we should pay attention to when downloading view.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:14802
    • 提供者:dragon
  1. share-memory-file

    0下载:
  2. windows 通信之 共享文件编程 Vs2008 环境下编译的-shared files compiled windows programming Vs2008 communications environment
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-16
    • 文件大小:3828809
    • 提供者:肖波
  1. ShareMemery

    0下载:
  2. 通过利用共享内存的一部分空间,来存储当前内存中存储的数据信息,完成了对内存读写功能的完善。-By using part of the shared memory space to store the data currently stored in memory, completed a perfect memory read and write functions.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:16020
    • 提供者:馨儿~
  1. RTX

    0下载:
  2. 用于在windows程序下,通过反射光纤卡,读取数据,写入共享内存。-Used in the windows program, through reflection optical card, read data, write to shared memory.
  3. 所属分类:Other windows programs

    • 发布日期:2015-04-16
    • 文件大小:8976384
    • 提供者:安晓风
  1. Put_out

    0下载:
  2. 利用共享内存实现两个进程交互读写操作的小程序-Using shared memory to achieve the two process interaction of read and write operations of small procedures
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:24765
    • 提供者:柯生
  1. ExMsgDll

    0下载:
  2. 进程间交互数据有很多方法,这份代码通过dll中共享内存变量的方式交互数据,例子里有int float char*的数据都调试通过,showmem的工程修改下发送的数据原样构建另一个工程文件即可-There are many ways to interact with data between processes, this code in shared memory variable dll way through interactive data, examples, there are in
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:36817
    • 提供者:008
  1. ashmem

    0下载:
  2. Anonymous Shared Memory Subsystem, ashmem for Linux.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-15
    • 文件大小:7152
    • 提供者:wirjkhtonn
  1. ipc

    0下载:
  2. inter-process communication (IPC) is a set of methods for the exchange of data among multiple threads in one or more processes. Processes may be running on one or more computers connected by a network. IPC methods are divided into methods for message
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:22893
    • 提供者:bruce
  1. VirtualCamera

    0下载:
  2. window下注册一个虚拟摄像头,并且在内存中开辟一块共享内存,将共享内存中的数据显示在摄像头中。qq等聊天工具可用。-Window registered a virtual camera, and in memory to open a shared memory, the shared memory data display in the camera. QQ chat tools available.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-09
    • 文件大小:1578136
    • 提供者:peter.wang
  1. VCamSetup

    0下载:
  2. 使用Qt 实现的在屏幕中截图并将截图数据放进共享内存,供虚拟摄像头使用。-The realization of the use of Qt in the screen shots and captures data into the shared memory, virtual camera used for.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-17
    • 文件大小:57363
    • 提供者:peter.wang
  1. tcc-2

    0下载:
  2. 用pediy修改dll的节属性达到进程间另一种形式共享内存/通讯-Between the modified section properties dll reached by pediy process another form of shared memory/communication
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:676
    • 提供者:wfnic
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com