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

搜索资源列表

  1. nru

    0下载:
  2. 置换算法最近最不经常使用(NRU)算法通过对页面、页表、地址转换和页面置换过程的模拟,加深对请求调页系统的原理和实现过程的理解。-Replacement algorithm is the least frequently used recently (NRU) algorithm through the pages, page tables, address translation and page replacement process simulation, to deepen the re
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:819
    • 提供者:高飞
  1. nachos-java.tar

    0下载:
  2. 最重要的国外操作系统设计源码,实现了操作系统的最基本功能,对学习系统设计帮助相当大-The most important source of foreign operating system design, implementation of the basic operating system functions, system design of the study to help a large
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:113447
    • 提供者:zhangquan
  1. nachosMemoyallocation

    0下载:
  2. 实现操作系统课程中的nachos 内存分配实验,实现内存的分配-nachos experiment on memory allocation
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:210031
    • 提供者:hzx
  1. OS0417

    1下载:
  2. 此为NachOs实验报告及源码,实验内容: 1. 研究code/shell 下的代码: Nachos 所给的源代码的code/shell 目录下的源代码实现了一个shell,该shell 利用C/C++ 对Linux Shell 命令的调用支持( execl (SHELL, SHELL, "-c", exec_name,NULL) )实现了一个Shell 的Wrapper,使得一个函数(nachos_syscall.c 中的Exec(char*exec_name))可以实现所有的Linu
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-05-23
    • 文件大小:278528
    • 提供者:Lilith
  1. ExtensioofddrSpaceadSystemCal

    0下载:
  2. .扩展nachos的系统调用的Exec()方法,允许nachos可执行文件调用Exec()方法,并且执行所指定的nachos可执行程序。-. Nachos expansion of the system call Exec () method that allows an executable file nachos call Exec () method, and the implementation of specified nachos executable program.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:13796
    • 提供者:wangz
  1. os1

    0下载:
  2. nachos下的并发程序设计,操作系统实验,用C++实现双向有序链表;-nachos of concurrent programming, operating system experiments, using C++ to achieve a two-way linked list in an orderly manner
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:7034
    • 提供者:cjf
  1. Nachos_CanBan

    0下载:
  2. This basic knowledge of NachOS - a virtual operating system on LINUX !! It is good for those who want to know how the OS running !! Some of documents is written in English and others in VietNamese-This is basic knowledge of NachOS- a virtual operatin
  3. 所属分类:OS Develop

    • 发布日期:2017-05-09
    • 文件大小:1833426
    • 提供者:welcomyou
  1. 0712118

    0下载:
  2. all about nachos system.ư e can create a virtual machine-all about nachos system.ư e can create a virtual machine
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:143302
    • 提供者:Dung
  1. nachos-3.4

    1下载:
  2. 流行的操作系统教学软件源码,非常经典,欢迎下载-Popular educational software operating system source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1228218
    • 提供者:李哲
  1. nachos-pa2-1.tar

    0下载:
  2. NAHCOS 2 source code MP2
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:195426
    • 提供者:KP
  1. lab9

    0下载:
  2. 实现nachos系统中线程按优先级调度的功能-Threads to achieve nachos system functions according to priority scheduling
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:135444
    • 提供者:jeremy
  1. code

    0下载:
  2. 1. 对操作系统的文件系统有更加深刻的了解 2. 了解文件和目录的概念和组织结构,了解位图法管理磁盘空闲块 3. 学习和掌握长文件名的实现方式 4. 学习和掌握如何利用多级索引实现大文件存储 5. NachOS的进一步学习和使用-Nachos implement.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1083044
    • 提供者:fancyboy1988
  1. code-linux.tar

    0下载:
  2. Nachos3.4 源码. Nachos是由UC伯克利开发的一个用于学习的模拟操作系统-Nachos3.4 source. Nachos developed by UC Berkeley, a operating system for the simulation study
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-12
    • 文件大小:2896028
    • 提供者:samron
  1. 2001-03-30-mp2

    0下载:
  2. 所属分类:OS Develop

    • 发布日期:2017-04-23
    • 文件大小:66591
    • 提供者:plutus
  1. nachossemaphore

    0下载:
  2. nachos系统中实现信号量以及对原有sleep程序的改写-nachos system for signal and the amount of rewriting of the original sleep program
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:6437
    • 提供者:常飞
  1. shell

    0下载:
  2. 操作系统课程实验:实现一个自己的shell,理解shell的工作原理,在用户程序中实现必要的系统调用,实现一个基于Nachos的shell。-Operating system course experiment. Implement its own shell, shell to understand the working principle of the user program to achieve the necessary system calls to implement a Nac
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1630
    • 提供者:
  1. CWriterReader

    0下载:
  2. 用信号量来实现读者写者问题。 学习NachOS的使用方法 理解和运用信号量、PV原语、进程间的同步互斥关系等基本知识。 -Semaphores to implement the reader with a writer problem. Learning NachOS understanding and application of use of semaphores, PV primitives, synchronization between the mutually ex
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:10441
    • 提供者:kira
  1. NachOSthread

    0下载:
  2. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2274833
    • 提供者:
  1. os_nachosstudy

    0下载:
  2. 山东大学操作系统课程设计的教学课件,里面有丰富的内容,还有一个nachos3.5,在做nachos操作系统设计时是很好的一个学习的材料!-Shandong University of operating systems courseware curriculum design, which is rich in content, there is a nachos3.5, making nachos operating system design is a very good learning
  3. 所属分类:OS Develop

    • 发布日期:2017-06-15
    • 文件大小:23885510
    • 提供者:敏敏特穆尔
  1. ns2.34-setup

    0下载:
  2. 网络协议仿真平台nachos的安装教程,已经证实可以用的-Nachos network protocol simulation platform installation tutorial, you can use proven
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:9067
    • 提供者:韩世广
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com