搜索资源列表
filesystem_java
- 用java模拟操作系统里的文件管理 本系统提供了多用户登录,但每次只有一个用户在系统中,每增加一个用户,就给这个用户增加一个子目录作为他的个人目录,当用户文件时就在他相应的子目录下添加。
操作系统课程设计之进程调度
- 1)编程实现模拟操作系统进程调度子系统的基本功能;理解进程调度的概念,通过课程设计深入了解进程控制块的功能、进程的创建、删除以及进程各个状态间的转换过程;实现先来先服务、时间片轮转、多级反馈轮转法对进程进行的调度过程;通过观察有关的队列结构的内容的动态变化过程深入体会各个调度算法的特点;从而能够更好的巩固从书本上学到的知识。 2)编程过程中需要建立队列等结构进行各种操作,通过该次试验,可以督促学生从实用的角度对《数据结构》课程内容进行更深入理解和更熟练的应用。 3)实验编程语言要求使用jav
FileManagement.rar
- 用JAVA模拟操作系统的文件管理,主要是用Fat表的形式来组织的文件系统的数据结构。,JAVA simulation using the document management system, Fat is mainly used to organize the form of file system data structures.
ava模拟操作系统的lru虚拟内存换页算法
- java模拟操作系统的lru虚拟内存换页算法-java simulation of the operating system virtual memory paging algorithm lru
JavaOS
- Java开发模拟出的一个操作系统。具备操作系统的基本功能。-A Java simulated OS.
PageReplacementAlgorithm
- 用java实现的模拟操作系统页面置换算法,该算法是基于先进先出算法实现的。-Simulation of the operating system using java to achieve the page replacement algorithm, which is based on the FIFO algorithm implementation.
os
- 一个具有模拟CPU、模拟内存、模拟硬盘、模拟CPU管理、模拟内存管理、模拟硬盘管理、模拟进程管理、模拟指令系统、模拟中断处理的一个能运行在WINDOWS平台上的一个模拟的单用户多任务操作系统。-Simulation of a CPU, analog memory, analog hard disk, analog CPU management, memory management simulation to simulate the hard disk management, and simul
ex2
- 本程序是国外经典的操作系统调度试验,用Java线程模拟操作系统的随机调度-This procedure is outside the classic operating system scheduling tests, using Java thread scheduling stochastic simulation of the operating system
MyOS
- 使用Java语言开发的模拟操作系统课程设计。-The use of Java language development curriculum design simulated operating system.
disk_attemper
- 模拟操作系统的磁盘读取,按照不同的磁盘调度算法,进行比较磁盘调度的效果,并用图显示出来。-simulate mircosoft system disk attemper
Operation
- Java程序模拟操作系统中先进先出、短作业优先、响应比高者优先的作业调度-Java FIFO simulation operating system, the short operating priority, in response to high priority of the job scheduling
FIFOandLRU(java)
- 这是一个用java实现的模拟操作系统的进程调度的FIFO算法和LRU算法。程序默认设置的系统分配给进程的页面数为3个、-This is a simulation using java operating system to achieve the process of the FIFO scheduling algorithm and LRU algorithm. Procedures for the allocation of the default settings of the syste
bloodOS
- 我们操作系统的课程设计,模拟操作系统的进程调度功能,包括四种算法,先来先服,优先级,轮转法,多级轮转-We are of course operating system design, simulation of the process of scheduling the operating system functions, including the four algorithms, first-come, first serve, priority, web method, multi-s
os
- Java 和c做的模拟操作系统,界面美观功能完善-Java and c do simulation operating system function interface aesthetics
Java
- 模拟文件管理,操作系统的一个课程设计,相信对大家肯定有用-Document Management Simulation
OS
- 用JAVA模拟操作系统上的信号量以及互斥的功能。-Using the Java operating system simulation on the amount of signal, as well as mutually exclusive functions.
src
- 使用java模拟操作系统内存运行情况 FIFO算法和最近最少使用算法-Java simulated operating system memory operation FIFO algorithm and least-recently-used algorithm
FileManageSystem
- JAVA模拟操作系统的文件管理 使用java语言,采用多到程序设计方法基本上实现并模拟了单用户操作系统。该操作系统包括四部分内容:①文件管理和用户接口;②存储管理;③设备管理;④进程管理。-JAVA simulation operating system file management using the JAVA language, and simulation is realized by using program design method to basically the single
File_System
- 用java模拟操作系统里的文件管理,(2)完成对文件的创建、复制、删除、查看属性、打开、关闭、读、写等操作。 (3)完成对二级文件目录或树形文件目录的管理。 完成目录的创建、复制、删除、查看子目录、目录下的文件等目录操作。-Simulation of the operating system using java s document management system provides a multi-user login, but every time there is only o
Java操作系统磁盘调度算法
- 模拟操作系统磁盘调度算法,实现了先来先服务,最短寻道时间,电梯扫描算法(Disk scheduling algorithm for analog operating system)