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

搜索资源列表

  1. CAnonPipe_src.zip

    0下载:
  2. 一个使用匿名管道实现进程间通讯的程序
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:7.14kb
    • 提供者:
  1. ConnectionPipe_demo.zip

    0下载:
  2. 不同机器之间使用命名管道(named pipe)通讯
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:452.73kb
    • 提供者:
  1. Codeps

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. Analysis and comparison of several inter-process communication advantages and
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:229.1kb
    • 提供者:李君懿
  1. NamedPipeClt

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点-explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. And a comparative analysis of these types of inter-process communication on th
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:28.96kb
    • 提供者:cq_3964
  1. Lesson17

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8.55kb
    • 提供者:张建顺
  1. Code

    0下载:
  2. 进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:227.49kb
    • 提供者:hu
  1. CAnonPipe_src

    0下载:
  2. 一个使用匿名管道实现进程间通讯的程序- A use anonymous pipeline realizes the advancement the communication procedure
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-10
    • 文件大小:7.45kb
    • 提供者:站长
  1. ConnectionPipe_demo

    0下载:
  2. 不同机器之间使用命名管道(named pipe)通讯-the demo of connection among different pc using named pipe
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:453.04kb
    • 提供者:站长
  1. 004

    0下载:
  2. 关于命名管道或命名管线这种简单的进程之间的通讯机制。-On the named pipe or named pipe that simple communication mechanism between processes.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-03
    • 文件大小:743.86kb
    • 提供者:李帆
  1. process-pipe

    0下载:
  2. 一个基于父进程和子进程之间用匿名管道进行进程通讯的实例,附带了可执行文件以及全部源码。非常好的了解匿名管道机制的程序。-One based on the parent process and child processes to process communication with the anonymous pipe instance comes with an executable file and all source code. A very good understanding of
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:83.12kb
    • 提供者:sss
  1. VC_Pipe

    0下载:
  2. 线程或进程之间的命名管道通讯实现.可以根据实际项目需求加入。-Thread or process to achieve communication between the named pipe. Can be added according to the actual needs of the project.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1.14mb
    • 提供者:
  1. windows-communicate

    0下载:
  2. 命名管道例子程序,实现windows 进程间的通讯-Named pipe example program, to achieve inter-process communication windows
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:28.51kb
    • 提供者:
  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
    • 文件大小:49.33mb
    • 提供者:李永明
  1. heisiik123

    0下载:
  2. 运用文件共享、互斥体、信号量、关键段、油槽及管道实现线程同步和进程通讯。-The use of file sharing, and mutexes, semaphores, critical sections, tank and piping, thread synchronization and interprocess communication.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-29
    • 文件大小:11.32mb
    • 提供者:孤独求败
  1. Code1

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Detailed interpretation of the process of communication between four ways: the clipboard, anonymous pipe, named pipe and mail slot. And comparative analysis of the process of the communication betw
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:227.37kb
    • 提供者:lj
  1. pipe

    0下载:
  2. 此程序实例实现了进程通讯方式的一种:管道通讯,对理解和使用管道通信有很大帮组-In this instance the process one way to communicate: communication channels, a great group to help understand and use the pipe communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:208.29kb
    • 提供者:和撒旦
  1. OS-interprocess-communication

    0下载:
  2. 操作系统进程通信,包括进程间的四种通讯方式:管道FIFO,信号,消息队列, 共享内存-OS interprocess communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-14
    • 文件大小:53.85mb
    • 提供者:
  1. 1927453

    0下载:
  2. 不同机器之间使用命名管道(named pipe)通讯()
  3. 所属分类:进程与线程

    • 发布日期:2018-01-05
    • 文件大小:368kb
    • 提供者:schedflu
搜珍网 www.dssz.com