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

搜索资源列表

  1. PC

    0下载:
  2. 用VC++6.0实现进程通信,采用的通信方式是共享内存,Server端和Client端可以进行双方通信-With VC++6.0 to achieve the process of communication, the use of means of communication is shared memory, Server-side and Client-side communication can be both
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:6811535
    • 提供者:741852
  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. File_Map_Server_Client

    0下载:
  2. windows下通过共享内存进行进程间通信的例子,包括server与client-windows through shared memory inter-process communication examples, including the server and client
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:105073
    • 提供者:morry
  1. TwoProgramShareMemory

    0下载:
  2. 程序主要是共享内存的一个例子。里面含有两个程序,这两个程序通过共享内存实现通信。是学习共享内存绝好的例子。-The process is essentially an example of the shared memory. It contains two programs, two programs communicate via shared memory. Learning shared memory excellent example.
  3. 所属分类:Communication

    • 发布日期:2017-05-27
    • 文件大小:10102478
    • 提供者:古月森林
  1. GETDATA

    0下载:
  2. 自动获取系统任意进程输入框中的数据 钩子使用 截获键盘输入和控件焦点消息 全局共享内存-Any process of automatic acquisition system, the data input box, hook the keyboard input and control using the intercepted messages focus global shared memory
  3. 所属分类:Hook api

    • 发布日期:2017-03-24
    • 文件大小:58348
    • 提供者:moto
  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. DataMan

    0下载:
  2. 共享内存的源代码 ,可以在2003上跨越用户-Shared memory of the source code, you can leap in 2003 on the user
  3. 所属分类:Other systems

    • 发布日期:2017-06-13
    • 文件大小:17090036
    • 提供者:chen
  1. ProcessCommunication

    0下载:
  2. Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:153605
    • 提供者:周晓宇
  1. interprocess_src

    0下载:
  2. 用于分布式系统中的各个进程交互的内存资源共享-Interprocess communication is an important part of many distributed systems. Many libraries, such as Boost, give mechanisms for interprocess communication. Such a concept, as shared memory is one of the fastest mechanisms of da
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:9786
    • 提供者:qk
  1. Thread_13

    0下载:
  2. 基于共享内存的进程通信,调用CreatFileMapping,MapViewOfFile,strcpy实现-Shared memory based on the process of communication, call CreatFileMapping, MapViewOfFile, strcpy implementation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:29495
    • 提供者:cy
  1. FastMM492

    0下载:
  2. A fast replacement memory manager for Borland Delphi Win32 applications that scales well under multi-threaded usage, is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:617702
    • 提供者:robin
  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. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2701
    • 提供者:hzgzh
  1. COMObject

    0下载:
  2. COM server with shared memory
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-22
    • 文件大小:6782408
    • 提供者:Dimych1986
  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. vcDEMO

    0下载:
  2. 实现进程之间内存共享,通讯。擦写内存。在不同的进程之间交换数据。-Achieve the shared memory between processes, communication. Erase the memory. In the exchange of data between different processes.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:31701
    • 提供者:崔志华
  1. SharedMemory

    0下载:
  2. Shared Memory interface application program,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:33041
    • 提供者:Murugavel
  1. XrayMem

    0下载:
  2. 共享内存方式xray机 实现全屏 VC7.0 -Shared memory to achieve full-screen mode
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:705860
    • 提供者:何凤涛
  1. PCIWindows

    0下载:
  2. PCI 图像采集卡WDM 设备驱动程序共享内存DMA-PCI Image Capture Card WDM device driver for shared-memory DMA
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-25
    • 文件大小:206603
    • 提供者:dsda
  1. OS_projectC_Mutex

    0下载:
  2. You are asked to design and implement a simulator for university life where lecturers provide lectures (credits) and students attend lectures (credits) to graduate. This simulator uses a bounded circular buffer shared by lecturers and students. Lectu
  3. 所属分类:Windows Develop

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