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

搜索资源列表

  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
    • 文件大小:612byte
    • 提供者:hc
  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
    • 文件大小:12.26kb
    • 提供者: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
    • 文件大小:5.32mb
    • 提供者:fish
  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
    • 文件大小:150kb
    • 提供者:周晓宇
  1. pipe

    0下载:
  2. 操作系统编程,利用pipe管道实现进程间通信,linux环境下gcc编译-Operating system programming, the use of pipe pipeline implementation process communication, linux environment gcc compiler
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 进程之间的一种通信方式,简单的进程通信-Process, a means of communication between the simple process of communication ~ ~ ~
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:56.85kb
    • 提供者:
  1. pipe

    0下载:
  2. 输油管道问题程序,比较简单,大家凑合着用吧-The issue of pipeline process is relatively simple, we make do with using it
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7.14mb
    • 提供者:宋鹏
  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
    • 文件大小:8.11kb
    • 提供者:吴峰
  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
    • 文件大小:21.44kb
    • 提供者:lily
  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
    • 文件大小:83.12kb
    • 提供者: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
    • 文件大小:3.59mb
    • 提供者:yuanzi
  1. pipe

    0下载:
  2. 该程序先使用pipe()函数创建一个临时通信管道,然后使用fork()创建两个子进程,使用write()函数向管道两次写入”I’m parent process。”的信息,两个子进程使用read()函数从管道中获取信息并输出,然后两个子进程分别向管道写入”I’m child process a”和”I’m child process b”信息,由父进程从管道中读出并显示。在使用write()函数前,需要先使用lockf()函数锁住管道,写完信息后再解锁管道。-The program first
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:768byte
    • 提供者:JK
  1. tribon-pipe-data

    0下载:
  2. Tribon M3管系生产信息提取程序(python程序应用)-Production information management system Tribon M3 extraction process (python program application)
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:4.05kb
    • 提供者:xujinxiang1
  1. process-ex2

    0下载:
  2. 这个程序是关于PIPE 和 FORK的运用,适合新手入门-This program is about the use of PIPE and FORK for Getting Started
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:681byte
    • 提供者:zheng cheng
  1. pipe

    0下载:
  2. 管道是UNIX系统和类UNIX系统都支持的通信机制,它也是进程间通信(IPC,Inter-Process Communication)最古老的形式之一。管道是半双工的,如果要实现双向通信,需要建立两个管道。管道只能用于具有亲缘关系的进程间进行通信,如果两个完全无关的进程进行通信,则需要使用有名管道,即FIFO。 本实验父进程从控制台读数据,并向管道中写字符串。子进程将父进程经由管道传输过来的字符进行大小写互转,然后将装换后的字符送回父进程。 实验环境 Redhat9.0-Pipeli
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:899byte
    • 提供者:tiger
  1. pipe

    0下载:
  2. 实现了两个子进程之间管道通信, 一个进程创建俩个子进程,子进程向父进程写消息-implements the two child process to communite in pipe
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:135.19kb
    • 提供者:huboaaaa
  1. pipe

    0下载:
  2. 用于测试进程间通过有名管道的通信,挺好用的-Used to test the inter-process communication through named pipes, very good use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1.18kb
    • 提供者:lxdong
  1. pipe

    0下载:
  2. 本实验父进程从控制台读数据,并向管道中写字符串。子进程将父进程经由管道传输过来的字符进行大小写互转,然后将装换后的字符送回父进程。-In this study, the parent process read data from the console, write to the pipe string. The child process the parent process through the tunnel over the character case conversion, and
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:18.67kb
    • 提供者:sdf
  1. SendData(Pipe)

    0下载:
  2. Send Data Pipe Internal Process Commuication
  3. 所属分类:Delphi VCL

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

    0下载:
  2. 利用管道打开一个exe控制台程序,并向其传递参数-exe pipe process
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-16
    • 文件大小:26.03kb
    • 提供者:huan
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com