CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - fork
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - fork - List
[
Linux-Unix
]
fib1
DL : 0
implementing Fibonacci algorithm using fork on Linux
Date
: 2025-07-01
Size
: 1kb
User
:
msh2003
[
Linux-Unix
]
linuxCode
DL : 0
It is code for linux program. There are alarm, execle, fork, fifo,write and so on for sample.
Date
: 2025-07-01
Size
: 60kb
User
:
lbl
[
Linux-Unix
]
pp
DL : 1
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
Date
: 2025-07-01
Size
: 4kb
User
:
kank
[
Linux-Unix
]
clientServerUsingForking
DL : 0
Comparison of fork and select command,
Date
: 2025-07-01
Size
: 3kb
User
:
Farhan
[
OS Develop
]
air_planes.tar
DL : 0
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.
Date
: 2025-07-01
Size
: 4kb
User
:
ahmet
[
CSharp
]
process-ex2
DL : 0
这个程序是关于PIPE 和 FORK的运用,适合新手入门-This program is about the use of PIPE and FORK for Getting Started
Date
: 2025-07-01
Size
: 1kb
User
:
zheng cheng
[
Linux-Unix
]
MyOwnShell.tar
DL : 0
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().
Date
: 2025-07-01
Size
: 19kb
User
:
sanmao
[
Linux-Unix
]
fork
DL : 0
Fork programming in linux
Date
: 2025-07-01
Size
: 17kb
User
:
hireraju
[
Linux-Unix
]
fork
DL : 0
操作系统创建一个新的进程(子进程),并且在进程表中相应为它建立一个新的表项。新进程和原有进程的可执行程序是同一个程序;上下文和数据,绝大部分就是原进程(父进程)的拷贝,但它们是两个相互独立的进程!此时程序寄存器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.
Date
: 2025-07-01
Size
: 2kb
User
:
hylzuo
[
Linux-Unix
]
FORK
DL : 0
进程的创建。编制一段程序,使用系统调用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.
Date
: 2025-07-01
Size
: 1kb
User
:
树蜂
[
Linux-Unix
]
fork
DL : 0
简单的fork()应用,用fork创建两个进程,并根据条件执行-a simple example for fork()
Date
: 2025-07-01
Size
: 28kb
User
:
胡捷
[
Linux-Unix
]
fork
DL : 0
使用C语言实现进程间的控制。并使用KILL命令杀死对应进程-use c to fork
Date
: 2025-07-01
Size
: 1kb
User
:
hepengfei
[
Linux-Unix
]
Program-Fork
DL : 0
Fork sample in linux
Date
: 2025-07-01
Size
: 16kb
User
:
aram
[
Software Engineering
]
fork
DL : 0
对新学linux的程序员很有帮助,主要是讲解fork函数是如何工作,如何创建进程的-Helpful new learning linux programmers, mainly to explain the fork function, how they work, how to create a process
Date
: 2025-07-01
Size
: 66kb
User
:
孙阳
[
Linux-Unix
]
test-fork
DL : 0
test fork() function in linux env
Date
: 2025-07-01
Size
: 10kb
User
:
saeedtmp
[
JSP
]
fork-join
DL : 0
fork / join java 7 implementation (divide and conquer)
Date
: 2025-07-01
Size
: 102kb
User
:
tushar
[
Linux-Unix
]
fork.tar
DL : 0
linux 用fork()创建进程并且显示子进程与父进程相关信息-linux fork () create processes and displays the information of the child and parent processes
Date
: 2025-07-01
Size
: 69kb
User
:
wufei
[
Windows Develop
]
Two-fork-tree-four-operations
DL : 0
windows下,vc++实现,应用的是二叉树来实现四则运算-used the Two fork tree,to make four operations
Date
: 2025-07-01
Size
: 181kb
User
:
陈翔运
[
OS program
]
Fork
DL : 0
fork程序,产生子程序,幫助父程序工作-failed to translate
Date
: 2025-07-01
Size
: 489kb
User
:
zaccurli
[
Linux driver
]
fork
DL : 0
模拟多进程机制,用fork()开启子进程,模拟父进程与子进程的关系-Analog multi-process mechanism, with the fork () on the child process, the parent process and the child process simulation relations
Date
: 2025-07-01
Size
: 1kb
User
:
唐宝
«
1
2
3
4
5
6
7
8
9
10
...
32
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.