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

搜索资源列表

  1. test

    0下载:
  2. 生成不同id的函数,在多个进程并发调用这些函数时,生成不重复的id,分别用数据库、文件锁、共享内存的方式实现。-Different id generation function of the process of concurrent calls in a number of these functions, the generation of non-repetition of the id, respectively, the database, file locks, shared mem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2357
    • 提供者:李抒昌
  1. CSharedMemoryDemo

    0下载:
  2. windows shared memory wrapper class & demo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:12432
    • 提供者:moonRiver
  1. ShareMem

    0下载:
  2. 系统共享内存实现代码,可以充分利用 Windows 的功能来实现不同进程间通讯-Shared memory system code, you can take full advantage of Windows features to achieve communication between different processes
  3. 所属分类:Shell api

    • 发布日期:2017-03-31
    • 文件大小:15861
    • 提供者:a0xa0
  1. sharemem

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

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

    0下载:
  2. The importance of the peeormance of threads libraries is growing as clusters of shared memory machines become more popular POSIX threads, or Pthreads, is an industry threads library standard.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:696035
    • 提供者:ghostking
  1. Process-communication

    1下载:
  2. ? 编写两个进程,一进程负责发送字符 串,另一进程负责接收字符串; ? 支持Windows/linux的的共享存储区、消息、有名和无名管道、Socket通信 ? 发送进程应可以从窗口或键盘上接收字符串; ? 接收进程应可将字符串显示在窗口上; -? preparation of two processes, a process responsible for sending a string, another process is responsible for receivin
  3. 所属分类:Windows Develop

    • 发布日期:2015-12-22
    • 文件大小:119808
    • 提供者:陈明
  1. datasend

    0下载:
  2. 程序实现了不同进程之间,使用内存进行共享的发送端程序-Program for the different processes, use shared memory, the sender program
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:29762
    • 提供者:刘军
  1. Delphi-memory-traversal-tools

    1下载:
  2. Delphi 内存遍历工具(ReadMem)源代码,,感觉的确挺好用的,让大家一起共享。 -Delphi memory traversal tool (ReadMem) source code, it really felt very good use, so that everyone shared.
  3. 所属分类:Windows Develop

    • 发布日期:2017-01-18
    • 文件大小:35840
    • 提供者:
  1. SharedMemory

    0下载:
  2. RTX共享内存 实现与WIN32数据相互交互的例子程序-RTX shared memory
  3. 所属分类:Communication

    • 发布日期:2017-05-22
    • 文件大小:7029111
    • 提供者:戴正国
  1. shareMemory

    0下载:
  2. 共享内存,进程通信,进程同步 源代码 vs2005平台-Shared memory, process communication, process synchronization platform source code to vs2005
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:3028216
    • 提供者:mike
  1. multlpThreadShareMem

    0下载:
  2. 多线程共享内存技术,为线程之间的通讯立下了汗马功劳-Shared memory multi-threading technology, communication between threads has achieved a lot
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:96568
    • 提供者:greathome
  1. PipeCalcServer

    0下载:
  2. 管道方式实现进程间通信,其实质也是共享内存。比较简单-Way to achieve inter-process communication pipe, and its essence is the shared memory. Relatively simple
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:264858
    • 提供者:温小雨
  1. processamemory

    0下载:
  2. 多进程间通过共享内存传递消息,windows-Multi-process shared memory to pass messages through the inter-
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:189112
    • 提供者:zrzrzr
  1. OpenMP

    0下载:
  2. 诞生于1997年,目前已经推出OpenMP 3.0版本。 标准版本3.0,2008年5月,支持Fortran/C/C++。 面向共享内存以及分布式共享内存的多处理器多线程并行编程语言。 一种编译指导语句,能够显式指导多线程、共享内存并行的应用程序编程接口(API) 具有良好的可移植性,支持多种编程语言。 支持多种平台 大多数的类UNIX系统以及Windows NT系统(Windows 2000,Windows XP,Windows Vista等)。-Born in 199
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:154514
    • 提供者:李广印
  1. process

    0下载:
  2. 进程之间通过内存共享来对文件进行操作,是个很好的参考-Processes through shared memory to manipulate files, is a good reference
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:12826
    • 提供者:63048843
  1. winpalyer

    0下载:
  2. 一个播放器程序,主要技术是进程通讯,内存共享,包括执行文件,源代码,安装文件-A player program, the main technology is the process of communication, shared memory, including the implementation documentation, source code, installation files
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-06-02
    • 文件大小:14548434
    • 提供者:king
  1. IPC_ShareMem

    0下载:
  2. 进程间通信实例:使用共享内存实现进程间数据通信-Interprocess communication Example: Using shared memory to achieve inter-process data communications
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:360378
    • 提供者:leo
  1. ShareDataDll

    0下载:
  2. 进程间通信,共享内存 进程间通信,共享内存-Inter-process communication, Shared memory Inter-process communication, Shared memory Inter-process communication, Shared memory
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:23769
    • 提供者:caowei
  1. vb-gonxiang-

    0下载:
  2. 两个程序通过共享内存的方式 互相访问通信 vb源代码-Two programs to each other through shared memory access communication vb source code
  3. 所属分类:Printing program

    • 发布日期:2017-03-28
    • 文件大小:15011
    • 提供者:刘思
  1. clientAndserver

    0下载:
  2. 共享内存实现进程间通讯,同时包含client和server。还实现管道的进程间通讯,本例步骤详细,内容丰富。-Shared memory interprocess communication, and contains both client and server. Pipeline inter-process communication, in this case the steps detailed and rich in content.
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-02
    • 文件大小:51729426
    • 提供者:李永明
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com