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

搜索资源列表

  1. CAnonPipe_src.zip

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

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

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

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

    0下载:
  2. 实现GUI程序与控制台程序的管道通讯~-achieve GUI procedures and the procedures for console communication channels ~
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:27.87kb
    • 提供者:蒋露
  1. ProcessA

    0下载:
  2. 用vc来进行模拟进程间的通讯,有消息通讯,通过内存映像通讯和管道通讯,界面操作简单,容易理解,非常适合初学者学习.-vc used to simulate inter-process communications, messaging, communications and memory mapping pipeline communications, the interface is simple, easy to understand and are very suitable for be
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:20.72kb
    • 提供者:王军
  1. NamedPipe

    1下载:
  2. 多线程编程命名管道通讯,主要供初学者观看
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:69.62kb
    • 提供者:LauStephen
  1. NamedPipe

    0下载:
  2. 管道通讯,比SOCKET快,达到5M/s以上
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:112.8kb
    • 提供者:ghf_king
  1. USB通讯协议

    0下载:
  2. USB驱动协议的简化版。如果你想打开一个USB管道,你首先要知道这种USB设备的GUID和管理道名称,获取句柄以后就可以使用ReadFile/WriteFile进行读写了!-USB drives a simplified version of the agreement. If you want to open a channel USB, you must first know the GUID USB devices Road names and management, acquisitio
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:2.13kb
    • 提供者:郑卓超
  1. NamespcExtGuide1_src.zip

    0下载:
  2. 命名管道通讯,支持多节点的,本地网络无缝连接,Named Pipes communications, support multi-node, the local network seamlessly
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:48.17kb
    • 提供者:970608
  1. MultiThread

    0下载:
  2. 多线程编程,进程通讯,管道通讯,-MultiThread
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1.15mb
    • 提供者:wolaiyule
  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. pipe_cs

    0下载:
  2. 这是一管道程序,两个工程运行起来后,可利用管道相互通讯。-This is a pipeline process, the two projects up and running, you can communicate with each other using pipes.
  3. 所属分类:Communication

    • 发布日期:2017-04-29
    • 文件大小:86.04kb
    • 提供者:fatmouse
  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. MyCMD

    0下载:
  2. 用vb模拟XP/Vista的命令提示符窗口 采用的是管道通讯的API实现 本程序不是一个控制台应用程序,是实打实的Win32 GUI 值得借鉴的地方主要是管道通讯,以及对命令文本的处理思想。-With vb Analog XP/Vista command prompt window is a channel of communication used by API to achieve this process is not a console applicatio
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:41.84kb
    • 提供者:Neko
  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. About-Pipe

    0下载:
  2. 学习管道通讯时的小程序,内附有我的学习总结。-Learning applet communication channels, enclosing my study concluded.
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:1.42mb
    • 提供者:斗笠
  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. Examples

    0下载:
  2. jxta 教程代码 用于学习基本对等组 管道 通讯等基本构造-jxta tutorial code is used to learn the basic of the basic structure of the peer group pipeline communications
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:103.22kb
    • 提供者:lihua
  1. 4374892

    0下载:
  2. 用vc来进行模拟进程间的通讯,有消息通讯,通过内存映像通讯和管道通讯,界面操作简单,容易理解,非常适合初学者学习()
  3. 所属分类:对话框与窗口

    • 发布日期:2018-04-22
    • 文件大小:16kb
    • 提供者:qrpws
« 12 3 »
搜珍网 www.dssz.com