CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - Shared memory

搜索资源列表

  1. xxjyjy2

    0下载:
  2. linux下共享内存机制的实现2 客户端-under the shared memory mechanism to achieve two client
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3138
    • 提供者:小型机
  1. RPG

    0下载:
  2. 用共享内存,信号灯,以及互斥锁实现进程,线程间的通信,来模拟三国问题-using shared memory, lights, and Mutex realization process, the communication between threads, to simulate the three issues
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2821
    • 提供者:李明
  1. process

    0下载:
  2. 进程间调度,共享内存,进程通信,子进程创建-inter-process scheduling, shared memory and process communications, process-creation
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:934625
    • 提供者:jiaomingliang
  1. SharedMemIpc_demo

    0下载:
  2. 共享内存的源代码,很有意思的,欢迎大家下载使用,谢谢大家-shared memory of source code, the very interesting and you are welcome to download, thank you
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10503
    • 提供者:饭盒
  1. demo of share memory on linux

    0下载:
  2. linux下c语言编程——进程间通信方式之共享存储-c programming language -- inter-process communication methods are shared storage
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1239
    • 提供者:郝庆运
  1. linux_c_chat

    0下载:
  2. linux下用C语言写的聊天程序!/*BUG and NOTE: Not join protect to Shared Memory Segments,example Semaphore Arrays. Not check the parameters validity. When transmit may be error. If the client program no right exit,others cannot know,the service program sh
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5177
    • 提供者:吴兴圆
  1. 创建写共享内存

    0下载:
  2. 创建写共享内存的例子,学习ipc的好-create shared memory example, a good learning IPS as moving
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1465
    • 提供者:无路
  1. testsem

    1下载:
  2. 在Linux测试共享共享内存消息-testing Linux in shared memory sharing information
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:14012
    • 提供者:赖赖赖
  1. os01级

    0下载:
  2. 4.了解和掌握Linux系统支持的消息通信机制、共享存储区机制。. (1) 消息的创建、发送和接收: 使用系统调用msgget( )、msgsed( )、msgrev及msgcrl( ),编写消息的发送和接收程序(消息长度为1KB); (2) 共享存储区的创建、附接和断接: 使用系统调用shmget( )、shmat( )、shmcrl( ),编写一个与上述功能相同的程序。-4. Understanding and support Linux messaging mechanism, share
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:202834
    • 提供者:郑章孝
  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. 进程通信vc

    3下载:
  2. vc做的一个进程间通信的程序,包括共享内存,消息传递,消息管道-vc do an inter-process communication procedures, including shared memory, message passing, the news channel
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:83502
    • 提供者:比零
  1. share_memory

    0下载:
  2. 基于Linux下的进程通信中的共享内存,以及相关的实现代码-Based on the process of communication under Linux Shared memory, and the realization of the relevant code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:8913
    • 提供者:zzy
  1. JinChengTongXun.zip

    0下载:
  2. 包含几个用不同方式(共享内存、socket、FIFO、消息队列等)实现进程通信的小程序,包含详细注释,足以解释各种方式进程通信的实现原理和编程方法,Contains a number of different ways (shared memory, socket, FIFO, message queue, etc.) to achieve the process of the small communications program, including detailed notes, are
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:10656
    • 提供者:Rain
  1. memmap

    0下载:
  2. windows 内存共享事例程序详细介绍了WINDOWS内存的访问读写-windows shared memory examples procedures described in detail WINDOWS memory access to read and write
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:20540
    • 提供者:wcl
  1. ShareMem

    0下载:
  2. VC下的共享内存类,可以添加删除数据。共两个文件ShareMem.cpp和ShareMem.h-VC under the shared memory class, you can add delete data.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:2350
    • 提供者:李峰
  1. ShareMemory

    0下载:
  2. Windows下共享内存工具库,包含源代码和例子程序(服务器与客户端)-Shared memory under Windows tool library, including source code and sample applications (server and client)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:298310
    • 提供者:胡欢
  1. 12_shm

    0下载:
  2. Linux 下进程间通信实例之一——共享内存 使用了信号量用于进程间的同步-Linux, one example of inter-process communication- shared memory semaphore used for synchronization between processes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:18658
    • 提供者:hero
  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. 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. ipc

    0下载:
  2. 这是自己学习进程间通信时敲得代码,有共享内存、管道、信号量、消息队列,互斥锁等的典型用法-This is the communication between their own learning process when the knock code, the typical usage of the shared memory, pipes, semaphores, message queues, mutexes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:3087
    • 提供者:merle.zhu
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com