CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - fork

搜索资源列表

  1. linuxCode

    0下载:
  2. It is code for linux program. There are alarm, execle, fork, fifo,write and so on for sample.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:61038
    • 提供者:lbl
  1. pp

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3877
    • 提供者:kank
  1. clientServerUsingForking

    0下载:
  2. Comparison of fork and select command,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:3285
    • 提供者:Farhan
  1. air_planes.tar

    0下载:
  2. 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.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:3762
    • 提供者:ahmet
  1. process-ex2

    0下载:
  2. 这个程序是关于PIPE 和 FORK的运用,适合新手入门-This program is about the use of PIPE and FORK for Getting Started
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:681
    • 提供者:zheng cheng
  1. MyOwnShell.tar

    0下载:
  2. 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,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:19603
    • 提供者:sanmao
  1. fork

    0下载:
  2. Fork programming in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:17172
    • 提供者:hireraju
  1. fork

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

    • 发布日期:2017-03-29
    • 文件大小:1701
    • 提供者:hylzuo
  1. FORK

    0下载:
  2. 进程的创建。编制一段程序,使用系统调用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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:759
    • 提供者:树蜂
  1. fork

    0下载:
  2. 简单的fork()应用,用fork创建两个进程,并根据条件执行-a simple example for fork()
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:28254
    • 提供者:胡捷
  1. fork

    0下载:
  2. 使用C语言实现进程间的控制。并使用KILL命令杀死对应进程-use c to fork
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:715
    • 提供者:hepengfei
  1. Program-Fork

    0下载:
  2. Fork sample in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:16705
    • 提供者:aram
  1. fork

    0下载:
  2. 对新学linux的程序员很有帮助,主要是讲解fork函数是如何工作,如何创建进程的-Helpful new learning linux programmers, mainly to explain the fork function, how they work, how to create a process
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:67820
    • 提供者:孙阳
  1. test-fork

    0下载:
  2. test fork() function in linux env
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:10305
    • 提供者:saeedtmp
  1. fork.tar

    0下载:
  2. linux 用fork()创建进程并且显示子进程与父进程相关信息-linux fork () create processes and displays the information of the child and parent processes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:70364
    • 提供者:wufei
  1. Two-fork-tree-four-operations

    0下载:
  2. windows下,vc++实现,应用的是二叉树来实现四则运算-used the Two fork tree,to make four operations
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:185025
    • 提供者:陈翔运
  1. Fork

    0下载:
  2. fork程序,产生子程序,幫助父程序工作-failed to translate
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-07
    • 文件大小:500563
    • 提供者:zaccurli
  1. fork alghorithmb in c

    0下载:
  2. fork alghorithmb in c , an example for c learning
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-11-25
    • 文件大小:13645
    • 提供者:pooya
  1. fork

    0下载:
  2. 模拟多进程机制,用fork()开启子进程,模拟父进程与子进程的关系-Analog multi-process mechanism, with the fork () on the child process, the parent process and the child process simulation relations
  3. 所属分类:Driver develop

    • 发布日期:2017-11-30
    • 文件大小:1125
    • 提供者:唐宝
  1. fork.pdf.tar

    0下载:
  2. this fork pdf which is using in linux programming-this is fork pdf which is using in linux programming
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:66371
    • 提供者:Amit Sinha
« 1 23 4 5 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com