搜索资源列表

  1. 进程控制实验

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

    • 发布日期:2008-10-13
    • 文件大小:1949438
    • 提供者:俞鹏
  1. 创建子进程

    0下载:
  2. unix环境下进程编程。-programming process.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1915
    • 提供者:璇松
  1. (进程通信)

    0下载:
  2. 进程管理中的进程通信 父进程和子进程间的通信 以及五种通信方式-process management of the process of communication process and the father of the child process and the communication between the five means of communication
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:649801
    • 提供者:王成
  1. 父进程与子进程

    0下载:
  2. 父进程建立两个子进程,再分别*
  3. 所属分类:Linux/Unix编程

    • 发布日期:2010-10-22
    • 文件大小:1229
    • 提供者:jalion@yeah.net
  1. process

    0下载:
  2. 创建一个子进程并接收子进程的消息和输出信息- Founds a child process and receives the child process the news and the output information
  3. 所属分类:进程与线程

    • 发布日期:2024-05-08
    • 文件大小:15360
    • 提供者:站长
  1. 创建子进程

    0下载:
  2. unix环境下进程编程。-programming process.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:璇松
  1. 哲学家进餐问题

    0下载:
  2. linux进程间通信,父进程,子进程的创建-inter-process communication, parent process, the process of creating son
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-08
    • 文件大小:12288
    • 提供者:方芳
  1. efastrun

    0下载:
  2. 程序功能: 1.快速启动应用程序,主要是使用热键。还可以让程序定时启动。 2.锁定计算机。在98下面完全奏效,在2000\xp下面不能完全有效。支持定时锁定、启动锁定。 3.定时提醒。 4.关机 5.关闭由本程序启动的子进程,并可以查看他们的进程信息。 6.保护本程序不被非法关闭。 FastRun.exe:主应用文件 Frpo.exe:后台保护程序 msgdll.dll:导出一个自己画的messagebox的动态连接库-procedur
  3. 所属分类:Windows编程

    • 发布日期:2024-05-08
    • 文件大小:197632
    • 提供者:lbq
  1. 实验二302_22

    0下载:
  2. 使用系统调用fork()创建两个子进程。当此程序运行时,在系统中有一个父进程和两个子进程活动。让每一个进程在屏幕上现实一个字符:父进程显示字符’a’;子进程分别显示字符’b’和’c’。试观察记录屏幕上的显示结果并分析原因。-use system calls fork () to create two child process. When running, the system is a process and the father o
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-08
    • 文件大小:10240
    • 提供者:杨宇文
  1. (进程通信)

    0下载:
  2. 进程管理中的进程通信 父进程和子进程间的通信 以及五种通信方式-process management of the process of communication process and the father of the child process and the communication between the five means of communication
  3. 所属分类:界面编程

    • 发布日期:2024-05-08
    • 文件大小:7674880
    • 提供者:王成
  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-08
    • 文件大小:1948672
    • 提供者:俞鹏
  1. myCreatProcess

    0下载:
  2. 进程的创建 编写一段程序,使用系统调用fork()创建两个子进程。当此程序运行时,在系统中有一个父进程和两个子进程活动。让没一个进程在屏幕上显示一个字符:父进程显示字符“a”;子进程分别显示字符“b”和字符“c”。试观察记录屏幕上的显示结果,并分析原因。 -process for the preparation of the establishment of procedures, the use of system calls
  3. 所属分类:进程与线程

    • 发布日期:2024-05-08
    • 文件大小:15360
    • 提供者:fred
  1. pipedoc

    0下载:
  2. 管道(Pipe)实际是用于进程间通信的一段共享内存,创建管道的进程称为管道服务器,连接到一个管道的进程为管道客户机。一个进程在向管道写入数据后,另一进程就可以从管道的另一端将其读取出来。匿名管道(Anonymous Pipes)是在父进程和子进程间单向传输数据的一种未命名的管道,只能在本地计算机中使用,而不可用于网络间的通信。-pipes (Pipe) for the actual inter-process communication
  3. 所属分类:软件工程

    • 发布日期:2024-05-08
    • 文件大小:6144
    • 提供者:王晓鹏
  1. ChildProcess

    0下载:
  2. 创建子进程,并监控新创建子进程状态直至结束运行-Create sub-process, and monitor the status of the newly created child process to run until the end of
  3. 所属分类:进程与线程

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:coco
  1. ProCommunicate

    0下载:
  2. 进程之间的相互通信,可以给子进程发送相关信息-Between the process of communication, can give the child process to send the relevant information
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-08
    • 文件大小:462848
    • 提供者:yup
  1. BankLiner

    0下载:
  2. 模拟银行排队机系统,父进程负责调度,子进程负责接收顾客、打印顾客号、呼叫顾客到相应窗口和服务顾客。-Simulation Bank Queue System, the parent process is responsible for scheduling, sub-process is responsible for receiving clients, print customer number, call customer to
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-08
    • 文件大小:714752
    • 提供者:linqingyang
  1. threecodes

    9下载:
  2. 1、 用C语言写一个程序名字为procs4,该程序运行过程中共有4个进程,procs4程序(父进程)创建2个子进程p1和p2,p1子进程再创建一个子进程p3。4个进程完成如下工作: 父进程并打印字符串“I am main process”;p1子进程打印“I am child process p1”字符串;p2子进程打印“I am child process p2”;子进程p3打印字符串“I am child process p3”
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:杨子坤
  1. osruanzhongduan

    0下载:
  2. 操作系统实验 进程软中断通信 编写一段程序,父进程创建一个子进程p1;并使子进程利用系统调用kill()向父进程发送信号,父进程得到信号后输出字符串“received p1 signal.” 。 -Experimental process, the operating system write a soft interrupt communication procedures, the parent creates a child pr
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-08
    • 文件大小:31744
    • 提供者:董俐
  1. 进程通信之三 父进程传参数与子进程返回值

    0下载:
  2. 说明进程之间通讯技术及使用方法,附带程序例程(Process communication)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:76800
    • 提供者:joyce109g
  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-08
    • 文件大小:1024
    • 提供者:GladiatorNick
« 12 3 4 5 6 7 8 9 10 ... 16 »

源码中国 www.ymcn.org