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

搜索资源列表

  1. LINUXOS

    0下载:
  2. 以Linux 系统进程和线程机制为背景,掌握fork()和clone()系统调用的形式和功能以及与其相适应的高级通讯方式。由fork派生的子进程之间通过pipe通讯,由clone创建的线程之间通过共享内存通讯,对于后者需要考虑互斥问题。-Linux systems to process and thread mechanism background, master fork () and clone () system call form and function as well as adva
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1049
    • 提供者:兰兰
  1. UNIX-process-communication

    1下载:
  2. 进程通信的实现 分为三个基本文件,进程间信号传递、共享内存、消息机制、PV操作-Realization process communication is divided into three basic signal transmission between files, processes, shared memory, message mechanism, PV operation
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:5739
    • 提供者:jwl
  1. ShareMemory

    0下载:
  2. VC6下的不同程序间传输数据的共享内存类。-Different procedures under the VC6 transmission of data between the shared memory class
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-29
    • 文件大小:15474
    • 提供者:郭长兰
  1. HWInfo

    0下载:
  2. 本人亲手码的, 通过WMI获取计算机硬件ID(CPU,内存,主板等),用于生成计算机的唯一硬件标识代码, 可用于检测游戏或共享软件的唯一性-I personally codes detected by WMI ID number of computer hardware (CPU, memory, motherboard, etc.), the collection used to generate the computer s unique hardware identification
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:17292
    • 提供者:jared
  1. posix_shm

    0下载:
  2. 在linux下,实现的Posix的共享内存,从一个文件拷贝到另一个文件- In linux, achieved Posix shared memory, a file copy to another file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:590
    • 提供者:龚文清
  1. shareMonery

    0下载:
  2. 共享内存方法,Linux下实现进程通信,代码清晰,容易理解-Shared memory method, Linux to achieve the process of communication, code clarity, easy to understand
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:21829
    • 提供者:kain
  1. Producers-and-consumers

    0下载:
  2. 生产者与消费者 设计要求:设计一程序,由一个进程创建三个子进程,三个子进程一个是生产者进程,两个是消费者进程,父子进程都使用父进程创建的共享存储区进行通信,由生产者进程将一个数组中的十个数值发送到由5个缓冲区组成的共享内存中,两个消费者进程轮流接收并输出这十个数值,同时将两个消费者进程读出的数值进行累加求各和。-Producers and consumers Design requirements: to design a program that creates three sub-p
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1230
    • 提供者:liuping
  1. SharedStruct

    0下载:
  2. 最简单的实现共享内存的调用方法,主函数负责声明及给共享内存赋值,共享内存控制文件CSharedStruct.h可以直接沿用到任意工程。移植方便。-The simplest way to achieve shared memory, the main function is responsible for the statement and shared memory assignment, shared memory control file CSharedStruct.h can be dir
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:5060
    • 提供者:zym
  1. linux_shm

    0下载:
  2. linux中进程间使用共享内存的方式进行通信的读写源码-linux process between the use of shared memory approach to reading and writing to communicate source
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1272
    • 提供者:jie
  1. DataSegDemo

    0下载:
  2. 用data_seg共享数据字段进行内存数据共享。此程序用VC6.0编写,生成DLL以供其他程序调用-For memory data sharing with data_seg shared data fields. Use VC6.0 to Develop, build DLL file for other programs to call.
  3. 所属分类:MiddleWare

    • 发布日期:2017-05-03
    • 文件大小:799032
    • 提供者:蛋壳
  1. PCIdemo_backup2015_5_13

    0下载:
  2. 基于RTX8.1,实现PCI板卡查找,中断挂接,内存读写操作,以及WIN32与RTX共享内存操作-Based RTX8.1, achieve PCI card search, interrupt hook, memory read and write operations, and WIN32 with RTX shared memory operations
  3. 所属分类:Driver Develop

    • 发布日期:2017-06-12
    • 文件大小:19122263
    • 提供者:胡延旭
  1. shmread_sem_init

    0下载:
  2. 使用sem_init对共享内存的操作,使得比sem_open更加方便-Use sem_init operations on shared memory, making it more convenient than sem_open
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1858
    • 提供者:喻小平
  1. MyShareMemory

    1下载:
  2. 本程序提供了共享内存操作类,使用该类可以方便的完成共享内存的各项操作: 1. 创建、读写共享内存; 2. 支持互斥处理。-This program provides a shared memory operations, the use of such can easily complete the operation of shared memory: 1. Create, read and write shared memory 2. Support exclusive d
  3. 所属分类:Process-Thread

    • 发布日期:2015-11-22
    • 文件大小:7168
    • 提供者:pxyang
  1. chapter15

    0下载:
  2. 嵌入式Linux中信号量、消息队列、共享内存编程设计-Embedded Linux, semaphores, message queues, shared memory programming design
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:9277
    • 提供者:vindisel
  1. gongxiangneicundefenzhuang

    0下载:
  2. 在系统中创建和使用共享内存,可以在linux和window使用-Create and use shared memory in the system, can be used in linux and window
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2084
    • 提供者:李炜
  1. ngx_http_php_mem_module_v1.00

    0下载:
  2. NGINX扩展模块,实现将PHP文件压入共享内存,并通过URL读取-NGINX MODULE,push the php file into memory,and read by url
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:4922
    • 提供者:ulver
  1. packet_mmap

    0下载:
  2. 通过mmap实现进程间共享内存的读与写,linux下运行-use mmap to read and write share memory of thread,in linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1010
    • 提供者:ulver
  1. memshare

    0下载:
  2. 共享内存资料和代码,能运行,非常好的代码。-memshare document and code,very good
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:56686
    • 提供者:宋勇
  1. WRShare

    0下载:
  2. C++ SOCKET C/S模式DEMO,共享内存方式读写 demo-C++ SOCKET C/S MODEL DEMO SHOW!
  3. 所属分类:Communication

    • 发布日期:2017-05-20
    • 文件大小:5517991
    • 提供者:zx
  1. SharedMemory

    1下载:
  2. Linux共享内存源码,包括写共享内存的进程代码,读共享内存的进程代码,还有信号量的代码-Linux shared memory source, including the process of writing code for shared memory, shared memory reading process code, there semaphore code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3378
    • 提供者:辛明泉
« 1 2 ... 28 29 30 31 32 3334 35 36 37 »
搜珍网 www.dssz.com