CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 进程之间的通信

搜索资源列表

  1. processcomunication

    0下载:
  2. 此程序是在MFC下分别用匿名管道,命名管道和邮槽3种方法实现的进程之间的通信 -this procedure is the MFC respectively anonymous pipeline named pipes and mail chutes three different methods to achieve the communication process between the
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:197.8kb
    • 提供者:zhaodetao
  1. Pipe_Dll

    0下载:
  2. 使用PIPE完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-use PIPE completed on the same machine two processes, different machines on the two different operating systems or process under the two processes of communication.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:22.71kb
    • 提供者:Donna
  1. FILEMAP_DLL

    0下载:
  2. 利用FILEMAP文件映射实现两个进程之间的通信以及动态链接,其中在filemapping_b中使用了dll技术-use FILEMAP document mapping process between the two to achieve the communications and dynamic link filemapping_b in which the use of the technology dll
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:74.05kb
    • 提供者:Donna
  1. C++andChapepipe.rar

    0下载:
  2. C#进程与C++进程之间的通信,很经典的,希望大家有用。,C# Process and C++ The process of communication between, it is classic, and I hope useful.
  3. 所属分类:进程与线程

    • 发布日期:2017-04-06
    • 文件大小:18.9kb
    • 提供者:agg
  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
    • 文件大小:190.87kb
    • 提供者: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
    • 文件大小:51.76kb
    • 提供者:hegallis
  1. ProCommunicate

    0下载:
  2. 进程之间的相互通信,可以给子进程发送相关信息-Between the process of communication, can give the child process to send the relevant information
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-17
    • 文件大小:452.44kb
    • 提供者:yup
  1. kechengsheji

    1下载:
  2. 这是操作系统的课程设计,实现的是进程之间的通信,里面有四种实现进程通信的方法,分别是管道,内存,消息以及socket,界面美观,功能齐全-This is the operating system, curriculum design, implementation is a process of communication between, there are four kinds of methods to achieve the process of communication, namel
  3. 所属分类:Windows Develop

    • 发布日期:2016-08-01
    • 文件大小:7.8mb
    • 提供者:wang
  1. ipc-com12

    0下载:
  2. 进程之间的通信,主要是关于信号和信号量!-Communication between processes, mainly on the amount of signal and the signal!
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-27
    • 文件大小:6.25kb
    • 提供者:oyj
  1. jinchengtongxin

    0下载:
  2. Windows下实现两个进程之间的通信。源码。-Windows to achieve communication between two processes. Source.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:237.58kb
    • 提供者:XW
  1. MapFileTrans

    0下载:
  2. 这是一个小型程序,通过内存映射的方式进行进程之间的通信-This is a small program the way through the process of memory-mapped communication between
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3.42mb
    • 提供者:fanxiaojian
  1. ProcessComment

    0下载:
  2. 通过发送消息 进行进程之间的通信。一个小型的例子-Sending messages through the communication between processes. A small example
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7.11mb
    • 提供者:fanxiaojian
  1. youcao-

    0下载:
  2. 通过邮槽,用户可以实现一对多或跨网络的进程之间的通信-Through the mail slot, users can achieve many or cross-network communication between processes
  3. 所属分类:Communication

    • 发布日期:2017-05-10
    • 文件大小:2.26mb
    • 提供者:青枫
  1. association

    0下载:
  2. 实现进程之间的通信,传递一个值的小程序,运行时,须同是运行两个程序。-for communication of multi process,in the application,we must run the two program at the same time.
  3. 所属分类:Communication

    • 发布日期:2017-05-18
    • 文件大小:4.56mb
    • 提供者:陈客
  1. process-communication

    0下载:
  2. 两个进程之间的通信,使用MFC的WM_COPYDATA方式来编程,内含exe文件,可以直接运行-Communication between two processes, the use of MFC' s approach to programming WM_COPYDATA, containing exe file can be run directly
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:56.58kb
    • 提供者:韩冬冬
  1. CommunicateThoughSharememory

    0下载:
  2. 通过共享内存机制实现两个进程之间的通信,并在其中一个进程中调用d-Communicate though share memory between two processes
  3. 所属分类:Communication

    • 发布日期:2017-05-29
    • 文件大小:11.6mb
    • 提供者:叶枫
  1. pipe

    0下载:
  2. 进程间通信的VC++源码实例集,进程之间的通信以及实现方法实例,通过一些小程序来实现,这些小程序有剪贴板实例、邮槽、匿名管道等,希望对VC++基础用户有帮助。-Interprocess communication VC++ set of source instance, the communication between the process and the method instance, some small programs to achieve these procedures cli
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2.02mb
    • 提供者:MarkZar
  1. VideoDemo

    0下载:
  2. 进程间通信的VC++源码实例集,进程之间的通信以及实现方法实例,通过一些小程序来实现,这些小程序有剪贴板实例、邮槽、匿名管道等,希望对VC++基础用户有帮助-Communication between the inter-process communication the VC++ source instance set, the process and the method instance, through a number of small programs to achieve thes
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:65.61kb
    • 提供者:suehao
  1. 进程间通信

    0下载:
  2. 可应用于同一台机器上两个或多个进程之间的相互通信(Mutual communication between two or more processes that can be applied to the same machine)
  3. 所属分类:C#编程

    • 发布日期:2017-12-26
    • 文件大小:488kb
    • 提供者:wang3397
  1. CS通信

    0下载:
  2. 基于C/S模式,用Java语言实现两个进程之间的通信。(Based on the C/S model, using Java language to achieve communication between the two processes.)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:3kb
    • 提供者:非红
« 12 3 »
搜珍网 www.dssz.com