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

搜索资源列表

  1. shared memory in DLLs

    0下载:
  2. 共享DLL中的变量,可以让多个程序共用一个程序.-shared DLL variables, which allows multiple processes to share a procedure.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:52267
    • 提供者:hayes
  1. Anon

    0下载:
  2. 一个使用共享内存的方法来实现在两个窗口之间传送信息的程序-use a shared-memory approach to the realization of the two window to relay messages between the procedures
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:41982
    • 提供者:陈小明
  1. 2006021801

    0下载:
  2. 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:52568
    • 提供者:毛东
  1. tercomm

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

    • 发布日期:2008-10-13
    • 文件大小:32489
    • 提供者:zhang3f
  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. 在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. sm_mz_demo.zip

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

    • 发布日期:2017-11-08
    • 文件大小:41789
    • 提供者:
  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. SharedMemIpc_demo.zip

    0下载:
  2. 使用共享内存通讯的程序例子,the demo of communication using shared memory
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-08
    • 文件大小:10816
    • 提供者:
  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. ShareMemory

    0下载:
  2. 封装共享内存类,用于进程间通信。修改的一方完成后,使用命名事件通知读取方,双方保持内容同步。-Package shared memory class for inter-process communication. After the party changes, use named event notification read side, the two sides to keep the content synchronized.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:1795
    • 提供者:xiaoluo
  1. WINDOW_MMFShare

    0下载:
  2. WINDOWS核心编程的共享内存的模拟与实现,采用WIN32和DDK实现,没有用到MFC.-core Windows programming shared-memory simulation and implementation, using WIN32 and DDK realized, did not use the MFC.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-14
    • 文件大小:4717
    • 提供者:wtm
  1. sharememclass

    0下载:
  2. 一个很好的实现了共享内存的封装类,可以用于线程之间的通信-a very good achievement of shared memory packaging category that can be used in communication between threads
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-14
    • 文件大小:15276
    • 提供者:杨雨虹
  1. FileMap

    0下载:
  2. 实现文件映射,在两个进程间共享内存,在不同进程间传输大文件时,可大幅度提升访问速度。本源码仅为模拟,共享内存为1K,可自行调整。-File mapping, in shared memory between two processes in different inter-process transfer large files, they can significantly enhance the access speed. The only source simulation, shared
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-22
    • 文件大小:6821764
    • 提供者:源泉
  1. Clip--board

    0下载:
  2. 编写代码最难得就是进程间的通讯问题,采用剪贴板的方式,利用Windows共享内存所开辟的统一的内存区进行编程。可以有效解决进程间信息传输问题。-The most rare to write code that is inter-process communication problems, using the clipboard, using Windows shared memory opened up a unified program memory area. Can effectivel
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:25626
    • 提供者:sss
  1. shareMemoy

    0下载:
  2. 提供了一个windows 下共享内存的类,该类只是一个简单的模型,说明了在windows 下如何实现共享内存-Provides a shared memory under windows class, the class is just a simple model to illustrate how in the windows shared memory
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:2292
    • 提供者:zhaojinhua
  1. sharemem

    0下载:
  2. 实现进程间的通讯,通过用共享内存的方式。-To achieve inter-process communication, by way of using shared memory.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:209827
    • 提供者:Aaron
  1. Shared-memory

    0下载:
  2. 进程间通讯之共享内存: 共享内存概述 + 函数说明 + 函数格式 + 使用实例-Shared memory for interprocess communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:3834
    • 提供者:
« 12 3 »
搜珍网 www.dssz.com