CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - fork

搜索资源列表

  1. fczxtsxbg

    0下载:
  2. 操作系统实习报告,LINUX常用命令,fork.c源代码分析,磁盘调度
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:530972
    • 提供者:屈辰子
  1. fork

    0下载:
  2. 这是一个进程创建实现的简单源程序,实现进程间的通信和管理
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3422
    • 提供者:肖欣
  1. lab1

    0下载:
  2. Nachos上开发的一个初级shell。Shell支持cd, dir, clr, environ, echo, help, pause and quit命令;上述命令之外的其他命令通过系统调用fork和exec创建子进程实现; -Nachos on the development of a primary shell. Shell support cd, dir, clr, environ, echo, help, pause and quit order the order other
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:2807
    • 提供者:陈忠俊
  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-07
    • 文件大小:3762
    • 提供者:ahmet
  1. fork

    0下载:
  2. 此程序的功能就是创建若干进程,实现对进程的管理,主要是针对操作系统中进程这一块的理解。-Feature of this program is to create a number of processes to achieve the management of the process, mainly for operating system processes to understand this one.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:538
    • 提供者:周中锋
  1. os

    0下载:
  2. Fork: 实现了以进程解决生产者消费者问题. pclone: 实现了以线程解决生产者消费者问题. test_scheduler: 实现了处理机调度--实时调度算法EDF和RMS store_scheduler: 实现了存贮管理--动态不等长存储资源分配算法 HashFile: 实现了文件系统--Hash结构文件 device: 实现了设备管理--Linux设备驱动程序安装(注意头文件的位置随环境不同而改变)-Fork: to achieve a solution to pr
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:31590
    • 提供者:詹磊
  1. run

    0下载:
  2. 自己动手写操作系统,小练习包括fifo.c\fork.c\popen.c等,保护模式,超过1M内存管理模式,等代码,生成的中间文件等,适合初学者参考!-Do-it-yourself write operation system, small exercises include fifo. C \ fork. C \ popen. C, and other protection mode, more than 1 M memory management mode, and the code, ge
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:72011
    • 提供者:房凌霄
  1. zhexuejiaandfork

    0下载:
  2. 操作系统经典问题“五个哲学家吃面”问题的可视化仿真(操作系统课程设计作业)-thinking, geting fork, eating
  3. 所属分类:OS Develop

    • 发布日期:2017-06-09
    • 文件大小:17314383
    • 提供者:杨一凡
  1. 1

    0下载:
  2. 掌握系统调用fork()的使用方法及其功能; 利用系统调用sleep()调整父进程及各子进程的并发执行过程; 认真查看和比较每次执行结果,分析原因。 -Use to master the system call fork () function use system calls the sleep () to adjust the parent process and child process concurrent execution of process seriously
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:16479
    • 提供者:王鑫
  1. fork()

    0下载:
  2. 进程的管道通信编制一段程序,实现进程的管道通信,使用系统调用pipe()建立一个管道文件;两个子进程P1和P2-The the process pipe communication the preparation of a program, achieve process pipeline communication, using the system call pipe () to build a pipeline processes P1 and P2 of the two sub-
  3. 所属分类:OS Develop

    • 发布日期:2017-11-07
    • 文件大小:1183
    • 提供者:沈伯伟
  1. shell

    0下载:
  2. 实现操作系统的简单调用,fork(),exev()-Simple operating system call, fork (), exev ()
  3. 所属分类:OS Develop

    • 发布日期:2017-11-26
    • 文件大小:696
    • 提供者:舒昌文
  1. Fibonacci

    0下载:
  2. 利用fork以child process產生Fibonacci級數-The program using fork function creates child process for generating Fibonacci series
  3. 所属分类:OS Develop

    • 发布日期:2017-11-26
    • 文件大小:526
    • 提供者:劉健平
  1. linuxanalysis

    0下载:
  2. 通过对Linux的fork.c、exit.c代码的分析, 了解一个操作系统进程的创建、退出的过程; 锻炼学生分析大型软件代码的能力;通过与同组同学的合作, 锻炼学生的合作能力。-Based on Linux fork. C, exit. C code analysis, understand an operating system process to create and exit process Training students the ability of analysis of la
  3. 所属分类:Driver develop

    • 发布日期:2017-12-05
    • 文件大小:3753185
    • 提供者:伊瓦
  1. productor_consumer

    0下载:
  2. 本程序综合采用V fork 、共享内存、信号量机制实现了2个生产者与2个消费者之间的进程同步。并完成了程序的准确性验证。同时,为了更加准确的测试程序的稳定性,设定了每个生产者和消费者在对缓冲区进行操作前都会等待一段随机的时间,并把缓冲区大小设置得相对较小。最后经过多次测试,程序结果均完全正确.-This procedure using a combination of V fork, shared memory, semaphores mechanism to achieve the proce
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:3132
    • 提供者:万园春
  1. jos-master

    0下载:
  2. os mit fork i gues moroccain bla-os mit fork i gues moroccain bla
  3. 所属分类:OS Develop

    • 发布日期:2017-05-02
    • 文件大小:962892
    • 提供者:med
  1. LINUXOS

    0下载:
  2. 以Linux 系统进程和线程机制为背景,掌握fork()和clone()系统调用的形式和功能以及与其相适应的高级通讯方式。由fork派生的子进程之间通过pipe通讯,由clone创建的线程之间通过共享内存通讯,对于后者需要考虑互斥问题。-Linux systems to process and thread mechanism background, master fork () and clone () system call form and function as well as adva
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1049
    • 提供者:兰兰
  1. a

    0下载:
  2. 编制一个程序,使其实现进程的软中断通信。父进程发信号控制子程序的终止。 使用系统调用fork()创建两个子进程,再用系统调用signal()让父进程捕捉键盘上的中断信号;当捕捉到中断信号后,父进程用系统调用Kill()向两个子进程发出信号,子进程捕捉到信号后分别输出下列信息后终止: Child Proeess 1 is Killed by Parent! Child Process 2 is Killed by Parent! 父进程等待两个子进程终止后,输出如下的信息
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:zxy_958
搜珍网 www.dssz.com