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

搜索资源列表

  1. PIPE

    0下载:
  2. Petri网分析工具PIPE is open-source
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1442636
    • 提供者:刘耀明
  1. Pipe

    0下载:
  2. 一个Pipe的程序的源代码,写得比较经典,大家可以尝试下载看看,阿东的
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:41506
    • 提供者:keddy
  1. pipe-cmd-shell

    0下载:
  2. 使用管道来进行进程之间通讯的例子。本例演示了如何使用管道来和cmd.exe进程通讯。-This example demonstrates how to use pipe to communicate with the "cmd.exe" process.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:12553
    • 提供者:woshiguan
  1. PIPE

    0下载:
  2. 命名管道,实现进程间的双向通信,经过多次调试,已经能实现收发信息-Named pipes, to achieve two-way communication between the process, after several commissioning, has been able to send and receive information
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-19
    • 文件大小:5583539
    • 提供者:fish
  1. RedirectOutputToPipe_src

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

    • 发布日期:2017-11-15
    • 文件大小:4576
    • 提供者:站长
  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. pipe

    0下载:
  2. 一个简单的演示程序,关于如何写一个简单的pipe -Demonstration of a simple procedure on how to write a simple pipe
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:539
    • 提供者:athos
  1. FX2_pipe_high_speed_io

    0下载:
  2. FX2Pipe is a small high speed USB transfer program which can pipe stdin into the FX2 FIFO or back from the FIFO to stdout.
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:168666
    • 提供者:manta
  1. Assignment3

    0下载:
  2. The programme implement a simple shell. It could execute a command, having pipe, redircting, forward a background process and background a foreground process and so on. It is implemented using recursive.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-29
    • 文件大小:8301
    • 提供者:吴峰
  1. process

    0下载:
  2. it s a management of 5 processes calcul1, calcul2, calcul3, calcul4 and calcul5 witch share 3resources n1, n2 and n3 using pipe and socket -it s a management of 5 processes calcul1, calcul2, calcul3, calcul4 and calcul5 witch share 3resources n1, n2
  3. 所属分类:Process-Thread

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

    0下载:
  2. windows操作系统下的命名管道简单实现!-pipe
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:43268
    • 提供者:张研
  1. Pipe

    0下载:
  2. 简单的管道重定向功能!初学者可以参考!非常感谢你的下载!-A simple example about pipe redirect!primary user can stady this example!thank you for download it.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:28320
    • 提供者:Free Wang
  1. DotNetNamedPipes

    0下载:
  2. Implementing named pipe in csharp
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:480005
    • 提供者:shailesh
  1. systemc_pipe

    0下载:
  2. systemC是一种系统设计语言 基于C++,该程序实现了一个简单的pipe-systemC is a system design language based on C++, the program implements a simple pipe
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:235724
    • 提供者:weiqing
  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. pipe.txt

    0下载:
  2. 管道概述及相关API应用 有名管道概述及相关API应用-Pipeline overview and related API application named pipe API overview and related applications
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:7089
    • 提供者:wohao
  1. pipe-CMD

    0下载:
  2. 利用管道执行cmd,显示回显内容,管道加createprocess实现该功能-use pipe to execute cmd
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:5999
    • 提供者:郑炯
  1. pipe

    0下载:
  2. 进程间的通信,用命名管道的方式进行进程间的通信-namepipe ,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:136810
    • 提供者:songziquan
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com