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

搜索资源列表

  1. Ethernet

    0下载:
  2. 模拟Ethernet帧的发送过程 父进程创建两个子进程和一个共享内存 这个共享内存模拟介质总线 这个两个进程分别从这个内存发送信并进行冲突检测
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1450
    • 提供者:wu
  1. UDPEcho

    0下载:
  2. 一个UDP echo服务器 用来把客户端发来的数据返回给客户端,同时可以用共享内存的方式由另一个进程得到信息
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:1987
    • 提供者:lht
  1. ChatServer

    0下载:
  2. Linux c语言多进程多用户聊天程序 使用多进程与多线程合作 使用共享内存V进行交换信息 可谓Linux网络套接字编程学习之良品-Linux c multi-process multi-user chat server
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:5943
    • 提供者:hydra
  1. ACE-tutorial

    0下载:
  2. 经典可跨平台的网络应用程序的程序库套件。它提供了socket/threading/memory management等多种系统调用的面对对象的wrapper,使C++通信软件开发更加简单。 可实现可跨多种平台完成通用的通信软件任务,其中包括:事件多路分离和事件处理器分派、信号处理、服务初始化、进程间通信、共享内存管理、消息路由、分布式服务动态(重)配置、并发执行和同步,等等。 .-Classic cross-platform web application library packag
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:136264
    • 提供者:langxj
  1. apr-doc

    0下载:
  2. apr-doc.CHM 开发指南 这里是一个所有模块的列表: Apache的可携性运行时库 平台定义 内部内存分配 原子操作 动态对象处理 为manupulating环境的功能 错误代码 年利率错误空间 年利率误差值 状态值测试 文件信息 文件权限标志 统计功能 目录操作函数 文件路径操作功能 文件的I / O处理功能 文件打开标志/套路 文件寻求旗 文件属性标志 {_full}最大iovec的大小 文
  3. 所属分类:Web Server

    • 发布日期:2017-03-29
    • 文件大小:317982
    • 提供者:kaka
  1. LoopQue

    0下载:
  2. 使用队列实现环形缓冲区的设计,将算法实现和内存分配分开设计,适用于进程间内存共享等的情况-Queue to the design of the ring buffer, to separate design, algorithm and memory allocation for inter-process shared memory
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:252203
    • 提供者:SinfulMan
  1. share

    0下载:
  2. IPC通讯事例,进程间通过共享内存 system-v共享内存 进行通讯,通过读取文件将文件的信息读到内存,另一进程再在内存中读取信息。-IPC communication examples of communication, inter-process shared memory via a shared memory system- v file information by reading the file into memory, another process to read the i
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1692
    • 提供者:吴慈
  1. shmem.c

    0下载:
  2. shmem 的用法 创建共享内存 通过检查在共享内存的头部是否标志字符串"START"来确认父进程已经向共享内存写入有效数据-the shmem usage to create a shared memory by examining the head of the shared memory flag string " START" to confirm the parent process to write shared memory data
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:1433
    • 提供者:tt
  1. PIC

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

    • 发布日期:2017-11-13
    • 文件大小:41321
    • 提供者:王镇
  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. 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. 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. 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. shm

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

    • 发布日期:2017-04-11
    • 文件大小:909
    • 提供者:lry
  1. My_Ftp_Item_Ultimate

    0下载:
  2. LinuxC ftp服务器,数据结构哈希表,链表,进程间通信共享内存,消息队列等实现文件上传和下载,限制最大连接数。-Communication shared memory, message queues, etc. between LinuxC ftp file upload server, data structures hash tables, lists, and download process, limit the maximum number of connections.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:102551
    • 提供者:zhangkaijia
  1. Interprocess-communication-

    0下载:
  2. 进程间通信示例程序,包括共享内存、管道、命名管道、文件锁、消息队列、协同进程等-Examples of inter-process communication procedures, including shared memory, pipes, named pipes, file locking, message queues, collaborative processes, etc.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:33483
    • 提供者:王飞
  1. Feiq

    0下载:
  2. 在同一个局域网里面可以进交流,但仅限于字符界面,后期有时间再配上QT优化。包函进程间的通信,socket 共享内存等相关函数的灵活运用。详见代码-In the same LAN which can enter the exchange, but only character interface, the late time matched QT optimization. Flexible use of communications, socket shared memory and other
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:15093
    • 提供者:许达烨
« 12 »
搜珍网 www.dssz.com