搜索资源列表
waiter.zip
- 执行并等待一个程序结束,并通知父进程的程序
myCreatProcess
- 进程的创建 编写一段程序,使用系统调用fork()创建两个子进程。当此程序运行时,在系统中有一个父进程和两个子进程活动。让没一个进程在屏幕上显示一个字符:父进程显示字符“a”;子进程分别显示字符“b”和字符“c”。试观察记录屏幕上的显示结果,并分析原因。 -process for the preparation of the establishment of procedures, the use of system calls fork () to create two child p
parent
- 从所周知,NT环境中API的黑洞之一便是NTDLL.DLL,这个DLL包含了许多有用的函数,这些函数都是未公开的。此代码拟使用NTDLL.DLL中的NtQueryInformationProcess函数来获取任何指定进程之父进程的ID。-from known, NT environment API is one of the black hole NTDLL.DLL, the DLL contains many useful functions, these functions are not
waiter
- 执行并等待一个程序结束,并通知父进程的程序- Carries out and waited for a procedure ended, and informs the father advancement the procedure
Unix_process
- 目录 1.理解进程 5 1.1.进程的基本概念 5 1.1.1.区别程序与进程 5 1.1.2.进程分类 5 1.1.3.进程属性 5 1.1.4. 父进程和子进程 5 1.2.Unix/Linux下的进程管理 6 1.2.1.进程是系统资源管理的基本单位 6 1.2.2. Unix/Linux进程 6 1.2.3. task_struct数据结构组成 6 1.2.4.进程 Identifiers 8 1.2.6. 进程创建 10 1.2.7.
GetFatherPro
- 得到子进程的父进程信息-To be the parent of the child process, process information asdhsrhsgfshbshbsashshsh
createprocess
- 输入实验提供的代码后,可以输入createpc命令创建进程,输入showdetail显示每个进程及其子进程的信息,测试命令解释如下: 1) createpc 创建进程命令。 参数: 1 pid(进程id)、 2 ppid(父进程id)、3 prio(优先级)。 示例:createpc(2,1,2) 。创建一个进程,其进程号为2,父进程号为1,优先级为2。 2) showdetail 显示进程信息命令。 3) exit 退出命令行。 -Experiment to prov
process-pipe
- 一个基于父进程和子进程之间用匿名管道进行进程通讯的实例,附带了可执行文件以及全部源码。非常好的了解匿名管道机制的程序。-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
pipe
- 进程间通信的一直方式,采用管道,此处用的是匿名管道,即子进程与父进程间的通信-Inter-process communication methods have been used pipe, used here is the anonymous pipe, that is, the child process and parent inter-process communication
CreateProcess
- 这是一个在windows操作系统下实现创建父进程和子进程的源代码-This is a windows operating system to achieve the parent and child processes to create the source code
Experiment_Signal
- 创建两个子进程,在进程执行中让父进程捕获键盘上传来的中断信号。 当多捕捉到中断信号后,父进程向两个子进程发出信号,子进程捕捉到该信号后分别输出: (1)“child process1 is killed by parent!” (2)“child process2 is killed by parent!” -Create two sub-processes, in the process of implementation so that the parent proce
t42
- 实现进程创建,父子进程,然后在结束进程 最后在结束父进程 -don not know
pipe
- 实现了两个子进程之间管道通信, 一个进程创建俩个子进程,子进程向父进程写消息-implements the two child process to communite in pipe
ProCOM
- 父进程创建子进程,通过创建管道实现父进程与字进程之间的实时通信。-Parent process creates the child process, parent process by creating a pipe with the word achieve real-time communication between processes.
coordinate_process_my
- 创建两个子进程,父进程从屏幕读取两个数字,通过管道传给两个子进程,子进程分别算出加和与乘积再传回父进程。-Create two child processes, the parent process read two numbers from the screen, then passed to child processes through pipes, child processes calculate the sum and the product, then transmit back
ChildProcess
- 《进程通信之三 父进程传参数与子进程返回值》 程序带博客文章说明,值得一看。对应博客文章 http://blog.csdn.net/morewindows/article/details/8683830-" The process of communication of the parent process pass parameters with the child returns the value of the program with a blog post that e
process
- 实现进程间的通信,通信方式为共享内存和消息传递。本程序建立的是win32项目,p1为父进程,p2为子进程.-the program implements the communication between two processes.the way to communicate are shared memory and message.The code can run in win32 applocation.p1 is the parent process and p2 is the sub
create-process
- 创建两个进程,让子进程读取一个文件,父进程等待子进程读取完文件后继续执行,实现进程协同工作。 进程协同工作就是协调好两个进程,使之安排好先后次序并以此执行,可以用等待函数来实现这一点。当需要等待子进程运行结束时,可在父进程中调用等待函数。 -Create two processes, allowing the child to read a file, read the parent process waits for the child process to continue exe
event
- 文件中第一个方法创建了一个进程的副本,以子进程模式 (由命令行指定) 工作;第二个方法创建一个事件和一个子进程,然后等待子进程在返回前向事件发出信号;第三个方法在子进程模式下被调用,其功能只是向父进程发出终止信号-the first method creates a process s copy to a child process mode (designated by the command line) The second way to create an event and a chil
plist
- 用api函数些的遍历进程,带父进程的工具,-GetProcessCommendLine