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

搜索资源列表

  1. unix

    0下载:
  2. linux下的进程间通信,里面有无名管道通信的代码和结果。-linux pipe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:9383
    • 提供者:玄岳
  1. MingMingGuanDao

    0下载:
  2. 命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的不同计算机的不同进程之间,支持可靠的、单向或双向的数据通信。不需要事先深入掌握基层网络传送协议(如 T C P / I P或I P X)的知识。这 是由于命名管道利用了微软网络提供者(M S N P)重定向器,通过一个网络,在各进程间建立 通信。-Named Pipes can be on the same computer between different processes, or across a network of d
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:761702
    • 提供者:kunlunshanjiao
  1. 004

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

    • 发布日期:2017-05-03
    • 文件大小:761714
    • 提供者:李帆
  1. parent

    0下载:
  2. 1、创建一个基于单文档的应用程序 2、添加菜单及菜单项: 匿名管道 创建管道 读取数据 写入数据 -1, to create a single document based on the application 2, add the menu and menu items: Create anonymous pipe to read data into the data pipeline
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:265307
    • 提供者:hjw
  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
    • 文件大小:88101
    • 提供者:fatmouse
  1. namepipe

    0下载:
  2. 用命名管道技术实现网络通信,还不错可以一看-named pipe named pipe named pipe named pipe named pipe
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:123682
    • 提供者:李兴楷
  1. testFlowCtrl

    0下载:
  2. 应用VC做的管道流动控件,对工业控制很有用-Application of VC flow control pipelines do, very useful for industrial control
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:965034
    • 提供者:dinghongtao
  1. pipe

    0下载:
  2. 一个简单的linux管道通信例子,方便初学linux的朋友-A simple example of linux channels of communication to facilitate learning linux friends
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:2175
    • 提供者:sbyygyfd
  1. MessageCenter

    1下载:
  2. 这是一个消息收发器,集合了六种常用协议,如SOCKET,WM_COPYDATA,命名管道等,是协助程序员测试的利器。-This is a message send/recv program, with 6 common protocals, such as socket, wm_copydata, named pipe and so on, will be very useful for the coder.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-12-09
    • 文件大小:456365
    • 提供者:熊振
  1. NamedPipe

    0下载:
  2. 命名管道的应用实例,VC6,非常好的源码,对初学者和高级程序人员都有实用价值-Named pipe application examples, VC6, very good source for beginners and advanced programmers have a practical value
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:52038
    • 提供者:刘萌
  1. pipe

    0下载:
  2. linux 下进程间的通信,用管道方式实现!-pipe of linux
  3. 所属分类:Linux-Unix program

    • 发布日期:
    • 文件大小:5405
    • 提供者:xc
  1. PIPE

    0下载:
  2. Windows 操作系统中 进行 管道 通信-Windows operating system to pipe communication
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-24
    • 文件大小:8788
    • 提供者:YOYO
  1. NamedPipeLib

    1下载:
  2. 这是一个命名管道的访问例子,比较好的C#例子,实现的封装比较好。-It s a sample that implement named pipes.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:46218
    • 提供者:mg
  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
    • 文件大小:85112
    • 提供者:sss
  1. pipe

    0下载:
  2. 进程间通信的一直方式,采用管道,此处用的是匿名管道,即子进程与父进程间的通信-Inter-process communication methods have been used pipe, used here is the anonymous pipe, that is, the child process and parent inter-process communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-14
    • 文件大小:3760884
    • 提供者:yuanzi
  1. signal-comminication

    0下载:
  2. linux高级编程中有关于进程间通信 管道和信号等重要操作的源代码实例 非常的详细 希望大家喜欢-Advanced Programming in the linux on the inter-process communication channels and signal operation and other important details of the source code for examples of great hope that everyone likes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:7523
    • 提供者:韩佳楠
  1. simple

    1下载:
  2. 突然扩张管道中流动问题,用C语言编写有注释,学习CFD比较有参考价值.-A sudden expansion pipe flow problem, using C language with a comment, have more to learn CFD reference value.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:95123
    • 提供者:zhou
  1. programming

    0下载:
  2. VC++下对匿名管道的编程实现 VC + + programming under the anonymous pipe to achieve-VC++ programming under the anonymous pipe to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:4847
    • 提供者:longfnb
  1. MSP430_oilandgass_receive

    1下载:
  2. 用于油气管道泄漏检测的MSP430F167单片机程序-For oil and gas pipeline leak detection program MSP430F167 microcontroller
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:1002
    • 提供者:cughd
  1. 1111

    0下载:
  2. 创建一个工业用的管道,可以实现流体的流动-Create a pipeline for industrial use, the fluid flow can be achieved
  3. 所属分类:Windows Develop

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