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

搜索资源列表

  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. read-write

    0下载:
  2. 实验程序模拟多个生产/消费者在有界缓冲上正确的操作。它利用N个字节的共享内存作为有界循环缓冲区,利用写一字符模拟放一个产品,利用读一字符模拟消费一个产品。当缓冲区空时消费者应阻塞睡眠,而当缓冲区满时生产者应当阻塞睡眠。一旦缓冲区中有空单元,生产者进程就向空单元中入写字符, 并报告写的内容和位置。一旦缓冲区中有未读过的字符,消费者进程就从该单元中 读出字符,并报告读取位置。生产者不能向同一单元中连续写两次以上相同的字 符,消费者也不能从同一单元中连续读两次以上相同的字符。 -cha
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:4058
    • 提供者:jeremy
  1. writepriority

    0下载:
  2. 写优先的读者写者问题,使用共享内存,多个信号量实现。-writer and reader
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2381
    • 提供者:孟军
  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. MapTest

    0下载:
  2. WINDOWS 原始socket通讯测试例子 共享内存通讯测试例子 管道通讯测试例子-WINDOWS raw socket communication test case of shared memory communication channel communications test case test case
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:74760
    • 提供者:lanjun
  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. fastdb-349

    0下载:
  2. fastdb的源码, 非常强大的一个共享内存数据库-fastdb source, very powerful database, a shared memory
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6433345
    • 提供者:陈清
  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. 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. Embedded_CGI_Code

    0下载:
  2. 一个CGI程序,使用共享内存的方式与嵌入式设备进行图片等数据交互。可用作CGI编程参考。编译环境为arm-linux-gcc2.95.3。-A CGI program that uses shared memory approach and embedded devices such as data exchange pictures. CGI programming can be used as reference. Build environment for the arm-linux-gc
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:12283
    • 提供者:robin
  1. MapMemory

    0下载:
  2. VB通过共享内存,共享数据. 可读可写.-none
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7191
    • 提供者:严明
  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. llsShareMemory

    0下载:
  2. 进程间的通信,共享内存封装,Demo 实现进程间事件同步-ShareMemory
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-26
    • 文件大小:180785
    • 提供者:leovin
  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. ShareMemory

    0下载:
  2. 共享内存,共享内存api的解释,vc++工程-share memery windows
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:6413
    • 提供者:周科
  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. memory_use

    0下载:
  2. 享内存函数简单应与建立共享内存的进程没有同步关系,如果进程建立共享内存后,在退出前不调用shmctl-mem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:527
    • 提供者:ly
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 35 »
搜珍网 www.dssz.com