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

搜索资源列表

  1. sharedmemry

    0下载:
  2. linux 多线程编程, 共享内存传递数据,为了实习多个线程同时访问数据,需要互斥,保证数据同步等-linux multithreaded programming, shared memory to transfer data, in order to practice multiple threads simultaneously access the data, need mutual exclusion, to ensure data synchronization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:16072
    • 提供者:郭东东
  1. linuxIPC

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

    • 发布日期:2017-03-28
    • 文件大小:8261
    • 提供者:
  1. process

    0下载:
  2. 进程通信中管道和共享内存的源码,可以比较通信方式,更好的使用进程通信来开发程序。-The process of communication channels and shared memory of the source, can compare the means of communication, better use of the process to develop procedures for communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1087
    • 提供者:daisy_du
  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. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:2738
    • 提供者:雅佳
  1. UsingOpenMP.pdf

    0下载:
  2. Using OpenMP. MIT press 2007. Portable Shared Memory Parallel Prog. Good book on OpenMP.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-06
    • 文件大小:1394268
    • 提供者:kemalihsan
  1. sharemem

    0下载:
  2. linux下共享内存的简单实例 可以很好的理解共享内存是怎么回事 很简单的-shared memory under linux simple example can be a very good understanding of how shared memory is a very simple matter
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:10390
    • 提供者:荣文军
  1. java-share

    0下载:
  2. java 文件加锁 内存共享 利用共享内存或者socket通讯方式-Java file lock shared memory
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1166123
    • 提供者:磊子
  1. WINDOW_MMFShare

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

    • 发布日期:2017-11-14
    • 文件大小:4717
    • 提供者:wtm
  1. sharememclass

    0下载:
  2. 一个很好的实现了共享内存的封装类,可以用于线程之间的通信-a very good achievement of shared memory packaging category that can be used in communication between threads
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-14
    • 文件大小:15276
    • 提供者:杨雨虹
  1. reader_writer3

    1下载:
  2. 是一个linux下的共享内存文件,读者写者问题的,还不错-Is a shared memory under linux document, readers write issues, and also a good
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:7062
    • 提供者:池瑞清
  1. gongx

    0下载:
  2. 共享内存远程注入的钩子源代码适合初学者,远程注入的钩子源代码适合初学者,-Remote shared memory of the hook into the source code suitable for beginners, distance of the hook into the source code suitable for beginners,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:12637
    • 提供者:水月
  1. mmap

    0下载:
  2. linux源代码,共享内存mmap的使用示例-linux source code, the use of shared memory mmap sample
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:1088
    • 提供者:qujianning
  1. c

    0下载:
  2. 在linux下可以实现内存的共享。 在linux下可以实现内存的共享。-In linux can be achieved under the shared memory. In linux can be achieved under the shared memory.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1149
    • 提供者:hgtc
  1. DataMan

    0下载:
  2. 共享内存的源代码 ,可以在2003上跨越用户-Shared memory of the source code, you can leap in 2003 on the user
  3. 所属分类:Other systems

    • 发布日期:2017-06-13
    • 文件大小:17090036
    • 提供者:chen
  1. ProcessCommunication

    0下载:
  2. Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:153605
    • 提供者:周晓宇
  1. shm

    0下载:
  2. 在类unix中可以方便使用的封装后的共享内存操作的接口。-In unix-type can be user-friendly package after the operation of shared memory interface.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1271
    • 提供者:halllock
  1. LinuxProcessCommunication

    5下载:
  2. 创建两个生产者进程和两个消费者进程,生产者进程a需要生成10000个整数,每次都将自己的进程号(用getpid()函数获得)和生成的整数放入共享内存中(共享内存大小为64Byte)。生产者b每次从26个英文字母中选一个,并将自己的进程号和选中的字母放入共享内存中,直到26个字母全部都选中。消费者进程c负责从共享内存中读取数据生产者进程a的数据并且将这些数据写入文件a.out。消费者进程d从共享内存读取进程b的数据后写入b.out中。-The process of the creation of
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-06-18
    • 文件大小:35121
    • 提供者:ZHANG
  1. 081212WatchRat

    0下载:
  2. 内存共享的实例,希望对大家有帮助。谢谢 通过FILEMAPPING实现-Examples of shared memory, and they hope to help everyone. Thank you, through the realization of FILEMAPPING
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:819316
    • 提供者:
  1. cqwz

    0下载:
  2. 内存共享的实例,希望对大家有帮助。谢谢 通过FILEMAPPING实现-Examples of shared memory, and they hope to help everyone. Thank you, through the realization of FILEMAPPING
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:533530
    • 提供者:
  1. MyShareDll

    0下载:
  2. 共享内存是实例,一个简单的内存操作实例。-Shared memory is the example of a simple example of memory operation.
  3. 所属分类:Windows Kernel

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