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

搜索资源列表

  1. Linux程式设计之四

    0下载:
  2. 共享记忆体是指同一块记忆体区段被一个以上的行程所分享。这是我们所知速度最快的行程间通讯方式。使用共享记忆体在使用多CPU的机器上,会使机器发挥较佳的效能。-shared memory is with a memory segment was more than one trip to share. We know this is the fastest means of communication between the itinerary. The use of shared memory i
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:118350
    • 提供者:飞杨
  1. linux_IPC

    0下载:
  2. linux 的进程通信的3种方式 共享内存 消息队列 管道方式实现的实例。有注释!-linux process of three kinds of ways to communicate a shared memory message queue pipeline approach to achieve a simple example.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1579
    • 提供者:小林
  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. 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. SharedMemory

    2下载:
  2. linux下共享内存的C语言封装,以及示例代码。用于进程间和线程间通信。-Provide C-language package of shared memory under linux as well as sample code. This package is used for inter-process communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:13115
    • 提供者:vividonly
  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. share-mem

    0下载:
  2. Linux下C语言的共享内存编程-C language under Linux shared memory programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:1402
    • 提供者:action
  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. ipc

    0下载:
  2. linux下进程间通讯列子,包括消息队列,共享内存等-linux Liezi under the process of communication, including message queues, shared memory, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:35537
    • 提供者:陈灏
  1. ipc

    1下载:
  2. Linux进程间通信小例子,包括管道,命名管道,信号,共享内存,消息队列等-Linux small example of the process of communication, including pipes, named pipes, signals, shared memory, message queues, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:4051
    • 提供者:owenbbkp
  1. UNIX_Network_Programming__Interprocess_Communicat

    0下载:
  2. A very good book on UNIX network programming - Volume 2 for IPC (shared memory, message queue...)-A very good book on UNIX network programming- Volume 2 for IPC (shared memory, message queue...)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-20
    • 文件大小:5974415
    • 提供者:nqbinh
  1. message

    0下载:
  2. 进程间通信,使用共享内存,linux操作系统下运行-process communication using shared memory, compiled under operation system of linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:746
    • 提供者:wwwmao
  1. code

    0下载:
  2. linux 应用程序的编写,如共享内存,管道的读写,信号,定时等基本的应用程序编写-linux application preparation, such as shared memory, read and write pipes, signals, timing and other basic application programming
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:4064
    • 提供者:yongzheng
  1. shm

    0下载:
  2. linux下实现对共享内存的操作等等,对posix提供的接口进行封装-achieved under linux operating on shared memory, etc., to provide the interface to the package posix
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1936
    • 提供者:qingtian
  1. linux

    0下载:
  2. LINUX进程间通信程序设计演示代码,包括3种通讯方式:管道通讯,信号通讯,共享内存通讯。-LINUX programming inter-process communication demo code, including three kinds of communication: communication channels, signal communications, shared memory communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3429
    • 提供者:mini
  1. shm

    0下载:
  2. linux共享内存读写实例,麻雀虽小,五脏俱全!-linux shared memory using example
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1510
    • 提供者:howema
  1. Linux-Kernel-2.4-Internals

    0下载:
  2. Linux kernel internals: shared memory, semaphores, message queues, IPC primitives etc. For the 2.4 kernel version.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:170175
    • 提供者:silvia.stegaru
  1. linux-chatroom

    0下载:
  2. 基于多路复用的聊天室。利用了共享内存等等。包括客服端和服务器端-Multiplexer-based chat rooms. Use of shared memory, and so on. Including the customer service side and server-side
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:2711
    • 提供者:张伟
  1. linux-multi-thread-synchronization

    0下载:
  2. linux多线程同步的方法 在线程对共享相同内存操作时,就会出现多个线程对同一资源的使用,为此,需要对这些线程进行同步,以确保它们在访问共享内存的时候不会访问到无效的数值。-linux multi-thread synchronization Threads share the same memory operation, there will be multiple threads use the same resources to do this, you need to synch
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:7245
    • 提供者:长林
« 12 3 4 5 6 »
搜珍网 www.dssz.com