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

搜索资源列表

  1. portable_shm.tar

    0下载:
  2. Linux共享内存share memory通信机制的内核实现,可以为内核线程间通信提供机制-Linux shared memory communication mechanism share memory kernel realized, kernel threads can provide the mechanism for communication
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7613
    • 提供者:威尼
  1. p_c.win-linux

    0下载:
  2. 基于进程与共享主存实现的生产者消费者问题(Windows/Linux)。与网络上可以下载到的大多数生产者消费者问题模拟程序不同,本程序使用进程(而非线程)模拟,基于共享内存读写“产品”。同时给出了Windowst和Linux下实现的源代码,使用gcc编译通过。详细参见:http://blog.sina.com.cn/s/blog_53773b5f01000a1j.html
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:28858
    • 提供者:林健
  1. pid控制程序(共享内存方式)

    0下载:
  2. 本人在Linux实时内核下写的PID算法的电机驱动程序,通过共享内存的方式与用户态通讯保存数据。保存的数据以二进制的形式存储-Linux real-time kernel written for the PID algorithm motor drivers, through shared memory and the state of communications users to save data. To preserve the data in the form of binary st
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:21036
    • 提供者:张sir
  1. linux下共享内存接口函数封装

    0下载:
  2. 封装了linux下共享内存的接口函数,使用c语言进行的封装,可移植到其他的平台中。
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2009-09-15
    • 文件大小:4143
    • 提供者:lovesky303
  1. Beginning linux programming(第4版)

    0下载:
  2. 详细介绍了LINUX编程环境和开发工具,进程与线程、信号、管道、信号量、共享内存、队列,SOCKET等各种机制,还介绍了SQL数据库,QT界面开发等相关知识。是linux开发人员不可多得的入门书籍!
  3. 所属分类:文档资料

    • 发布日期:2011-09-14
    • 文件大小:4136319
    • 提供者:qinerxinzhi
  1. FTP服务器LINUX—C

    0下载:
  2. linux——C,信号量,hash函数,共享内存
  3. 所属分类:网络编程

    • 发布日期:2012-08-20
    • 文件大小:470402
    • 提供者:zsl520hjp
  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. com_test

    0下载:
  2. linux/unix下使用unix域套接字通信与使用共享内存+信号量通信方式的用时测试比较代码。-linux/unix use unix domain socket communication and the use of shared memory+ semaphore method of communication when the test code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:2732
    • 提供者:
  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. Linux-IPC.tar

    0下载:
  2. 资源中包含了Linux进程间通信的例子,同时有源文件和可执行文件。 源码主要包含了Linux下IPC机制的本地进程通信方式,包含了IPC共享内存,IPC信号量,IPC消息队列的实现,以及Linux下判断进程退出原因的示例程序。因为是做毕设学习时的练习程序,因此程序有详细的注释。(注意,每种通信方式需要在同时两个终端中查看验证,才可以看出效果,注意查看源码注释)-the source code included in the copressed package shows how IPC wo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:11287
    • 提供者:liujingsong
  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. 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. 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. 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. 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. shm

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

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

    0下载:
  2. Linux平台下共享内存的读写接口封装,简单易用(Shared memory read and write interface package, easy to use)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-22
    • 文件大小:19456
    • 提供者:wkedward
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com