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

搜索资源列表

  1. NamedPipe

    0下载:
  2. C++实现的命名管道程序,个人实现的,可以实现双向通信,客户端向服务器进行查询,服务器查询后台,返回结果。-C++ implementation of named pipes procedures, personal achievement, and allows two-way communication, the client query to the server, the server queries the background and return the results.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:16254
    • 提供者:吴强
  1. shuilijisuan

    0下载:
  2. 水力计算程序,简单的管道水力计算程序,依照无限元方法-Hydraulic calculation procedures, a simple hydraulic calculation procedures, in accordance with infinite element method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:864
    • 提供者:宋传飞
  1. 1

    0下载:
  2. 主题:进程的管道通信 内容:这是一个设计型实验,要求自行编制程序。 使用系统调用pipe()建立一条管道,两个子进程分别向管道写一句话: Child process1 is sending a message! Child process2 is sending a message! 父进程从管道读出来自两个子进程的信息,显示在屏幕上。 要求: 1) 父进程先接收子进程1发来的消息,然后再接收子进程2发来的消息。 2) 实现管道的互斥使用,当一个子进程正在对
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:7713
    • 提供者:小斧子
  1. zsy

    0下载:
  2. 先定义两个发送端A和B,发送端A和发送端B用消息管道相连接。从发送端A发送一个大数据量的字符串数据到接收端B,在发送端此大容量字符串被分解成几个帧来进行传送,自己设定相应的接收窗口容量,并使用滑动窗口协议的基本算法思想,是发送端A的字符串数据完整的传送到B端。-A first define the two transmitter and B, the sender A and B by sending a message pipe is connected. From the sender to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:862368
    • 提供者:赵思宇
  1. Process-communication

    1下载:
  2. ? 编写两个进程,一进程负责发送字符 串,另一进程负责接收字符串; ? 支持Windows/linux的的共享存储区、消息、有名和无名管道、Socket通信 ? 发送进程应可以从窗口或键盘上接收字符串; ? 接收进程应可将字符串显示在窗口上; -? preparation of two processes, a process responsible for sending a string, another process is responsible for receivin
  3. 所属分类:Windows Develop

    • 发布日期:2015-12-22
    • 文件大小:119808
    • 提供者:陈明
  1. cniminggd

    0下载:
  2. 匿名管道程序测试源代码,定义结构体SECURITY_ATTRIBUTES变量,填充结构体中的各成员,创建匿名管道,定义并初始化结构体,填充结构体中的各个成员,从匿名管道中读取的数据等。 -Anonymous pipe program testing source code, the definition of structure SECURITY_ATTRIBUTES variables, fill in the structure members, create an anonymous
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:7177
    • 提供者:祝伟
  1. 管道模拟令牌环

    0下载:
  2. 本学期Linux的一个小作业,自己查阅资料后模拟实现的,待改进的地方很多~
  3. 所属分类:系统编程

  1. NamedPipe

    0下载:
  2. 通过命名管道实现两个进程之间的通信,包括从管道中读取内容和写入内容到管道。使用VC++6.0实现。文档中有详细介绍。(Communicating between two processes by named pipes, including reading content from the pipe and writing content to the pipe. Using VC++6.0 implementation. The document is described in detail.
  3. 所属分类:进程与线程

  1. 命名管道:FIFO

    0下载:
  2. 命名管道也被称为FIFO文件,它是一种特殊类型的文件,它在文件系统中以文件名的形式存在,但是它的行为却和之前所讲的没有名字的管道(匿名管道)类似。 由于Linux中所有的事物都可被视为文件,所以对命名管道的使用也就变得与文件操作非常的统一,也使它的使用非常方便,同时我们也可以像平常的文件名一样在命令中使用。(A named pipe is also known as the FIFO file, it is a special type of document and its file n
  3. 所属分类:Linux/Unix编程

  1. BatCmdRun

    0下载:
  2. 实现windows下的管道通信,可以通过管道实现cmd的命令交互,比如应用程序中需要通过ADB命令和设备通信,可以通过参考代码实现(Pipeline communication under windows can be achieved through the pipe CMD command interaction, such as applications need to communicate through the ADB command and equipment, you can a
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:12578816
    • 提供者:阿刘哥
  1. tubeLike

    2下载:
  2. 根据中心线点坐标和半径即可绘制出管道三维表面(Three - dimensional pipe drawing)
  3. 所属分类:3D图形编程

    • 发布日期:2017-12-13
    • 文件大小:1480
    • 提供者:q1925642744
  1. 工业管道图形绘制软件GDCad

    0下载:
  2. 工业管道图形绘制当时发生的范围吴青峰我绯闻绯闻(sfge sfasfsadfsadf fdsaf s)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:2312192
    • 提供者:语晨
  1. PipeDemo

    0下载:
  2. 基于windows MFC开发的Pipe 管道程序 Demo(Pipe pipeline program developed based on windows MFC Demo)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:18549760
    • 提供者:Debugman
  1. OS课程设计

    0下载:
  2. 本科操作系统课程设计实现管道通信 通过在两个进程间创建通道,一个写信息通过通道传送给另一个进程并且读出来(pipeline communication)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-05
    • 文件大小:317440
    • 提供者:吊兰飞星
  1. PIPE_Sample

    0下载:
  2. 演示了在网络编程过程中管道通讯的开发方法,本例采用delegate技术。(This paper demonstrates the development method of pipeline communication in the network programming process. This example uses delegate technology.)
  3. 所属分类:网络编程

    • 发布日期:2018-01-05
    • 文件大小:472064
    • 提供者:NM心语
  1. 2v tube

    0下载:
  2. 能能够模拟2位管道流场,是计算流体和计算传热学中的一个经典问题(simulate two pipeline flow field)
  3. 所属分类:仿真建模

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:hao-dada
  1. 管道源码

    0下载:
  2. 易语言genesis管道接口,支持所有Genesis(genesis scr ipt all geneeiss ver)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:68608
    • 提供者:光明n
  1. exp1_pipe

    0下载:
  2. 几个linux下创建管道的例子,可以用来理解管道的原理。包括无名管道,FIFO(An example of creating a pipe under Linux can be used to understand the principles of the pipeline)
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:winterplum
  1. code

    0下载:
  2. 两个例子。用来学习管道读写数据,管道阻塞。从中理解管道读写数据原理(Two examples. Used to learn pipeline reading and writing data, pipe blocking. Understanding the principle of pipeline reading and writing data)
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:winterplum
  1. Z值计算

    1下载:
  2. 天然气压缩因子Z值计算,可用于长输管道模拟(natural gas z calculator)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:62464
    • 提供者:harryhzg
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com