搜索资源列表

  1. process-pipe

    0下载:
  2. 一个基于父进程和子进程之间用匿名管道进行进程通讯的实例,附带了可执行文件以及全部源码。非常好的了解匿名管道机制的程序。-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.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:84992
    • 提供者:sss
  1. pipe

    0下载:
  2. 该程序先使用pipe()函数创建一个临时通信管道,然后使用fork()创建两个子进程,使用write()函数向管道两次写入”I’m parent process。”的信息,两个子进程使用read()函数从管道中获取信息并输出,然后两个子进程分别向管道写入”I’m child process a”和”I’m child process b”信息,由父进程从管道中读出并显示。在使用write()函数前,需要先使用lockf()函数锁住管道,
  3. 所属分类:Linux/Unix编程

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

    0下载:
  2. 在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。-In the myshell v0.1 based on adding new features: In the parent process to receive the console input
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:116736
    • 提供者:谢海斌
  1. Myshellv0.3

    0下载:
  2. 在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。-In the myshell v0.1 based on adding new features: In the parent process to receive the console input
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:117760
    • 提供者:谢海斌
  1. parent

    0下载:
  2. 获取父进程资料,通过操作可以操作一些句柄返回-Parent Process control
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:17408
    • 提供者:lai
  1. pctl

    0下载:
  2. 父进程每隔三秒钟创建两个子进程,并令其执行不同的任务。-Every three seconds, the parent process creates two child processes, and ordered to perform different tasks.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:jeremy
  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. OS

    0下载:
  2. 编制一段程序,使用系统调用fork()创建三个子进程,在各个子进程中再使用系统调用getpid()和getppid()获取当前进程和父进程的进程标识号并输出。-The preparation of a program, use the system call fork () to create three sub-processes, the various sub-processes re-use system call getpid
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:苏若水
  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. Detection.anti.crack.VB.code.parent.process

    0下载:
  2. VB防破解检测父进程代码Detection of anti-crack VB code to parent process -Detection of anti-crack VB code to parent process
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:uc
  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. 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 2 3 4 5 67 8 9 10 11 12 »

源码中国 www.ymcn.org