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

搜索资源列表

  1. share_memory

    0下载:
  2. 共享内存是linux进程间通信最快的方式,还附有共享内存队列,可以直接用在项目中.-Shared memory is the fastest way to Linux inter-process communication, with Shared memory queue, can be directly used in the project.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:24669
    • 提供者:李晨旭
  1. ShareMemory

    0下载:
  2. 进程间通信时使用的共享内存的类,包含创建,读取,写入操作,可以很方便的使用来控制进程间通信。-To easily deal with the communication of different processes, the ShareMemory class can be used to creat,write and read the ShareMemory,and the operations are atomic.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1739
    • 提供者:tb4213410xixio
  1. jincheng2

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

    • 发布日期:2017-04-12
    • 文件大小:941
    • 提供者:yan918754
  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. shared_memory_gpu

    0下载:
  2. 利用cuda进行gpu的编程,可以在NVIDIA geforce 8800以上显卡上执行。利用了它的共享内存。比在cpu上执行快的多。-Carried out using cuda GPU programming, NVIDIA geforce 8800 can run more than graphics. Use of its shared memory. Than in the cpu to run faster and more.
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1928
    • 提供者:zhia429739
  1. VC6_CreateFileMapping

    0下载:
  2. VC6 创建共享内存并添加自定义类型与数据,供其它程序访问使用-VC6 inter-process shared memory, custom data types
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:556534
    • 提供者:miss
  1. IPC.tar

    0下载:
  2. linux-进程间通信 共享内存实例讲解 在linux编译可以使用。- Inter-process communication shared memory linux- examples to explain can be used in linux compilation.
  3. 所属分类:Communication

    • 发布日期:2017-05-03
    • 文件大小:859932
    • 提供者:希贤
  1. pipe

    0下载:
  2. 1个父进程、2个子进程,利用管道和共享内存实现两个子进程之间数据快速传送-A parent process, two sub-processes, the use of pipes and shared memory to achieve fast data transfer between the two sub-processes
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-12
    • 文件大小:517
    • 提供者:
  1. share_mem_demo

    0下载:
  2. vc 共享内存,进程间通讯,希望对大家有用-Vc between shared memory, interprocess communication, hope to be useful
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-17
    • 文件大小:26770432
    • 提供者:王贺
  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. SharedMemoryEx

    0下载:
  2. 用于C#的共享内存映射代码,可在不同进程间交换数据,或用于建立共享内存-For the C# code of the shared memory mapping, you can exchange data between different processes, or for the establishment of shared memory
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3460
    • 提供者:yyece9797lil
  1. shareMap

    0下载:
  2. 程序直接共享内存数据示例程序。据说字数还不够,再加点-Process shared memory data sample programs directly. It is said that words were not enough, add some
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1170
    • 提供者:zzyty5830xinqu
  1. shm

    0下载:
  2. 多个进程每秒钟向共享内存中写入数据,一个进程从共享内存中读数据-Multiple processes per second write data to shared memory, a process that reads the data the shared memory
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1505
    • 提供者:ddxtx3814shz
  1. shm100

    0下载:
  2. 共享内存源代码,本人提供共享内存操作的库文件-Shared memory source code, I provide the shared memory operation library file
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4500
    • 提供者:vvdnd9991shque
  1. shmemory

    0下载:
  2. 使用共享内存编程,使不同的进程可以通信完成任务-The use of shared memory programming, the process of bringing people of different communication tasks can be
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1549
    • 提供者:vvdnd9991shque
« 1 2 ... 29 30 31 32 33 3435 36 37 »
搜珍网 www.dssz.com