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

Search list

[Linux-Unixfib1

Description: implementing Fibonacci algorithm using fork on Linux
Platform: | Size: 1024 | Author: msh2003 | Hits:

[Linux-UnixlinuxCode

Description: It is code for linux program. There are alarm, execle, fork, fifo,write and so on for sample.
Platform: | Size: 61440 | Author: lbl | Hits:

[Linux-Unixpp

Description: Unix课程作业。 使用fork(), exec(), dup2(), pipe() ,open()系统调用完成与下列shell命令等价的功能。 grep –v usr < /etc/passwd | wc –l > result.txt -An assignment in UNIX course. Using fork(), exec(), dup2(), pipe(), open() system calls to do the same function of the shell command below: grep –v usr < /etc/passwd | wc –l > result.txt
Platform: | Size: 4096 | Author: kank | Hits:

[Linux-UnixclientServerUsingForking

Description: Comparison of fork and select command,
Platform: | Size: 3072 | Author: Farhan | Hits:

[OS Developair_planes.tar

Description: it is an simulation of the airplane controller written in C.Basic operating systems functions such as fork,dup,system are used for the Linux platform.
Platform: | Size: 4096 | Author: ahmet | Hits:

[CSharpprocess-ex2

Description: 这个程序是关于PIPE 和 FORK的运用,适合新手入门-This program is about the use of PIPE and FORK for Getting Started
Platform: | Size: 1024 | Author: zheng cheng | Hits:

[Linux-UnixMyOwnShell.tar

Description: write a my own shell to execute all kinds of functions, clear, delete, exit , extract, file and so on. the detail info is in the requirements of the assignment. the source is consisted of parse command line arguments, execute all kinds of functions, using functions such as dup2, fork(), execvp(), execlp().
Platform: | Size: 19456 | Author: sanmao | Hits:

[Linux-Unixfork

Description: Fork programming in linux
Platform: | Size: 17408 | Author: hireraju | Hits:

[Linux-Unixfork

Description: 操作系统创建一个新的进程(子进程),并且在进程表中相应为它建立一个新的表项。新进程和原有进程的可执行程序是同一个程序;上下文和数据,绝大部分就是原进程(父进程)的拷贝,但它们是两个相互独立的进程!此时程序寄存器pc,在父、子进程的上下文中都声称,这个进程目前执行到fork调用即将返回(此时子进程不占有CPU,子进程的pc不是真正保存在寄存器中,而是作为进程上下文保存在进程表中的对应表项内)。问题是怎么返回,在父子进程中就分道扬镳。 -Operating system creates a new process (child process), and the corresponding table in the process as it creates a new entry. New process and the original process is the same executable program context and data, most of that is the original process (parent process) copies, but they are two independent process! The program should register pc, in the parent, the child process in the context of claim that the implementation of this process is about to return to the fork call (in this case the child does not occupy CPU, the child process is not really saved in the pc register, but as a process context saved in the process table entries in the corresponding.) The problem is how to return the process to split the father and son.
Platform: | Size: 2048 | Author: hylzuo | Hits:

[Linux-UnixFORK

Description: 进程的创建。编制一段程序,使用系统调用fork()创建两个子进程,在此程序运 行时,系统中就有一个父进程和两个子进程在活动。让每一个进程在屏幕上显示一 个字符:父进程显示字符a,两个子进程分别显示字符b和子符c。-The process of creation. The preparation of a program that uses system calls fork () to create two sub-processes, in the operation of this procedure Line, the system there is a parent and two child process activities. So that each process is displayed on the screen of a Characters: parent display characters a, respectively, two sub-processes and sub-character display character b c.
Platform: | Size: 1024 | Author: 树蜂 | Hits:

[Linux-Unixfork

Description: 简单的fork()应用,用fork创建两个进程,并根据条件执行-a simple example for fork()
Platform: | Size: 28672 | Author: 胡捷 | Hits:

[Linux-Unixfork

Description: 使用C语言实现进程间的控制。并使用KILL命令杀死对应进程-use c to fork
Platform: | Size: 1024 | Author: hepengfei | Hits:

[Linux-UnixProgram-Fork

Description: Fork sample in linux
Platform: | Size: 16384 | Author: aram | Hits:

[Software Engineeringfork

Description: 对新学linux的程序员很有帮助,主要是讲解fork函数是如何工作,如何创建进程的-Helpful new learning linux programmers, mainly to explain the fork function, how they work, how to create a process
Platform: | Size: 67584 | Author: 孙阳 | Hits:

[Linux-Unixtest-fork

Description: test fork() function in linux env
Platform: | Size: 10240 | Author: saeedtmp | Hits:

[JSPfork-join

Description: fork / join java 7 implementation (divide and conquer)
Platform: | Size: 104448 | Author: tushar | 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:

[Windows DevelopTwo-fork-tree-four-operations

Description: windows下,vc++实现,应用的是二叉树来实现四则运算-used the Two fork tree,to make four operations
Platform: | Size: 185344 | Author: 陈翔运 | Hits:

[OS programFork

Description: fork程序,产生子程序,幫助父程序工作-failed to translate
Platform: | Size: 500736 | Author: zaccurli | Hits:

[Linux driverfork

Description: 模拟多进程机制,用fork()开启子进程,模拟父进程与子进程的关系-Analog multi-process mechanism, with the fork () on the child process, the parent process and the child process simulation relations
Platform: | Size: 1024 | Author: 唐宝 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 32 »

CodeBus www.codebus.net