CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 进程 管道 通信

搜索资源列表

  1. VcNamePipe

    0下载:
  2. 利用命名管道邮槽来实现进程间的通信,程序包括客户端和服务端-use named pipes Post chutes to achieve inter-process communication, procedures, including client and server
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:68860
    • 提供者:黄磊
  1. processcomunication

    0下载:
  2. 此程序是在MFC下分别用匿名管道,命名管道和邮槽3种方法实现的进程之间的通信 -this procedure is the MFC respectively anonymous pipeline named pipes and mail chutes three different methods to achieve the communication process between the
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:202551
    • 提供者:zhaodetao
  1. guandaotongxin

    0下载:
  2. 1、 了解系统调用pipe()的功能和实际原理 2、 编写一段程序,使用管道实现父子进程之间的通信 a) 使用系统调用fork()创建一个子进程 b) 子进程调用函数write()向父进程发送自己的进程ID和字符串” s sending a message to parent.\\n”。 c) 父进程调用函数read()通过管道读出子进程发来的消息,将消息输出屏幕,然后终止 -1, the understanding of the system call pipe () fu
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4476
    • 提供者:witkey_eagle
  1. DLLCallDemo

    0下载:
  2. 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Windows 2000 environment, the proc
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:76941
    • 提供者:钱青鱼
  1. pipe4

    0下载:
  2. unix系统编程时,非常重要的是进程间的通信,本例为一种实现方式:管道
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1141
    • 提供者:脱立恒
  1. linux_process_communication

    0下载:
  2. 本资源中含有有关LINUX进程通信的一些文章,从详细说明了信号量、管道以及消息队列等方式介绍。
  3. 所属分类:软件工程

    • 发布日期:2014-01-17
    • 文件大小:345224
    • 提供者:连达
  1. 17_jinchengtongxin

    0下载:
  2. 进程通信有很多方式,此处的源码用的是命名管道方式。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:78032
    • 提供者:meng
  1. NamedPipeClt

    0下载:
  2. 利用命名管道实现进程间的通信,本程序为服务器端程序
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29913
    • 提供者:Michael
  1. pipe.c

    0下载:
  2. 这是一个管道实现的简单源程序,实现进程间的通信和管理
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4064
    • 提供者:肖欣
  1. pipe_linux

    0下载:
  2. linux进程通信 之管道通信(有名和无名)示例源码-Pipes communications linux process communications (known and unknown) Example Source
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:803
    • 提供者:Xueyonghao
  1. Inter-process-etc

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

    • 发布日期:2017-05-11
    • 文件大小:2109060
    • 提供者:余海
  1. pm3

    0下载:
  2. 程序三(进程间通信) :创建管道,子进程向管道写信息,父进程从管道中读取信息。-Procedure three (inter-process communication): the creation of channels, sub-process to write information to the pipeline, the parent process read information the pipeline.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1816
    • 提供者:aax3x867hanuzha
  1. test_fifo

    2下载:
  2. 多进程的有名管道通信实例,在pc中linux环境下测试通过,测试中使用2个有名管道实现全双工通信,test_fifo_rw用于写管道,并读取另一个管道内容,test_fifo_echo将读管道的数据简单处理后回送到另一个管道中,-Examples of well-known multi-process communication named pipe, in the pc linux environment tested, the test used in two well-known pipe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:9890
    • 提供者:tanxu
  1. pm3

    0下载:
  2. 程序三(进程间通信) :创建管道,子进程向管道写信息,父进程从管道中读取信息。-Procedure three (inter-process communication): the creation of channels, sub-process to write information to the pipeline, the parent process read information the pipeline.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1356
    • 提供者:cshchhan
  1. AsyncPipes

    0下载:
  2. 异步管道的库及使用该库创建的两个示例进行进程间通信,可以用VS 2010及2013打开-AsyncPipe Library with two sample send message using this library
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:289671
    • 提供者:chaoxuebin
  1. MFCMainAndChild

    0下载:
  2. 通过匿名管道实现进程间通信,适合新手学习,简单易用。-By anonymous pipe interprocess communication suitable for novices to learn, easy to use.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:265710
    • 提供者:Fisher Yu
  1. communication

    0下载:
  2. 进程间通信的VC++源码实例集,进程之间的通信以及实现方法实例,通过一些小程序来实现,这些小程序有剪贴板实例、邮槽、匿名管道等,希望对VC++基础用户有帮助。-Interprocess communication set of vc++ source code examples, communication between process and realization method as an example, through a small program to implement, the
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2091046
    • 提供者:gaohm
  1. NamedPipe

    0下载:
  2. 通过命名管道实现两个进程之间的通信,包括从管道中读取内容和写入内容到管道。使用VC++6.0实现。文档中有详细介绍。(Communicating between two processes by named pipes, including reading content from the pipe and writing content to the pipe. Using VC++6.0 implementation. The document is described in detail.
  3. 所属分类:进程与线程

  1. 操作系统实验2

    1下载:
  2. 1)管道通信 1.父进程创建管道和两个子进程p1和p2 2.子进程p1打开给定文件(如果没有,则创建文件),并向文件中写数据,写完关闭文件,然后向管道写入一条消息“ok",目的是通知进程p2可以读取文件内容了。 3.子进程p2通过管道读取消息,如果消息是“ok”,则打开文件,读取文件内容,并将其输出到屏幕上,关闭文件. (2)消息队列 1.父进程创建消息队列和两个子进程p1和p2 2.子进程p1打开给定文件(如果没有,则创建文件),并向文件中写数据,写完关闭文件,然后向消息
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-05
    • 文件大小:984064
    • 提供者:量cheng
  1. 2_mkfifo

    0下载:
  2. 使用有名管道实习进程间的通信,无论两个进程是否具有亲缘关系(Use the communication between named pipeline internship processes, regardless of whether the two processes have kinship.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-02
    • 文件大小:6144
    • 提供者:老邮差
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com