搜索资源列表

  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. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:cjf
  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编程

    • 发布日期:2024-05-20
    • 文件大小:113664
    • 提供者:zhangquan
  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
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:1832960
    • 提供者: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编程

    • 发布日期:2024-05-20
    • 文件大小:143360
    • 提供者:Dung
  1. nachos-3.4

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

    • 发布日期:2024-05-20
    • 文件大小:1227776
    • 提供者:李哲
  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 proces
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:高飞
  1. nachos-pa2-1.tar

    0下载:
  2. NAHCOS 2 source code MP2
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:195584
    • 提供者:KP
  1. exp1

    0下载:
  2. 操作系统实验一 体验Nachos下的并发程序设计 用C++实现双向有序链表; 在nachos系统中使用你所写的链表程序并演示一些并发错误 -Experience Nachos operating system under test a concurrent programming using C++, ordered two-way linked list in nachos system written list to
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:434176
    • 提供者:chengwang
  1. nachosMemoyallocation

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

    • 发布日期:2024-05-20
    • 文件大小:209920
    • 提供者:hzx
  1. lab9

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

    • 发布日期:2024-05-20
    • 文件大小:135168
    • 提供者:jeremy
  1. lab3

    0下载:
  2. 在nachos系统中实现生产者—消费者问题-Implement the system in the nachos Producer- Consumer problem
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:138240
    • 提供者:jeremy
  1. code

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

    • 发布日期:2024-05-20
    • 文件大小:1083392
    • 提供者: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编程

    • 发布日期:2024-05-20
    • 文件大小:2895872
    • 提供者:samron
  1. 2001-03-30-mp2

    0下载:
  2. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:66560
    • 提供者:plutus
  1. nachossemaphore

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

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:常飞
  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 s
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:
  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, synchroni
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:kira
  1. NachOSthread

    0下载:
  2. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:2275328
    • 提供者:
  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 d
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:23885824
    • 提供者:敏敏特穆尔
  1. ns2.34-setup

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

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:韩世广
« 1 2 3 4 5 6 7 89 10 11 »

源码中国 www.ymcn.org