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

搜索资源列表

  1. 实现匿名管道的类

    0下载:
  2. 实现匿名管道的类 转载请注明来源: 开源盛世-源代码下载网 http://www.vscodes.com -anonymous pipeline category reproduced indicate the source : Open source Spirit-source code download network http://www.vscodes.com
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7924
    • 提供者:严发虎
  1. 569999进程管道的vc实现

    0下载:
  2. 进程通信管道模拟,上课时的作业留下的程序,经过老师修改课执行-process communication channel simulation class left the operating procedures are followed, the implementation of the teachers change classes
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:15970
    • 提供者:刘新门
  1. 命名管道封装类

    1下载:
  2. 命名管道用于服务与其客户端之间的通信。
  3. 所属分类:进程与线程

    • 发布日期:2010-09-09
    • 文件大小:38778
    • 提供者:xndr@163.com
  1. NamespcExtGuide1_src.zip

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

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

    0下载:
  2. 命名管道.pdf 介绍命名管道的原理和应用实现。对于进程间通信是个很好的东西。-Named Pipes. Pdf named pipe to introduce the principles and applications. For inter-process communication is a good thing.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:937558
    • 提供者:danny
  1. the_simple_of_communication

    0下载:
  2. windows中进程通信,主要是利用匿名管道来通信-windows in the process of communication, mainly the use of anonymous pipes to communicate
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3761608
    • 提供者:陈明
  1. testPipe

    0下载:
  2. 用vc开发的,工业管道控件实现的源代码,有横向的、左上、左下、右上、右下的拐角的实现。-Developed using vc, industrial pipeline control to achieve the source code, there are horizontal, upper left, lower left, upper right, lower right corner of the achievement.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:35519
    • 提供者:来秀君
  1. RedirectOutputToPipe_src

    0下载:
  2. 将标准输出重定向到一管道-The example of redirecting standard output to an pipe
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:4576
    • 提供者:站长
  1. CAnonPipe_src

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

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

    0下载:
  2. 命名管道的封装MFC类。含客户端和服务器端- Names the pipeline the seal MFC kind. Contains the customer end and the server end
  3. 所属分类:Process-Thread

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

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

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

    0下载:
  2. Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:153605
    • 提供者:周晓宇
  1. Lesson17Code

    0下载:
  2. 命名管道是通过网络来完成进程间的通信,它屏蔽了底层的网络协议细节。我们在不了解网络协议的情况下,也可以利用命名管道来实现进程间的通信。 命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。-A named pipe is through the network to complete the process of communication, which sh
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:235110
    • 提供者:王大勇
  1. Linux_envirnment_communication

    0下载:
  2. 该函数创建的管道的两端处于一个进程中间,在实际应 用中没有太大意义,因此,一个进程在由pipe()创建管道后,一般再fork一个子进程,然后通过管道实现父子进程间的通信-The function at the two ends of the pipeline to create a process in the middle, in practical applications is not much significance, therefore, a process by the pipe
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-26
    • 文件大小:11967
    • 提供者:zhangkun
  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. vb.net cmd管道

    1下载:
  2. cmd管道,可以实时接受输出和输入与在cmd下操作没有区别(The CMD pipeline accepts output and input in real time, and makes no difference to the operation under CMD)
  3. 所属分类:进程与线程

    • 发布日期:2017-11-02
    • 文件大小:275456
    • 提供者:huzibbs
  1. 非牛顿行流体所需的管道直径

    0下载:
  2. 管道内幂定律流体水平流动,估算非牛顿行流体所需的管道直径(Estimate the diameter of the pipe needed for non - Newtonian fluids)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:52224
    • 提供者:mengxian
  1. 可压缩准一维管道无粘流动-欧拉方程-MacCormack

    5下载:
  2. 本题利用一维欧拉方程求解可压缩一维无粘管道流动,并针对出口不同的条件,出口亚音速和出口超音速两种不同条件,将流道进行网格划分,利用MacCormack进行差分求解,得到管道内的总压、马赫数、总焓、内能的分布,并给出计算过程中残差收敛的过程。(A one-dimensional Euler equation is used to solve the compressible one-dimensional viscous pipe flow, and the flow channel is mes
  3. 所属分类:其他

    • 发布日期:2020-06-09
    • 文件大小:143360
    • 提供者:机械小子
  1. VB 管道方式执行CMD命令并返回结果

    1下载:
  2. 模拟cmd VB 管道方式执行CMD命令并返回结果
  3. 所属分类:Windows编程

  1. 管道流瞬变分析编程

    0下载:
  2. 当管道终点处突然关阀,管道上游时大罐,此时计算关阀时管道各处不同时间点瞬时压力(Calculating the Pressure of Pipeline at Closing Valve)
  3. 所属分类:其他

    • 发布日期:2021-03-08
    • 文件大小:24576
    • 提供者:rabbit007
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com