Coder Social home page Coder Social logo

os_project's Introduction

Operating System Project

OS Projects in 2015 Spring term

##First Project:电梯调度项目

###基本任务 某一层楼20层,有五部互联的电梯。基于线程**,编写一个电梯调度程序。

###功能描述

  • 电梯应有一些按键,如:数字键、关门键、开门键、上行键、下行键、报警键等;
  • 有数码显示器指示当前电梯状态;
  • 每层楼、每部电梯门口,有上行、下行按钮、数码显示。

###基本需求

  • 五部电梯相互联结,即当一个电梯按钮按下去时,其它电梯相应按钮同时点亮,表示也按下去了。
  • 电梯调度算法:
    • 所有电梯初始状态都在第一层;
    • 每个电梯没有相应请求情况下,则应该在原地保持不动;
    • 电梯调度算法基于简单的轮转算法,当电梯外部的上下行按钮被按下时产生一个电梯任务,将其放入任务队列,当任务队列不为空时由任务调度算法将任务分配到五部电梯。

##Second Project:内存管理系统 ###基本任务 ###功能描述 ###基本需求


##Third Project:文件管理系统 ###基本任务 ###功能描述 ###基本需求

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.