搜索资源列表

  1. ppipe

    0下载:
  2. 父进程创建两个子进程,并通过管道向两个子进程分别传递数据,子进程得到数据后进行计算,并将结果传回给父进程。-Parent process creates two child processes, and through pipes to the two sub-processes to transfer data, respectively, after the child process data are calculated, an
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:jeremy
  1. shiyan2

    0下载:
  2. 学习如何编写一个UNIX的外壳——Shell,即命令解释程序。学习怎样接受命令,解释命令、执行命令,特别是创建子进程的方式来执行一个程序,以及父进程如何继续子进程的工作。-Learn how to write a UNIX shell- Shell, the command interpreter. Learning how to receive an order to explain the command, the command,
  3. 所属分类:Shell编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:evaplum
  1. fork

    0下载:
  2. 系统调用fork函数,以及父进程与子进程的执行顺序问题。-Fork system call function, as well as parent and child process of implementation of the order of the problem.
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:66560
    • 提供者:excelent
  1. 1

    0下载:
  2. 一个FORK()调用的实验。通过建立共享内存区来实现进程之间的通信。父进程获取Fibonacci数列长度后,创建子进程来计算,待子进程完成后,父进程输出结果-A FORK () call experiment. Through the establishment of shared memory areas to achieve communication between the process. Parent process for
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:caomin
  1. linux3

    0下载:
  2. 使用系统调用对文件进行操作。SIGCHLD信号的处理——子进程的死亡。SIGSTOP和SIGCONT信号的使用。-Use system calls to manipulate files. SIGCHLD signal processing- the death of the child process. SIGSTOP and SIGCONT the use of signals.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:300032
    • 提供者:winter
  1. yeshi

    0下载:
  2. 页式虚拟存储管理中地址转换和缺页中断的模拟、司机售票员问题: 编程用fork()创建一个子进程代表售票员,司机在父进程中,再用系统调用signal()让父进程(司机)捕捉来自子进程(售票员)发出的中断信号,让子进程(售票员)捕捉来自(司机)发出的中断信号,以实现进程间的同步运行。-Virtual storage management page address translation and page fault simulatio
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:郭俊
  1. change

    0下载:
  2. 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:116736
    • 提供者:小弟
  1. ProcessManagementchannel

    0下载:
  2. 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:181248
    • 提供者:小弟
  1. Desktop

    0下载:
  2. 管道通信,通过建立一个管道使得父进程和子进程进行了通信-Pipe communication, through the establishment of a pipe makes the parent and child processes for the communication
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:黄硕
  1. CreateProcess

    0下载:
  2. 这是一个在windows操作系统下实现创建父进程和子进程的源代码-This is a windows operating system to achieve the parent and child processes to create the source code
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:陈柚
  1. os

    0下载:
  2. 1.编写一个文件复制的C语言程序: 分别使用文件的系统调用read(fd, buf, nbytes), write(fd, buf, nbytes)和文件的库函数fread(buf, size, nitems, fp), fwrite(buf, size, nitems, fp),编写一个文件的复制程序。 当上述函数中nbytes, size和nitems都取值为1时(即一次读写一个字节),比较这两种程序的执行效率。当nbyte
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:35840
    • 提供者:yiyuzhiming
  1. 22

    0下载:
  2. 创建进程,关于父进程中创建子进程以及相关的函数介绍。-Create a process to create a child on the parent process and the related functions described.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:asdxjs
  1. httpd-2.2.17.tar

    0下载:
  2.   httpd是Apache超文本传输协议(HTTP)服务器的主程序。被设计为一个独立运行的后台进程,它会建立一个处理请求的子进程或线程的池。 -httpd is the Apache HyperText Transfer Protocol (HTTP) server' s main program. Is designed as a stand-alone background process, it will process
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:6597632
    • 提供者:sfx
  1. myshell_v0.3

    0下载:
  2. 在Linux中,用C编写一个myshell1原型,基本功能是根据创建一个子进程,它显示从父进程获得的环境变量和命令行参数,且父进程在子进程结束后退出。 父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。输入输出重定向与管道-In Linux, using C to write a myshell1 p
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:qiren
  1. linux

    0下载:
  2. 能够查看系统进程。分类子进程,父进程。不是很详细,初学者,希望大家指教。-Be able to view system processes. Category child, the parent process. Not very detailed, beginner, I hope you advice.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:陈城
  1. processcreate

    0下载:
  2. 进程创建,创建新的进程,创建一个子进程,启动注册表程序,等待子进程的退出-Process creation, create new process, create a child process, start registry procedures, waiting for the child process exit
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:xiaoyu
  1. zzc

    0下载:
  2. 1)进程的创建: 编写一段程序,使用系统调用fork() 创建两个子进程。当此程序运行时,在系统中有一个父进程和两个子进程活动。让每一个进程在屏幕上显示一个字符:父进程显示字符“a”,子进程分别显示字符“b”和“c”。试观察记录屏幕上的显示结果,并分析原因。 (2)进程的控制 修改已经编写的程序,将每个进程输出一个字符改为每个进程输出一句话,再观察程序执行时屏幕上出现的现象,并分析原因。 如果在程序中使用系统调用lock
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:113664
    • 提供者:sky
  1. softdog

    0下载:
  2. 看门狗进程,生成5个子进程。看门狗进程负责检控子进程。发现子进程未运行,则重新启动。-Watchdog process, generate five sub-processes. Watchdog process is responsible for prosecution of child process. Found that the child process is not running, then restart.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:wuzhifang
  1. ProcessPractice

    0下载:
  2. 进程的模拟程序,可以模拟进程的创建,中断,*等。可以创建子进程,并查找某进程的子进程。-Process simulation program can simulate the process of creating, interrupt, kill, etc.. You can create child process, and look for a process of sub-processes.
  3. 所属分类:FlashMX源码

    • 发布日期:2024-05-20
    • 文件大小:197632
    • 提供者:spiritualcastle
  1. fork

    0下载:
  2. 操作系统创建一个新的进程(子进程),并且在进程表中相应为它建立一个新的表项。新进程和原有进程的可执行程序是同一个程序;上下文和数据,绝大部分就是原进程(父进程)的拷贝,但它们是两个相互独立的进程!此时程序寄存器pc,在父、子进程的上下文中都声称,这个进程目前执行到fork调用即将返回(此时子进程不占有CPU,子进程的pc不是真正保存在寄存器中,而是作为进程上下文保存在进程表中的对应表项内)。问题是怎么返回,在父子进程中就分道扬镳。 -O
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:hylzuo
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »

源码中国 www.ymcn.org