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

搜索资源列表

  1. pipe

    1下载:
  2. Linux平台下的用c语言实现pipe(进程间通信的一种),请站长接收
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1792
    • 提供者:qq
  1. Pipe List Source

    0下载:
  2. 列出系统PIPE
  3. 所属分类:源码下载

  1. pipe

    0下载:
  2. linux下管道监视程序,父进程通过管道发送信息给子进程-linux monitoring procedures under the pipeline, the father of the process of sending information through the pipeline to the child process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:612
    • 提供者:hc
  1. pipe.c

    1下载:
  2. Linux下管道通信,用管道一端用shell执行命令,在另一端读取命令结果-Linux, pipe communication with the pipeline one end of the shell to execute command to read the results of the command at the other end
  3. 所属分类:Embeded Linux

    • 发布日期:2015-09-30
    • 文件大小:1024
    • 提供者:Folwind
  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. source

    0下载:
  2. VC实现的pipe管道和邮槽的sourcecode,由于网络编程方面较为实用,用VC环境可编译-VC implementation pipe pipes and mail slots sourcecode, due to more practical aspects of network programming with VC++ can be compiled
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-31
    • 文件大小:13780568
    • 提供者:tustin
  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. pipeLinuxExample

    0下载:
  2. pipe的实现的Example,基于Linux-pipe the realization of the Example, based on Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1401
    • 提供者:qq
  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. ao_vb_GIS

    0下载:
  2. 基于VB+ArcObject组件进行的GIS二次开发,该软件源码是关于城市地下管网系统的。是相当成熟的市场软件,绝不是粗糙的个人毕业设计~~希望对GIS同行能够有所帮助。其实,对于一个GIS开发人员,二次开发能够读通或完成一个有难度的GIS项目就足矣啦~此例就能帮你完成由菜鸟到高手的进化~!-Based on VB+ ArcObject components of the secondary development of the GIS, the software source code is
  3. 所属分类:GIS program

    • 发布日期:2017-05-28
    • 文件大小:10532908
    • 提供者:坦坦
  1. l-out.c

    0下载:
  2. The pipe "|" char in linux rewrite in C. Another example of managing streams in C.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:871
    • 提供者:lupsyn
  1. pipe

    0下载:
  2. 实现操作系统中管道的功能,让大家对管道有更深刻的认识。-Realize the function of pipeline operating systems, so that everyone on the pipeline have a better understanding.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-27
    • 文件大小:298127
    • 提供者:明明
  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. Windows_CMD_Emulator

    0下载:
  2. Windows CMD Emulator is Based Upon Creating a Pipe to Read and Write Data to, it Opens a CMD Window Hidden and Starts Sending and Receiving Data from it using a simple SetTimer Event
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:236217
    • 提供者:Nameless
  1. pipe

    0下载:
  2. pipe通讯管道在windows和linux下的实现-pipe windows linux
  3. 所属分类:Network Security

    • 发布日期:2017-04-02
    • 文件大小:51348
    • 提供者:prettywolf
  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. 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. 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 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com