搜索资源列表

  1. 信号

    0下载:
  2. 这是一个用信号实现父子进程之间简单通讯的程序,要求实现父子进程同步,用信号实现.可能还有待改进的地方-This is a signal achievement with his son communications process between simple procedure requires the synchronization process and his son, using signal achievement. The
  3. 所属分类:Linux/Unix编程

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

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

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

    0下载:
  2. linux环境利用管道进行通讯的例子,父进程fork派生子进程,父子进程利用管道通讯。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:861
    • 提供者:sophie marceau
  1. linux_fork

    0下载:
  2. linux父子进程间关系,进程的创建和销毁,主要利用fork调用来实现
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1411
    • 提供者:signal
  1. shell

    0下载:
  2. 实现Linux的进程管理。 a. 通过fork创建一个子进程。然后父子进程分别多次循环打印\"parent\"和\"child\", 同时打印出它们的pid,可以通过让进程睡眠一段时间来观看父子进程交叉执行的效果。 b. 通过fork创建子进程A, B。 A进程统计用户主目录下文件的个数并打印结果, B 进程列出用户主目录下的所有文件, 等待两个子进程都执行完毕时,父进程打印出后\"child are completed!\"信
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:74341
    • 提供者:zc
  1. 080618104650

    0下载:
  2. 简单管道通信,介绍了如何通过pipe实现父子进程间的通信
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:39445
    • 提供者:michael
  1. 信号

    0下载:
  2. 这是一个用信号实现父子进程之间简单通讯的程序,要求实现父子进程同步,用信号实现.可能还有待改进的地方-This is a signal achievement with his son communications process between simple procedure requires the synchronization process and his son, using signal achievement. The
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-16
    • 文件大小:3072
    • 提供者:亿摆
  1. guandaotongxin

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

    • 发布日期:2024-06-16
    • 文件大小:4096
    • 提供者:
  1. vcThreadSynchronization

    0下载:
  2. 在vc中利用父子间进程通信来实现的线程同步-use in vc process communication between father and son to achieve the synchronization thread
  3. 所属分类:通讯编程

    • 发布日期:2024-06-16
    • 文件大小:40960
    • 提供者:
  1. low_pipe

    0下载:
  2. linux环境利用管道进行通讯的例子,父进程fork派生子进程,父子进程利用管道通讯。-linux environment using pipes to communicate examples of parent process fork derived sub-process, father and son process communication using pipes.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-16
    • 文件大小:1024
    • 提供者:sophie marceau
  1. linux_fork

    0下载:
  2. linux父子进程间关系,进程的创建和销毁,主要利用fork调用来实现-linux process of the relationship between father and son, the process of creation and destruction, the main use of fork calls to achieve
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-16
    • 文件大小:1024
    • 提供者:signal
  1. 080618104650

    0下载:
  2. 简单管道通信,介绍了如何通过pipe实现父子进程间的通信-Simple pipeline communications, through the introduction pipe realize how the process of communication between father and son
  3. 所属分类:Windows编程

    • 发布日期:2024-06-16
    • 文件大小:38912
    • 提供者:michael
  1. linux_shell_C

    1下载:
  2. C语言编程实现了linux的shell功能,包括多管道,父子进程,输入输出重定向以及简单的纠错功能。另外还有详细的word说明文档及图片,介绍了程序执行情况和各个函数说明。-C language programming linux realized the shell functionality, including multi-channel, father and son process, input and output redi
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-16
    • 文件大小:135168
    • 提供者:secret
  1. ex03

    0下载:
  2. 设有两个并发执行的父子进程,不断循环输出各自进程号、优先数和调度策 略。进程初始调度策略均为系统默认策略和默认优先级。当某个进程收到SIGINT 信号时会自动将其优先数加1,收到SIGTSTP 信号时会自动将其优先数减1。 -process schedule
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-16
    • 文件大小:7168
    • 提供者:孙凯
  1. PipeCommunication

    0下载:
  2. linux的多进程通信,使用管道实现了多个父子进程间的消息传递及其内存共享-linux for multi-process communication, the use of pipes to achieve a number of inter-process messaging father and son and memory sharing
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-16
    • 文件大小:1024
    • 提供者:陈sean
  1. bb

    0下载:
  2. 建立一个父子进程通信管道 进行通信和 程序; 用共享存储区 方式实现多个进程的通信 。 -jinchengjiandetongxin
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-16
    • 文件大小:1024
    • 提供者:huang
  1. 1

    0下载:
  2. 主题:进程的管道通信 内容:这是一个设计型实验,要求自行编制程序。 使用系统调用pipe()建立一条管道,两个子进程分别向管道写一句话: Child process1 is sending a message! Child process2 is sending a message! 父进程从管道读出来自两个子进程的信息,显示在屏幕上。 要求: 1) 父进程先接收子进程1发来的消息,然后再接收子进程2发
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-16
    • 文件大小:8192
    • 提供者:小斧子
  1. pro-com

    0下载:
  2. 进程和进程通信 1.设计一个程序,创建一个子进程,使父子进程合作,协调地完成某一功能。要求在该程序中还要使用进程的睡眠、进程图象改换、父进程等待子进程终止、信号的设置与传送(包括信号处理程序)、子进程的终止等有关进程的系统调用。 2.分别利用UNIX的消息通信机制、共享内存机制(用信号灯实施进程间的同步和互斥)实现两个进程间的数据通信。具体的通信数据可从一个文件读出,接收方进程可将收到的数据写入一个新文件,以便能判断数据传
  3. 所属分类:其他小程序

    • 发布日期:2024-06-16
    • 文件大小:6144
    • 提供者:yiyuzhiming
  1. Linuxduojincheng

    0下载:
  2. 1. 要求运用fork(),wait(),pipe(),read(),write()及execve()等系统调用编写多进程的程序。 2. 完成一程序两进程、两进程两程序,一程序三进程的程序。 3. 通过不同情况下运行结果,理解Linux系统下进程的调度,进程的并发执行以及父子进程之间的关系(代码段、数据段之间的关系)。 -1. Requires the use of fork (), wait (), pipe (), re
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-16
    • 文件大小:4096
    • 提供者:LIULIU
  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-06-16
    • 文件大小:1024
    • 提供者:GladiatorNick
« 12 3 4 »

源码中国 www.ymcn.org