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

搜索资源列表

  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. Inter_process_communication

    0下载:
  2. 进程间通信 包括管道,消息队列,共享内存-Inter-process communication, including pipes, message queues, shared memory
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:310270
    • 提供者:wangwr
  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. ReadMem

    0下载:
  2. 通过共享内存实现 数据共享的功能,可以在多个程序间传递数据,很简单-Through the shared memory data transfer functions. Simple
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:26564
    • 提供者:HmilyStone
  1. SharedMemory

    0下载:
  2. Example of use of shared memory
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:31409
    • 提供者:Fred
  1. KeybdHook.

    0下载:
  2. 一个十分完整的键盘钩子示例,适合初学者学习,DLL和EXE通讯使用了自定义消息以及共享内存。-A very complete example of the keyboard hook, suitable for beginners to learn, DLL and EXE communications using a custom message, as well as shared memory.
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:41122
    • 提供者:张鲁夺
  1. filesystem

    0下载:
  2. 一个linux环境下的模拟文件系统的程序,里面有使用说明,能够创建,删除,复制文件,用到了linux共享内存和信号量,另外有个shell程序进程与文件系统程序进行通信。-A linux file system environment, the simulation program, which has instructions for use, the ability to create, delete, copy files, use a linux shared memory and sem
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:476749
    • 提供者:ji
  1. dlgs

    0下载:
  2. 大内高手--调试手段及原理.txt 大内高手—全局内存.txt 大内高手—共享内存与线程局部存储.txt 大内高手—内存模型.txt 大内高手—内存管理器.txt 大内高手—常见内存错误.txt 大内高手—序.txt 大内高手—惯用手法.txt 大内高手—栈_堆.txt-Ouchi master- debugging techniques and principles. Txt Ouchi expert- global memory. Txt Ouchi mast
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:47091
    • 提供者:地址
  1. code

    0下载:
  2. linux 应用程序的编写,如共享内存,管道的读写,信号,定时等基本的应用程序编写-linux application preparation, such as shared memory, read and write pipes, signals, timing and other basic application programming
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:4064
    • 提供者:yongzheng
  1. jbhfb

    0下载:
  2. 很久没写与工作无关的代码了。这是截包和发包的小工具(用到ws_32.dll和hook技术、共享内存。。),其中SendUdp.dll本来想用delphi写的因为vc++指针操作快,所以就-Not related to work for a long time I did not write the code. This is a cut-off packages and contracting of small tools (used ws_32.dll and hook techniques,
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-27
    • 文件大小:281821
    • 提供者:aileen42003
  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. memorryshare

    0下载:
  2. VXworks下的内存共享程序,比较基本的,容易扩充和理解-VXworks shared memory under the program, more basic, easy to expand and understand the
  3. 所属分类:VxWorks

    • 发布日期:2017-04-10
    • 文件大小:1001
    • 提供者:吴家文
  1. communication

    0下载:
  2. 进程间通信,通过共享内存的方式实现进程间通信,即在内存中开辟一个共享内存区域,创建两个控制台应用程序,来检测进程间的通信-Inter-process communication, through the shared memory means to achieve inter-process communication, that is in memory to open a shared memory region, to create two console applications, to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1144
    • 提供者:pipicheng
  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. Qt_QSharedMemory_Example_v1_2_en

    0下载:
  2. This Qt C++ application demonstrates how to share memory between processes. The client GUI application and the server executable share memory through QSharedMemory. The example has two shared memory areas: one for the client to command the server, an
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:90600
    • 提供者:何庆茹
  1. openmp

    0下载:
  2. This document specifies a collection of compiler directives, library functions, and environment variables that can be used to specify shared-memory parallelism in C and C++ programs. The functionality described in this document is collectively
  3. 所属分类:MPI

  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 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 32 »
搜珍网 www.dssz.com