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

搜索资源列表

  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. 123598

    0下载:
  2. 在VC++ 6.0下利用共享内存、消息实现内部进程通讯 程序名称:resource.h-In VC++ 6.0 use shared memory, message communication procedures to achieve internal process name: resource.h
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:150826
    • 提供者:sa
  1. IPC_linux

    0下载:
  2. 源码包中是我在学习Linux进程间通信时所写的关于五种通信方式(管道,FIFO,信号,消息队列和共享内存)的程序,适合于初学Linux下应用开发的有志之士参考,希望对他们能有所帮助。-Source package is in my learning process communication when Linux on the five kinds of written communication (pipe, FIFO, signals, message queues and shared m
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:8774
    • 提供者:杨硕
  1. interprocess_src

    0下载:
  2. 用于分布式系统中的各个进程交互的内存资源共享-Interprocess communication is an important part of many distributed systems. Many libraries, such as Boost, give mechanisms for interprocess communication. Such a concept, as shared memory is one of the fastest mechanisms of da
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:9786
    • 提供者:qk
  1. sharemem-use

    0下载:
  2. 在Linux/UNIX下进程之间通信中的共享内存程序。-In Linux/UNIX under the process of communication between the shared memory process.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:871
    • 提供者:luofei
  1. share

    0下载:
  2. 1。创建一共享内存。a进程对共享内存中的某个整型不断加一,另外个进程对他进行减一操作,要求信号量同步。-1. The creation of one shared memory. a process of shared memory in a continuous integer-plus-one, while a process carried out by one of his operations, requested semaphore synchronization.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2451
    • 提供者:ak-47
  1. Linux_ShMem.tar

    0下载:
  2. Linux Shared Memory Sample code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:656
    • 提供者:vinoth
  1. linux

    0下载:
  2. linux下的进程通讯机制的代码例子。消息队列以及共享内存。-linux process communication mechanism under the code examples. Message queue and shared memory.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2175
    • 提供者:李涛
  1. linux_process

    0下载:
  2. 该书详细介绍了linux进程之间通信的几种方式:信号,管道,共享内存等几种方式,并附有详细的实例,是一本不错的新手入门的电子书。-The book details the process of communication between linux in several ways: signals, pipes, shared memory, such as a number of ways, with detailed examples are a good green hand of the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:210537
    • 提供者:陈笑天
  1. datapkg.tar

    0下载:
  2. 通过共享内存,采用页存储的方式保存数据,达到进程间大数据量的通讯等目的-Shared memory page is stored
  3. 所属分类:Windows Kernel

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