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

搜索资源列表

  1. reply_1_612955

    0下载:
  2. 有关共享内存,生成dll函数库-the shared memory, generate dll libraries
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7640
    • 提供者:和恶毒发
  1. MapTest

    0下载:
  2. windows进程通讯的例子,共有三种模式: 共享内存,管道,SOCKET,可以给未接触过的人作为参考-windows example of the process of communication, there are three models : shared memory, pipes, SOCKET. it has not been exposed to people as a reference
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:75073
    • 提供者:111
  1. Csharedmemory

    1下载:
  2. 这是一个用来开发使用共享内存的源码 使用这个包装类可以方便的开发出基于共享内存的应用-This is a development to the use of shared memory to use this source category convenient packaging developed based on the sharing Application Memory
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1651
    • 提供者:infinite8
  1. TestMem

    0下载:
  2. C#下内存共享的测试例子,在大容量的数据高效交换使用。-shared memory under test case, the large capacity of data exchange and efficient use.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:39702
    • 提供者:刘永战
  1. tercomm

    0下载:
  2. 进程间共享内存通讯,采用两对缓冲区收发数据。-processes shared memory communications, using two pairs of sending and receiving data buffer.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:32489
    • 提供者:zhang3f
  1. XWPE

    0下载:
  2. 这是截包和发包的小工具(用到ws_32.dll和hook技术、共享内存。。),其中SendUdp.dll本来想用delphi写的因为vc++指针操作快,-This is the cut-off delivery of the package and small tools (used ws_32.dll hook and technology, shared memory. .) , SendUdp.dll which had wanted to use delphi write because
  3. 所属分类:钩子与API截获

    • 发布日期:2014-01-14
    • 文件大小:389550
    • 提供者:song
  1. SharedDll

    0下载:
  2. 这个程序是我尝试使用dll共享内存段的代码。当多个程序调用dll时,dll中会产生一块所有程序可以访问的内存块,可用于用于进程通信和控制。-this procedure is to try to use the shared memory of the dll code. When the number of procedures called dll, dll will have an all procedures can access blocks of memory, process ca
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9357
    • 提供者:姚秋林
  1. vcfilemapping

    0下载:
  2. windows共享内存示例,演示了进程间共享内存的实现过程,通过测试和使用-windows shared memory example, demonstrated the process of shared memory between the realization process, testing and use
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29529
    • 提供者:张玉
  1. libshd

    0下载:
  2. SH_Object libSH的基类 SH_String String类 SH_Array 数据结构Array类 SH_Stack 数据结构Stack类 SH_Queue 数据结构Queue类 SH_List 数据结构List类 SH_Hash 数据结构Hash类 SH_Tree 数据结构Tree(AVL)类 SH_Lock 互斥Lock类 SH_Serial 串口类 SH_Socket 套接字类 SH_Tcp TCP类
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:54985
    • 提供者:yangthui
  1. 《共享内存》源代码

    0下载:
  2. c++源码 《共享内存》源代码.zip-"shared memory" source code. Zip
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4181
    • 提供者:陈利民
  1. CSharpSharedMemory

    0下载:
  2. C# Shared Memory Class from CodeProject
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:22696
    • 提供者:Matthew
  1. zzz_file

    0下载:
  2. cursor屏幕编程-显示共享内存中的信息-cursor screen programming-shows shared memory of the information
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2278
    • 提供者:
  1. 在VC++ 6.0下利用共享内存、消息实现内部进程通讯

    2下载:
  2. 在VC++ 6.0下利用共享内存、消息实现内部进程通讯-in VC 6.0 using shared memory, message achieving internal communications process
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3271437
    • 提供者:hkx
  1. ShareMem共享内存

    0下载:
  2. 一个好的共享内存编程例子,通过该例子可以掌握共享内存编程的方法。比较实用-a good example of shared memory programming, through which we can get examples of shared memory programming method. More Practical
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:21394
    • 提供者:王杰
  1. pid控制程序(共享内存方式)

    0下载:
  2. 本人在Linux实时内核下写的PID算法的电机驱动程序,通过共享内存的方式与用户态通讯保存数据。保存的数据以二进制的形式存储-Linux real-time kernel written for the PID algorithm motor drivers, through shared memory and the state of communications users to save data. To preserve the data in the form of binary st
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:21036
    • 提供者:张sir
  1. sm_mz_demo.zip

    0下载:
  2. 共享内存多进程通讯例子,the demo of shared memory multi-process communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-08
    • 文件大小:41789
    • 提供者:
  1. demo_ShareMemory.rar

    0下载:
  2. VC编写的共享内存读取的例子,可以用于进程之间的通信,VC prepared to read examples of shared memory that can be used in the process of communication between
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:195447
    • 提供者:dugf
  1. SharedMemmoryQueue.zip

    0下载:
  2. 这是一个通过共享堆内存实现的进程间通讯库.通过共享堆内存和实践驱动来支持多进程之间的通信.,This library supports inter process communication via shared memory access and event notification mechanism.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:53003
    • 提供者:hegallis
  1. process

    1下载:
  2. 多进程通信,采用postmessage和内存共享的方式在两个不同程序中通信-Multi-process communication, shared memory using postmessage and the way in two different programs in communication
  3. 所属分类:进程与线程

    • 发布日期:2014-01-25
    • 文件大小:3763672
    • 提供者:stuy_1001191
  1. SPQR-1.1.2.tar

    2下载:
  2. 基于C++编程的多线程的多波前稀疏矩阵的QR分解,Timothy A. Davis编写-SuiteSparseQR is an implementation of the multifrontal sparse QR factorization method. Parallelism is exploited both in the BLAS and across different frontal matrices using Intel s Threading Building Blocks
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1162490
    • 提供者:mengdieaaq
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com