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

搜索资源列表

  1. ipc_demo1.0.tar

    0下载:
  2. IPC各种机制的整理,比如消息队列,内存共享,PIPE,适合学习练习-The collection of the various IPC mechanisms, such as message queues, shared memory, PIPE, suitable for learning and practice
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:12781
    • 提供者:余天
  1. threecodes

    5下载:
  2. 1、 用C语言写一个程序名字为procs4,该程序运行过程中共有4个进程,procs4程序(父进程)创建2个子进程p1和p2,p1子进程再创建一个子进程p3。4个进程完成如下工作: 父进程并打印字符串“I am main process”;p1子进程打印“I am child process p1”字符串;p2子进程打印“I am child process p2”;子进程p3打印字符串“I am child process p3”,然后使用exec(族)系统调用打印当前目录下文件和子目录下
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1702
    • 提供者:杨子坤
  1. tubelite

    0下载:
  2. This is a sample of how to use a shared memory in SetData/GetData pattern like a map. The code and the samples explain how to use this shared memory from VB.NET, C#, and C++.-This is a sample of how to use a shared memory in SetData/GetData pat
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:1117353
    • 提供者:mxw
  1. 86204968

    0下载:
  2. 利用建立共享内存实现进程通信,是最快的一种方法-The use of shared memory to achieve the process of establishing communication, is the fastest way
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:8413
    • 提供者:星海
  1. ipc

    0下载:
  2. 共享内存的使用演示,以及进程间信号量的封装-Demonstrate the use of shared memory, as well as inter-process semaphore package
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:2003
    • 提供者:林宗方
  1. pro

    0下载:
  2. 利用消息队列共享内存实现进程通信; 采用三层架构的模式编码 -Using message queue shared memory to achieve the process of communication three-tier structure of the model code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:9918
    • 提供者:wanglei
  1. server

    0下载:
  2. 我写的服务器程序 共享内存 信号量 socket 我写的服务器程序 共享内存 信号量 socket-I wrote a server program shared memory semaphore socket server program I write socket shared memory semaphores
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 源代码是在Linux上运行,主要是创建共享内存,以实现进程间通信-Linux source code is run, mainly to create shared memory, in order to achieve inter-process communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1366
    • 提供者:wwy
  1. 20061211160420_16

    0下载:
  2. linux 下基于共享内存访问的数据库的实现-linux-based shared memory access under the realization of a database
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:213943
    • 提供者:陈浩明
  1. SharedMemory

    0下载:
  2. Shared memory implementation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:21050
    • 提供者:hovhannesa
  1. ShareMemTest

    0下载:
  2. 源自VCKBASE上的一个awzzz提供的共享内存封装类,感觉挺实用的。 在使用的过程中,感觉有点不合自己的使用习惯,于是修改了一下拿出来与大家共享,欢迎批评指正。-From VCKBASE provided on a shared memory package awzzz class, feeling very practical. In the use of the process, feel a bit substandard own habits, then modify the l
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:29012
    • 提供者:白痴
  1. ShareMemory

    0下载:
  2. 一个简单例子,实现共享内存,获得或设置一个相同变量的值.-A simple example, shared memory, get or set a different variable.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:74428
    • 提供者:Forever chen
  1. aybook.cn_gxncyxl1204(1)

    0下载:
  2. 共享内存与线程局部存储的资料 出处:http://blog.csdn.net/absurd -Shared memory and the thread local storage of information Source: http://blog.csdn.net/absurd
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:141013
    • 提供者:艾琳
  1. rwmmap

    0下载:
  2. C code to read and write to a shared memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1607
    • 提供者:nana
  1. 1

    0下载:
  2. 一个FORK()调用的实验。通过建立共享内存区来实现进程之间的通信。父进程获取Fibonacci数列长度后,创建子进程来计算,待子进程完成后,父进程输出结果-A FORK () call experiment. Through the establishment of shared memory areas to achieve communication between the process. Parent process for the length of Fibonacci sequen
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:725
    • 提供者:caomin
  1. shm.tar

    0下载:
  2. 运行程序,可在linux下创建指定共享内存名,指定大小的共享内存,用于检测此名称此大小的共享内存在linux系统下是否能创建成功-Run the program, created in linux under the name of the specified shared memory, specify the size of shared memory, used to detect the name of this size of shared memory in linux system
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. Linux下使用C语言开发的例子,主要涉及进程间使用共享内存进行通信和使用网络进行通信的相关知识。-Linux, developed using C language examples, mainly involving inter-process communication using shared memory and the use of network communications knowledge.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3567
    • 提供者:wbwang
  1. 2008112237829

    0下载:
  2. 这个例程及文档详细地介绍了VB6中的物件导向概念,还演示了比较高级的共享内存、多线程等示例,如果你的英语功底好、VB达到中级的话,这将是不可多得的好资料。-The routines and documentation described in detail in the object oriented concept VB6, also demonstrates a relatively high-level shared memory, multithreading, etc. Example
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:814073
    • 提供者:hxwcool
  1. xsi.tar

    0下载:
  2. 几种常见unix进程间通信的使用,消息队列,信号量,共享内存-Several common unix use inter-process communication, message queues, semaphores, shared memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:11667
    • 提供者:aasdf
« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com