Welcome![Sign In][Sign Up]
Location:
Search - linux fork

Search list

[Linux-Unixfork

Description: 实现创建进程的fork函数的源代码,用于Linux环境下的开发
Platform: | Size: 10443 | Author: Jessica | Hits:

[Internet-Networktcp_wr

Description: 采用Fork方式的,TCP/IP的接收/发送程序。很经典-used Fork of the way, TCP/IP receive/transmit procedures. Classic
Platform: | Size: 2048 | Author: 阿晨 | Hits:

[Internet-Networkparallel

Description: 网络编程的服务端和客户端.包括用fork和select分别实现多进程编程和多线程编程.程序已经通过测试的.-network programming services and clients. Including fork and select respectively programming multi-process and multi-threaded programming. Procedures have to pass the test.
Platform: | Size: 4096 | Author: 柳心雨 | Hits:

[Internet-Network实验二302_22

Description: 使用系统调用fork()创建两个子进程。当此程序运行时,在系统中有一个父进程和两个子进程活动。让每一个进程在屏幕上现实一个字符:父进程显示字符’a’;子进程分别显示字符’b’和’c’。试观察记录屏幕上的显示结果并分析原因。-use system calls fork () to create two child process. When running, the system is a process and the father of two sub-process activities. Each process in a realistic one screen characters : the father of the process show the character 'a'; Child showed the characters' b 'and' c '. Let observation records on the screen to show the results and analysis of the reasons.
Platform: | Size: 10240 | Author: 杨宇文 | Hits:

[Linux-Unixfork、exec系列与system、popen区别

Description:   fork和exec系列调用前后,进程在内存的“数据段”,“堆栈段”和“代码段”有什么不同?读了之后,你就会知道了,-fork and exec calls before and after the Series, in memory of the process "of the data", "stack of" and "code of" what's the difference? After reading, you will know,
Platform: | Size: 16384 | Author: Jack | Hits:

[Linux-Unixlinux_assign01

Description: Unix操作系统实验,包括UNIX 操作系统的使用及SHELL 编程以及进程的创建和管理(使用fork()函数) -Unix operating system, including the use of the UNIX operating system and programming SHELL process and the creation and management (using the fork () function)
Platform: | Size: 3072 | Author: 冯昊飞 | Hits:

[Linux-Unixunixprogram

Description: linux 下多进程编程demo,fork的应用-process multiple programming demo, fork Application
Platform: | Size: 1024 | Author: 陈全勇 | Hits:

[OtherLinuxjingchenghetongxun

Description: 在Linux/Unix平台下,用C语言编写一个进程通信的程序,理解fork()等一些系列系统函数的正确使用和工作原理,学会设计基本的进程通信程序。-in Linux/Unix platform using C language of a process of communication procedures, understanding fork () and some other family functions and the use of the correct principle, learn the basic process design communication program.
Platform: | Size: 3072 | Author: xiao ming | Hits:

[Linux-Unixfork

Description: 实现创建进程的fork函数的源代码,用于Linux环境下的开发-Realize the process of the fork function to create the source code for the Linux development environment
Platform: | Size: 10240 | Author: Jessica | Hits:

[Shell apishell

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

[Embeded Linuxprogram

Description: 工ARM_LINUX的几个源代码,fork,pipe,fifo,及共享内存的实验源程序-Several workers ARM_LINUX source code, fork, pipe, fifo, and shared memory of the experimental source
Platform: | Size: 71680 | Author: yxh | Hits:

[Linux-Unixfork

Description: 在linux或unix中,使用系统调用fork( )创建两个子进程,并观察子进程和父进程的运行情况。-In linux or unix, the use of system calls fork () to create two sub-processes, and to observe the sub-process and the operation of the parent process.
Platform: | Size: 1024 | Author: li | Hits:

[Linux-Unixlinux

Description: Fork()函数的使用 1.初步学习gcc,vi等编译编辑软件的使用; 2.熟悉linux下的编程环境; 3.对fork()函数的执行有个浅显的认识。 -Fork () function 1. Preliminary study gcc, vi-editing software, such as the use of the compiler 2. Familiar with programming under linux environment 3. To fork () function has a simple implementation of the understanding.
Platform: | Size: 43008 | Author: 余祖澔 | Hits:

[Linux-Unixfork

Description: linux进程控制编程。使用fork函数新建立一个子进程,其中的父进程返回子进程的PID,子进程的返回值为0.-linux programming process control. Fork function using a subset of the newly created process, in which the parent process child process to return to the PID, the return value of the child process is 0.
Platform: | Size: 2048 | Author: 牛志强 | Hits:

[Linux-Unixthird

Description: linux 下用C编程的fork exec wait exit 函数的实例!-the example of fork exec wait exit
Platform: | Size: 6144 | Author: xc | Hits:

[Linux-UnixFork

Description: 使用fork()函数创建进程的范例,包括一般的子进程和深进程,linux操作系统下运行-create child process and deep process using fork(), compiled under operating system of linux
Platform: | Size: 1024 | Author: wwwmao | Hits:

[Linux-Unixfork

Description: Linux fork.c 源代码,带中文注释-Linux fork.c
Platform: | Size: 3072 | Author: forayao | Hits:

[Linux-Unixfork.tar

Description: linux 用fork()创建进程并且显示子进程与父进程相关信息-linux fork () create processes and displays the information of the child and parent processes
Platform: | Size: 70656 | Author: wufei | Hits:

[Linux-Unixfork

Description: linux 下 使用fork进行多进程编程(Using fork for multi process programming under Linux)
Platform: | Size: 12288 | Author: Mr汤 | Hits:

[Linux driverfork注释

Description: Linux源代码阅读, 其中fork.c部分内核代码注释(Linux fork.c kernel code annotation)
Platform: | Size: 10240 | Author: win197 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net