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

搜索资源列表

  1. lift-simulator

    0下载:
  2. it s a lift simulator, use operating system concept call mutex to implenment a lift. I do it prefectly.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3.43kb
    • 提供者:jinghe
  1. page.change

    0下载:
  2. 功能介绍: l 输入进程P总共有的页面数,l 并输入系统已经在内存中分配的页面数。当所分配的页面数大于进程P的页面数时,l 则不l 需要进行页面调度工作。 l 由进程P的页面数目,l 程序随机生成一些访问内存的页面号,l 为简化程序,l 这些页面号的数目同l 进程P的进程数目一致(这个缺陷也有待改进)。 l 由用户选择FIFO算法还是LRU算法对进程P的页面访问内存分配的页面进行分配,l 并输出具体的页面访问过程。 原理介绍: 请求页式管理中的置换算法:置换算法在内存中没有空
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:80.94kb
    • 提供者:角斗士
  1. ReactOS-0.3.3-REL-src

    0下载:
  2. ReactOS是一些高手根据Windows XP的内核编写出的类XP。内核实现机理和API函数调用几乎相同。甚至可以兼容XP的程序。喜欢研究系统内核的人可以看一看。-ReactOS is a number of players under the Windows XP core classes to prepare XP. Core mechanism and realize almost the same API function call. Can even be compatible wi
  3. 所属分类:OS Develop

    • 发布日期:2017-06-22
    • 文件大小:39.27mb
    • 提供者:gbcgbc
  1. os

    0下载:
  2. 操作系统实验,有简单的系统调用还有进程控制等问题。-Experimental operating system, a simple system call there are issues such as process control.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:15.99kb
    • 提供者:leo
  1. syscall

    0下载:
  2. 在做linuxshell设计时的系统调用的代码-Linuxshell doing the design of the system call code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:2.51kb
    • 提供者:古月
  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-23
    • 文件大小:2.74kb
    • 提供者:陈忠俊
  1. J3

    0下载:
  2. nor flash驱动,可以在没有操作系统下,直接调用函数接口对flash进行读,写,擦除。 -nor flash drive, no operating system can directly call the function on the flash interface for reading, writing and erasing.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:33.91kb
    • 提供者:刘跃
  1. lkd2nd

    0下载:
  2. The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insid
  3. 所属分类:OS Develop

  1. Minix_brk

    2下载:
  2. Minix下brk系统调用的改进与实现(含文档)-Minix improved under the brk system call
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:118.31kb
    • 提供者:jjc
  1. osruanzhongduan

    0下载:
  2. 操作系统实验 进程软中断通信 编写一段程序,父进程创建一个子进程p1;并使子进程利用系统调用kill()向父进程发送信号,父进程得到信号后输出字符串“received p1 signal.” 。 -Experimental process, the operating system write a soft interrupt communication procedures, the parent creates a child process p1 and to the child pro
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:30.85kb
    • 提供者:董俐
  1. exper11_2

    0下载:
  2. 学习和掌握使用系统调用操作文件和目录的属性、内容的方法-system call to handle the directry and file
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1.65kb
    • 提供者:chenzhiyong
  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
    • 文件大小:16.09kb
    • 提供者:王鑫
  1. 2

    0下载:
  2. 掌握系统调用pipe()的使用方法及其功能,理解管道通信原理; (2)掌握利用系统调用exit()和wait()实现父进程与子进程之间的同步,理解同步的含义。 -Master the system call pipe () to use its functions, to understand the pipeline communication theory (2) master system call exit () and wait () synchronization betw
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:19.04kb
    • 提供者:王鑫
  1. 3

    0下载:
  2. 正确应用系统调用signal()建立进程与信号(异步事件)之间的联系,理解信号机制; 正确应用系统调用getppid()、kill(),进步理解广义同步的含义。 -The correct application of the system call signal () to establish processes and signal (asynchronous events) the link between understanding the signaling mechanisms
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:17.65kb
    • 提供者:王鑫
  1. 4

    0下载:
  2. 掌握系统调用msgget()、msgsnd()、msgrevmsgctl()的使用方法及其功能,理解消息通信原理; 系统理解linux 的三种通信机制。 -Master the system call msgget, msgsnd (), msgrevmsgctl () to use its functions, to understand the message communication theory system to understand the linux three com
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:19.44kb
    • 提供者:王鑫
  1. 5

    0下载:
  2. 掌握系统调用shmget()、shmat()、shmdtshmctl()的使用方法及其功能,理解共享存储区通信原理; 系统理解linux 的三种通信机制。 -Master the system call shmget (), shmat (), shmdtshmctl () to use its functions, understanding, communication principle of shared storage area system to understand th
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:15.57kb
    • 提供者:王鑫
  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
    • 文件大小:1.16kb
    • 提供者:沈伯伟
  1. shell

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

    • 发布日期:2017-11-27
    • 文件大小:696byte
    • 提供者:舒昌文
  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-12
    • 文件大小:1.02kb
    • 提供者:兰兰
  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
    • 文件大小:1kb
    • 提供者:zxy_958
« 12 »
搜珍网 www.dssz.com