搜索资源列表

  1. 管道通信类

    0下载:
  2. 一个很好的管道通信类,可以实现管道通信的各种机制。-a good communication channel category, can achieve a channel communication mechanisms.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:30042
    • 提供者:沈华伟
  1. linux进程间通信的例子

    0下载:
  2. 用简单的例子实现了用命名管道实现进程间通信-simple example of the realization of the named pipe used to achieve inter-process communication
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:wf
  1. 进程控制实验

    0下载:
  2. 操作系统实验,进程控制实验,Process.exe为父进程执行程序ChildProcess.exe为子进程执行的程序 该程序实现了进程间的消息通信,共享储存区通信以及管道通信-experimental operating system, process control experiments, Process.exe designation process ChildProcess.exe procedures for the im
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:1948672
    • 提供者:俞鹏
  1. 管道通信类

    0下载:
  2. 一个很好的管道通信类,可以实现管道通信的各种机制。-a good communication channel category, can achieve a channel communication mechanisms.
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:29696
    • 提供者:沈华伟
  1. PipeSourceCode

    0下载:
  2. 此程序为WINDOWS下用VC实现的利用命名管道通信的程序-procedure for Windows using the VC using named pipe communication procedures
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:12288
    • 提供者:余庆祥
  1. NamePipe

    0下载:
  2. 自己封装的管道通信类,可简单修改后用于需要管道技术的程序中,并附带测试程序。-own package Pipeline Communications, simple modifications necessary for the pipeline technical procedures, test procedures and fringe.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:8211456
    • 提供者:
  1. popeconnect

    0下载:
  2. 实现进程的管道通信。用系统调用pipe( )建立一管道,二个子进程P1和P2分别向管道各写一句话: Child 1 is sending a message! Child 2 is sending a message! 父进程从管道中读出二个来自子进程的信息并显示(要求先接收P1,后P2)。 -process of the realization of the communication channel. With
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:钟洁
  1. mypipe

    0下载:
  2. 两个匿名管道通信的源代码,经通过测试,能在两个可执行文件之间获取数据。-two anonymous communication channel source code, the test in two executable files between data acquisition.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-18
    • 文件大小:34816
    • 提供者:王晓鹏
  1. namepipe

    0下载:
  2. 该程序是一个命名管道通信的例子,包括命名管道服务器和命名管道客户端两部分组成-The program is a named pipe communication examples, including the Named Pipes Named Pipes server and the client is composed of two parts
  3. 所属分类:通讯编程

    • 发布日期:2024-05-18
    • 文件大小:50176
    • 提供者:白彬
  1. linuxInterprocessCommunication

    0下载:
  2. 讲解linux 下进程通信、管道通信、信号、内存共享等编程。-Under linux on the process of communications, pipeline communications, signals, memory sharing program.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:166912
    • 提供者:zwgei
  1. pipe

    0下载:
  2. 转自网上,非原创。简单的进程管道通信编程实例,通过建立管道,调用cmd.exe-Transfer from the Internet, non-original. Simple process of pipeline communication programming examples, through the establishment of channels, call cmd.exe
  3. 所属分类:进程与线程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:王欣欣
  1. guandao

    0下载:
  2. 通过vc++实现管道通信,解决多进程之间通信的问题。 -Through vc++ Realize pipeline communications, multi-process solution to the problem of communication between.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-18
    • 文件大小:204800
    • 提供者:zjc
  1. LinuxShare

    0下载:
  2. 进程管道通信-The process of pipeline communications
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:55296
    • 提供者:zhaopengfei
  1. jc

    0下载:
  2. 进程的管道通信,可用来加强对进程通信的理解.-The process of communication channels that can be used to enhance the understanding of the process of communication.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:li
  1. ipc

    0下载:
  2. 管道创建和关闭,管道通信主要用于不同进程之间的通信!-Pipeline creation and closure of the main communication channels for communication between different processes!
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:崔强
  1. PIPE

    0下载:
  2. Windows 操作系统中 进行 管道 通信-Windows operating system to pipe communication
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:YOYO
  1. BatCmdRun

    0下载:
  2. 实现windows下的管道通信,可以通过管道实现cmd的命令交互,比如应用程序中需要通过ADB命令和设备通信,可以通过参考代码实现(Pipeline communication under windows can be achieved through the pipe CMD command interaction, such as applications need to communicate through the ADB co
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:12578816
    • 提供者:阿刘哥
  1. OS课程设计

    0下载:
  2. 本科操作系统课程设计实现管道通信 通过在两个进程间创建通道,一个写信息通过通道传送给另一个进程并且读出来(pipeline communication)
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:317440
    • 提供者:吊兰飞星
  1. nodejs父子进程的stream方式通信

    0下载:
  2. 父子进程使用管道通信,对于spawn方式创建的子进程,没有默认管道,所以需要使用此中方式,另外,通过nodejs创建出来的其他进程,比如java,c,都可以使用输入输出流来实现更复杂更安全的通信(The father child process uses pipeline communication, and there is no default pipe for the subprocesses created by the spa
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:GladiatorNick
  1. 进程的创建和管道通信

    0下载:
  2. 进程的创建和管道通信使用系统调用pipe ( )建立一条管道 创建2个子进程,两个子进程P1和P2分别向管道各写一句话: Child 1 is sending a message! Child 2 is sending a message! 父进程从管道中读出来自于两个子进程的信息,并显示在屏幕上(Process creation and pipeline communication)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:711680
    • 提供者:仓鼠123
« 12 3 4 5 6 7 8 9 10 ... 21 »

源码中国 www.ymcn.org