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

搜索资源列表

  1. linuxsharememory

    0下载:
  2. linux共享内存,mmap,lseek-linux share memory,mmap,lseek
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:966
    • 提供者:rockman1982
  1. ipc2

    0下载:
  2. 进程间通信封装,主要包括管道通信、共享内存、消息队列-Interprocess communication package
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:5779
    • 提供者:wujing
  1. test30

    0下载:
  2. 两个程序,要求用消息队列,实现聊天程序,每次发言后自动在后面增加当前系统时间;同时增加结束字符,比如最后输入“88”后结束进程;共享内存-Two procedures, requirements, message queues, chat program, the current system time is automatically added after each speech while increasing the end of the character, such as the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:33025
    • 提供者:丁占成
  1. ipc

    0下载:
  2. 实现进程间的通信,包括用消息队列和共享内存机制实现-To achieve inter-process communication, including message queues and shared memory mechanisms to achieve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2162
    • 提供者:罗宾
  1. yuan

    0下载:
  2. 嵌入式Linux中的进程/线程间通信机制研究,多进程/线程相互间的通信,包括父子进程间采用有名管道进行通信、进程间共享内存和消息队列通信、信号通信。-research on the Linux process/thread communication mechanism
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2273
    • 提供者:刘育烽
  1. Linusocket

    0下载:
  2. Linux环境进程间通信套接口,在本专题的前面几个部分,如消息队列、信号灯、共享内存等,都是基于Sys V的IPC机制进行讨论的,它们的应用局限在单一计算机内的进程间通信;基于BSD套接口不仅可以实现单机内的进程间通信,还可以实现不同计算机进程之间的通信。本文将主要介绍BSD套接口(sockets),以及基于套接口的重要而基本的API。-socket
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:150501
    • 提供者:nihao
  1. msg_ipc

    0下载:
  2. 进程通信的管道,共享内存,消息队列的三种通行模式的举例代码-Examples of process communication pipe, shared memory, message queues three access modes code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-27
    • 文件大小:10261
    • 提供者:zxlei
  1. 111

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

    • 发布日期:2017-11-14
    • 文件大小:150655
    • 提供者:蔡应恒
  1. mmap_chart

    1下载:
  2. 共享内存的方法,实现linux环境下的,进程间通信,聊天程序-no thing
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-07-04
    • 文件大小:12288
    • 提供者:邓建华
  1. cpu_usage.rar

    0下载:
  2. cpu使用情况统计工具,使用共享内存方式。,The cpu usage statistical tools, the use of shared memory.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-26
    • 文件大小:6508
    • 提供者:you
  1. sharedFIFO

    0下载:
  2. 信号量+共享内存 一个实现信号量以及共享内存的封装类-semphore and shared memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-26
    • 文件大小:11996
    • 提供者:风蓝
  1. test4-4

    0下载:
  2. 信号实验,实现linux下进程之间共享内存的功能-Signal experiments
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-24
    • 文件大小:1051
    • 提供者:梁萧
  1. share_memory_chat

    0下载:
  2. 基于共享内存的一个简单C/S聊天程序,通过这个简单的程序,可以让我们对共享内存有更清晰的理解!-A simple shared memory based C/S chat program, through this simple program that allows us to share a clearer understanding of memory!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:6402
    • 提供者:yangchaoxu
  1. SUIDAO

    0下载:
  2. Linux内核分析实验 本实验实现车辆过隧道的模拟,其中最关键的是信号灯实现进程同步以及共享内存的实现。-Linux kernel analysis of the experimental realization of experimental simulation of the vehicle through the tunnel, one of the most critical is the signal to achieve process synchronization and sha
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:112694
    • 提供者:wangqiumei
  1. shm

    0下载:
  2. 本代码用于讲解unix 环境下网络编程中的共享内存,这是一个使用共享内存的服务器和客户端的例子-This code is used to explain the unix environment network programming in shared memory, which is an example of the shared memory server and client use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:10586
    • 提供者:wy
  1. linux_tools

    0下载:
  2. linux工具包常用消息队列、共享内存、linux 下epoll服务器的封装-Implementation of Linux toolkit common source queue data structure
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:22089
    • 提供者:云海
  1. fifo

    0下载:
  2. linux fifo, 实现同步读写共享内存-linux fifo, synchronize shared memory read and write
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:7947
    • 提供者:黄胜利
  1. shmem

    0下载:
  2. linux下的共享内存编程,属于进程间通信的一种机制, 可作为参考-Shared memory programming under linux, a part of inter-process communication mechanism can be used as a reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1162
    • 提供者:deng
  1. TestShareMemPro2

    0下载:
  2. linux下共享内存的封装类,包括一个测试,很不错哦-Under the Linux Shared memory wrapper class, including a test, very good
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:38407
    • 提供者:lisa
  1. pipe

    0下载:
  2. 用于linux的进程间的通信,包跨管道通讯,信号通讯,共享内存通信等。对于进程间的访问是极其方便的-Communication between the process for linux, including cross-pipeline communications, signal communication, shared memory communications. For access between processes is extremely convenient
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4508
    • 提供者:李晨
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com