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

搜索资源列表

  1. PIC

    0下载:
  2. unix中进程间几种通信事例,包括信号,管道,消息,共享内存-unix PIC example
  3. 所属分类:Linux Network

    • 发布日期:2017-11-13
    • 文件大小:41321
    • 提供者:王镇
  1. system-v-share-memory

    0下载:
  2. 共享内存demo:程序包括:共享内存获取,读写,删除等,另外还有一个shell脚本删除ipcs-this is unix system develope demo,it use system v to test.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-13
    • 文件大小:8566
    • 提供者:flyducks
  1. test2

    0下载:
  2. 设计两个任务tServer和tClient,tClient负责通知tServer处理共享内存中的数据,为数据增加头部信息(可以用一句话模拟)。共享内存要用互斥信号量来保护,通知采用消息队列发送,tServer收到通知后需要给tClient反馈确认消息,如果tClient在一定时间内收不到确认消息,将重发通知,最大重传次数为3-Of design two the task tServer and tClient, tClient responsible for notifying the tSer
  3. 所属分类:Linux Network

    • 发布日期:2017-11-03
    • 文件大小:1222
    • 提供者:gfh
  1. IPC_SHARE_MEM-2

    0下载:
  2. 共享内存,进程间通信 两个例子 有一个例子在windows和unix都可用-share memory for IPC
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:6926
    • 提供者:nanmingyou
  1. daima

    0下载:
  2. Linux进程编程,生产者-消费者程序组,支持多个生产者和消费者,生产者进程数为2, 消费者进程数为3。 生产者与消费者之间使用共享内存进行数据传递,并使用信号量对数据的内容进行保护。-The Linux process programming, producer- consumer program group, supports multiple producers and consumers, the the producer process for 2, consumers pr
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:2958
    • 提供者:q
  1. xiaoxiduilie

    0下载:
  2. 消息队列共享内存学习励志Linux下可运行-Message queue shared memory learning inspirational Linux can run
  3. 所属分类:Linux Network

    • 发布日期:2017-11-11
    • 文件大小:3475
    • 提供者:雷霆旅客
  1. Noname1

    0下载:
  2. 共享内存 (shared memory)是Unix下的多进程之间的通信方法 ,这种方法通常用于一个程序的多进程间通信,实际上多个程序间也可以通过共享内存来传递信息。 ... 共享内存详情... outofmemory.cn/code-snippet/tagged/共享内存 - 2012-11-26 - 快照 - 预览- Shared memory code
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:919
    • 提供者:wangdaleilei
  1. shmfifo

    0下载:
  2. 环形缓冲区的封装函数,采用共享内存的方式,欢迎下载-Package of the ring buffer functions using shared memory, welcome to download
  3. 所属分类:Linux Network

    • 发布日期:2017-12-08
    • 文件大小:2368
    • 提供者:chen
  1. RTX_SharedMemory

    0下载:
  2. RTX环境下基于共享内存的代码,比较基础-The RTX environment based on the shared memory code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-24
    • 文件大小:7863353
    • 提供者:孙宇
  1. Shared-memory-connection

    0下载:
  2. 共享内存的连接与脱接,里面有详细的代码例子以及可执行文件-Shared memory connection and disconnection
  3. 所属分类:Linux Network

    • 发布日期:2017-11-10
    • 文件大小:2978
    • 提供者:李力
  1. studentManage1

    0下载:
  2. 服务器端(B)负责管理数据,客户端(A)用于发送对数据操作的命令。客户端通过消息队列给服务器发送操作命令,服务器端根据接受到的命令处理数据,并通过消息队列将处理结果发送给客户端,同时,把客户端需要得到的数据,通过共享内存传递给客户端。客户端根据处理结果从共享内存中获取数据。-A process A (client) to another process B (server-side) sent to find, add, delete, display command, process B pe
  3. 所属分类:Linux Network

    • 发布日期:2017-11-28
    • 文件大小:3287
    • 提供者:yingliang
  1. CreateShareMemory

    0下载:
  2. 此程序功能为开辟共享内存,服务器负责开辟一块共享内存,程序中包含一个读客户端和一个写客户端,并设置了信号量控制访问-This program will function as open shared memory, the server is responsible for opening up a shared memory, the program contains a read and a write client client, and set up a semaphore to con
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-10-31
    • 文件大小:12185066
    • 提供者:刘源
  1. LINUX

    0下载:
  2. 关于linux的有名和无名管道,以及共享内存的源代码 ,-IPC pipe
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:31446
    • 提供者:刘杰
  1. MultiThread-share-message-file

    0下载:
  2. 多进程间的通信,共享内存共享文件的形式,里面有很多个共享内存共享文件的例子。我收集的,用来开发。我的QQ 359559774-More inter-process communication, shared memory in the form of file sharing, there are a number of examples of shared memory shared files. I have collected, to develop. My QQ 359559774
  3. 所属分类:Linux Network

    • 发布日期:2017-05-09
    • 文件大小:1735145
    • 提供者:杨乐
  1. sem_share_memory

    0下载:
  2. 共享内存的实现,学习进程共享内存的基础实现方式 -Implementation of shared memory, the learning process on the basis of shared memory implementation
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:8079
    • 提供者:刘超
  1. deamon.tar

    0下载:
  2. 自测试程序,实现一个共享内存管理数据,并实现对内存表的管理。-For every ASN.1 item such as identifier, type-reference or value-reference the cross-reference allows to locate all occurrences by means of module-name and line numbers. For that purpose line numbers are printed at th
  3. 所属分类:Linux Network

    • 发布日期:2017-05-16
    • 文件大小:3891428
    • 提供者:黄清表
  1. atu_shm_buffer

    0下载:
  2. linux windows都可以使用的c++共享内存的类,有同步数据-c++ buffer use
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:5329
    • 提供者:wangdan
  1. socketashm

    0下载:
  2. 封装的对共享内存操作和SOCKET操作的函数库,里面有调用的事例主函数-Package of shared memory operations and operations SOCKET library, there are examples of the main function calls
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:98972
    • 提供者:maden
  1. shm

    0下载:
  2. linux下进程间通信,简单的共享内存的实现(源代码),适合初学。-linux under the inter-process communication, a simple shared memory implementation (source code), suitable for beginners.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1255
    • 提供者:杨大武
  1. 3-MFC-Classes-for-memory-share!

    0下载:
  2. MFC共享内存方法及其封装类,本地计算机、进程间通信的一种有效的方法。提供了多种内存共享封装类,并进行了测试,可以直接使用,接口非常清晰!功能也很强大。并提供了文档说明!-MFC shared memory approach and its wrapper class, the local computer, interprocess communication is an effective approach. Provides a variety of shared memory wrapp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:72169
    • 提供者:xuan
« 1 23 4 »
搜珍网 www.dssz.com