CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - fork.c

搜索资源列表

  1. guandaotongxin

    0下载:
  2. 1、 了解系统调用pipe()的功能和实际原理 2、 编写一段程序,使用管道实现父子进程之间的通信 a) 使用系统调用fork()创建一个子进程 b) 子进程调用函数write()向父进程发送自己的进程ID和字符串” s sending a message to parent.\\n”。 c) 父进程调用函数read()通过管道读出子进程发来的消息,将消息输出屏幕,然后终止 -1, the understanding of the system call pipe () fu
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4476
    • 提供者:witkey_eagle
  1. fork_textcanjian

    0下载:
  2. 1、 了解系统调用fork()、execl()、exit()、getpid()和waitpid()的功能和实现过程 2、 编写一段程序实现以下功能: a) 使用系统调用fork()创建两个子进程 b) 父进程重复显示字符串”parent:”,并使用函数getpid()显示自己的进程ID。 c) 两个子进程分别重复显示字符串”child:”,并使用函数getpid()显示自己的进程ID 3、 编写一段程序实现以下功能: a) 使用系统调用fork()创建一个子进程 b)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8212
    • 提供者:witkey_eagle
  1. threadlibrary

    0下载:
  2. I use C to implement thread operating,include initiallize,fork,yield,exit,kill. You should have driver to use this library. I choose array for ready queue,and strcut for Thread Control Block.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2665
    • 提供者:陈晨
  1. fork

    0下载:
  2. Linux fork.c 源代码,带中文注释-Linux fork.c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3541
    • 提供者:forayao
  1. myshell

    1下载:
  2. 应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;-Application of UNIX s fork () system call,
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-07-13
    • 文件大小:4133
    • 提供者:晏珏
  1. fork256

    1下载:
  2. the hash function FORK-256,256位的安全散列验证算法,SHA-256的替代者。-the hash function FORK-256,256-bit secure hash authentication algorithm, SHA-256 replacement for him.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-05-03
    • 文件大小:1959
    • 提供者:yuisikyo
  1. 01051312.tar

    0下载:
  2. 应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行 -With C++ Prepared Linux myshell, support the redirect and pipe symbols, support for CD command r
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:25078
    • 提供者:唐长茂
  1. code

    0下载:
  2. linux文件I-O exit.c fork.c select.c write.c waitpid.c execlp.c execle.c-linux file IO exit.c fork.c select.c write.c waitpid.c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:55776
    • 提供者:s
  1. ivi_ls

    0下载:
  2. 目的: 1、应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符; 接受和分析命令行(滤去无效的空格、tab符号以及换行符等); 执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1973
    • 提供者:ivi
  1. third

    0下载:
  2. linux 下用C编程的fork exec wait exit 函数的实例!-the example of fork exec wait exit
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5738
    • 提供者:xc
  1. process_control

    0下载:
  2. 进程控制,linux编程,系统调用,fork()、exec()、exit()、waitpid()函数的功能以及实现过程,1创建两个子进程,重复显示代码2调用exec()更换自己的代码。计算机操作系统第三版实验二-process control :fork()exec()waitpid()exit().show some words constantly both in the parent s and children process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:791
    • 提供者:柳佳林
  1. dgl.c.tar

    0下载:
  2. The beginnings of a fork of DirectFB to work with the MGL in a sort of QuartzXtreme capacity, I only put in what I have done and nothing else, as I create more I will put that up here as well. So there it is
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2361
    • 提供者:david gorman
  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. 使用C语言实现进程间的控制。并使用KILL命令杀死对应进程-use c to fork
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. shell下面子命令的程序框架,以ls -l 为例子。 对fork的应用实例。-ready for shell,how to create an easy shell in the linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2725
    • 提供者:tiange
  1. simpleshell.c

    0下载:
  2. A simple shell which fork a child and execute on child
  3. 所属分类:Linux-Unix program

  1. io-writesl

    0下载:
  2. fork.c contains the help-routines for the fork system call. - fork.c contains the help-routines for the fork system call.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:15005
    • 提供者:wegfhp
  1. fork

    0下载:
  2. \file api_exec.c Initialize dispatch table with the immidiate mode functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:8773
    • 提供者:cllspn
  1. fork

    0下载:
  2. 操作系统上机作业:fork的使用。 附实验报告(OS job : how to use fork. With experiment report)
  3. 所属分类:Linux/Unix编程

  1. fork注释

    0下载:
  2. Linux源代码阅读, 其中fork.c部分内核代码注释(Linux fork.c kernel code annotation)
  3. 所属分类:驱动编程

    • 发布日期:2018-04-22
    • 文件大小:10240
    • 提供者:win197
« 12 »
搜珍网 www.dssz.com