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

搜索资源列表

  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. 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. n queen的管道风格,调用返回风格,黑板风格等实现

    0下载:
  2. n queen的管道风格,调用返回风格,黑板风格,管道风格实现
  3. 所属分类:JSP源码/Java

  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 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com