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

搜索资源列表

  1. VCamSetup

    0下载:
  2. 使用Qt 实现的在屏幕中截图并将截图数据放进共享内存,供虚拟摄像头使用。-The realization of the use of Qt in the screen shots and captures data into the shared memory, virtual camera used for.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-17
    • 文件大小:57363
    • 提供者:peter.wang
  1. tcc-2

    0下载:
  2. 用pediy修改dll的节属性达到进程间另一种形式共享内存/通讯-Between the modified section properties dll reached by pediy process another form of shared memory/communication
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:676
    • 提供者:wfnic
  1. WindowsFormsApplication3_20141124

    0下载:
  2. 个人C#测试程序,包括:FTP、信息发送、窗口绘制、迅雷云平台测试、共享内存的使用及控制台多进程测试等-Personal C# test procedures, including: FTP, messaging, window painting, Thunder Cloud platform testing, use of shared memory multi-process testing and console
  3. 所属分类:CSharp

    • 发布日期:2017-05-14
    • 文件大小:3190865
    • 提供者:shang
  1. ose1

    0下载:
  2. 哈工大操作系统第一次实验,关于多台打印机调用共享内存管理。-HIT operating system first experiment, calling on multiple printers shared memory management.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1985453
    • 提供者:周朔
  1. IPC问题

    0下载:
  2. 设有二元自然数变量函数 ,其中 请编程建立3个并发协作进程或线程,它们分别完成计算 、 和 。 实验步骤: (1)首先要创建三个线程(或进程),分别执行函数 、 和 计算; (2)线程(或进程)之间的通信可以选择下述机制之一进行:  管道(无名管道或命名管道)  消息队列  共享内存 (3)通过适当的函数调用创建上述IPC对象,通过调用适当的函数调用实现数据的读出与写入; (4)需要考虑线程(或进程)间的同步; (5)线程(或进程)运行结束,通过适当的系统
  3. 所属分类:系统编程

    • 发布日期:2015-01-03
    • 文件大小:1362
    • 提供者:the_wind
  1. SharMemPractice

    0下载:
  2. C# 软件共享内存,实现两个软件之间数据的传递-C# memory share
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:104065
    • 提供者:qian
  1. share_memory

    0下载:
  2. 进程间通信之共享内存。 因为我也初学者,所以注释可能有点啰嗦。最后希望该作品对下载该文件的人士有帮助。-Sharing memory to achieve inter process communication.
  3. 所属分类:Communication

    • 发布日期:2017-05-31
    • 文件大小:12859613
    • 提供者:刘开鹏
  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. 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. 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. 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. WRShare

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

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

    0下载:
  2. C#版共享内存实例,包括新建、读写操作,直接可以使用-C# version of the shared memory examples, including a new, read and write operations can be used directly
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:15918
    • 提供者:Mag
  1. 86204968

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

    • 发布日期:2017-05-01
    • 文件大小:8455
    • 提供者:p6osg
  1. dllshare

    0下载:
  2. dll共享内存,实现了一块固定内存的共享-dll shared memory to achieve a fixed memory-sharing
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2638
    • 提供者:f21duchen
  1. jincheng1

    0下载:
  2. 通过共享内存实现进程间的通信!这个是进程1!-Through shared memory to achieve inter-process communication! This is the process of 1!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1190
    • 提供者:q15873zhim
  1. main101

    0下载:
  2. 使用C语言实现生产者消费者流程,生产者产生数据以供消费者使用,双方共享内存。-The producer-consumer processes, producers produce data for consumers to use, and the two sides shared memory.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1568
    • 提供者:fuo5617beiyiju2
  1. Memory_strShare

    0下载:
  2. 一个简单的使用了共享内存映射,实现进程间通讯。-A simple use of a shared memory mapping, to achieve inter-process communication.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2316
    • 提供者:xod31062jiayu
  1. PrdCos

    0下载:
  2. 基于共享内存,使用轻量级进程信号量机制实现消费者生产者问题-Consumers to producers based on shared memory, the use of lightweight processes semaphore mechanism
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2476
    • 提供者:qqvkv9836xigsh
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »
搜珍网 www.dssz.com