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

搜索资源列表

  1. Pipe_Dll

    0下载:
  2. 使用PIPE完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-use PIPE completed on the same machine two processes, different machines on the two different operating systems or process under the two processes of communication.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:22.71kb
    • 提供者:Donna
  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. 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
    • 文件大小:11.69kb
    • 提供者:zhangkun
  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. Namedpiple_communication

    0下载:
  2. 进程间命名管道通信示例程序,详情见:http://blog.csdn.net/zha_1525515/archive/2009/10/04/4631951.aspx-Named pipe communication between the process of sample programs.reference:http://blog.csdn.net/zha_1525515/archive/2009/10/04/4631951.aspx
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:33.92kb
    • 提供者:hotloofah
  1. 1

    0下载:
  2. windows下进程间通信方---管道的介绍和使用实例。-Under the inter-process communication side windows--- introduction and use of pipe instance.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:37.97kb
    • 提供者:liguozheng
  1. 02

    0下载:
  2. 进程的基本概念 进程控制 进程同步 经典进程的同步问题 管程机制 进程通信 线程 -Process, the process of the basic concepts of process control the synchronization of classical process synchronization process mechanism for process communication pipe thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-02
    • 文件大小:697.46kb
    • 提供者:zixialang
  1. VC_Pipe

    0下载:
  2. 线程或进程之间的命名管道通讯实现.可以根据实际项目需求加入。-Thread or process to achieve communication between the named pipe. Can be added according to the actual needs of the project.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1.14mb
    • 提供者:
  1. pipe

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

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

    0下载:
  2. 父进程创建子进程,通过创建管道实现父进程与字进程之间的实时通信。-Parent process creates the child process, parent process by creating a pipe with the word achieve real-time communication between processes.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3.64mb
    • 提供者:wang
  1. windows-communicate

    0下载:
  2. 命名管道例子程序,实现windows 进程间的通讯-Named pipe example program, to achieve inter-process communication windows
  3. 所属分类:Process-Thread

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

    0下载:
  2. 此程序实例实现了进程通讯方式的一种:管道通讯,对理解和使用管道通信有很大帮组-In this instance the process one way to communicate: communication channels, a great group to help understand and use the pipe communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:208.29kb
    • 提供者:和撒旦
  1. pipe

    0下载:
  2. 进程间通信的VC++源码实例集,进程之间的通信以及实现方法实例,通过一些小程序来实现,这些小程序有剪贴板实例、邮槽、匿名管道等,希望对VC++基础用户有帮助。-Interprocess communication VC++ set of source instance, the communication between the process and the method instance, some small programs to achieve these procedures cli
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2.02mb
    • 提供者:MarkZar
  1. Pipe

    0下载:
  2. A进程启动B进程,A、B之间建立一个管道Pipe,A、B之间利用管道进行数据通信-A process to start the process B, A, B is established between a pipe the Pipe A, B, between the use of pipelines for data communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-16
    • 文件大小:295.08kb
    • 提供者:海子
  1. Process

    0下载:
  2. 程序之间通过建立管道进行通信,压缩包中有两个工程,分为主程序Process和接受端Receiver。-Between programs through the establishment of a communication pipe, compression package has two projects into the main program Process and the receiving end Receiver.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:1.7mb
    • 提供者:zhanghang
  1. pipe

    0下载:
  2. A)编写myls在既定的文件中列出当前工作目录文件的个性化列表(每行一个文件目录包括inode 号,硬链接数,文件名,大小,最近修改时间),不需要排序。并且报告处理花费的总时间(屏幕显示)。 B)Process – model ( fork() + exec() + pipe() ): parent 进程:产生 child 进程,接受并显示 child 进程传回的信息。 child 进程:调用 exec(),执行 A) 中的myls可执行文件(将所花费的时间报告给父进程)。 -a
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1.33kb
    • 提供者:周易宸
  1. process-communicate

    0下载:
  2. 在vc6.0的mfc里面用c++开发的操作系统上机作业,打开父进程debug文件夹里面的父进程exe,即可点击创建子进程,发送消息,以管道方式通信。-In vc6.0 of mfc eyed on c++ operating system developed machine operation, open the parent folder inside debug the parent process exe, you can click create a child process, sen
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-16
    • 文件大小:3.54mb
    • 提供者:xdrdh
  1. Pipe

    0下载:
  2. c++ 管道实例 使用的是匿名管道,项目中创建子进程,半双工通信-c++ pipe instances using anonymous pipes, the project to create a child process, half-duplex communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:4.87kb
    • 提供者:闵洪斌
« 12 »
搜珍网 www.dssz.com