搜索资源列表
banque
- 这用java语言模拟一个银行的操作系统,main-class:run 图形界面模式:加参数-graphic 文字模式:加参数-text Client.txt存放客户信息 Compte.txt存放账户信息 Operation.txt账号使用信息 这个版本是法语版的-this java language simulation with a bank of the operating system, main-class : run graphical interface mo
tips
- 操作系统实验(java) 设计一个模拟若干售票网点的售票程序。 (1) 可以在任一网点查询; (2) 给出售票信息。-experimental operating system (java) design simulation of a number of ticket outlets ticketing procedures. (1) can be in office for a network; (2) gives ticket information.
JavaSourseManager
- 使用JAVA编写的操作系统实验-内存资源管理和释放模拟程序-use Java to prepare the experimental operating system-memory resources management and the release of Simulation Program
osos
- 这是由Java编写的小型模拟操作系统,其中实现了多道批处理作业的功能。
filesystem_java
- 用java模拟操作系统里的文件管理 本系统提供了多用户登录,但每次只有一个用户在系统中,每增加一个用户,就给这个用户增加一个子目录作为他的个人目录,当用户文件时就在他相应的子目录下添加。
OS_sample
- 使用java模拟实现操作系统一些功能,如时间片轮转,PCB控制,主存分配等
FileManage
- 基于java的文件系统管理实现。模拟操作系统对文件的管理,实现一个简单的文件系统。
pcb
- 这是一个操作系统的源代码,关于进程调度问题的代码。可以模拟cpu的进程调度,虽然拙劣了点。但是值得参考一下的、-This is an operating system source code, the process of scheduling problems on the code. Cpu can simulate the process of scheduling, although clumsy for that. But it is also useful to look, and
ex2
- 本程序是国外经典的操作系统调度试验,用Java线程模拟操作系统的随机调度-This procedure is outside the classic operating system scheduling tests, using Java thread scheduling stochastic simulation of the operating system
OS
- 操作系统课程设计,模拟处理机管理、存储管理、文件管理三个功能。-Operating systems curriculum design, simulation processor management, storage management, document management three functions.
MyOS
- 使用Java语言开发的模拟操作系统课程设计。-The use of Java language development curriculum design simulated operating system.
disk_attemper
- 模拟操作系统的磁盘读取,按照不同的磁盘调度算法,进行比较磁盘调度的效果,并用图显示出来。-simulate mircosoft system disk attemper
TestReaderAndWriter
- 操作系统中读者写者问题的模拟实现采用java多线程方式实现-Reader and Writer(Reader First)
OS_YeMianZhiHuan
- 操作系统算法,模拟操作系统算法的Java实现-Operating system algorithms, simulated operating system Java implementation algorithm
Process
- 用java语言编写的带有界面的模拟操作系统进程调度的程序,可随机生成10个进程,采用三种算法执行,即——1-先进先出调度算法 2-基于优先数的调度算法 3-最短执行时间调度算法-Java language interface with the operating system process scheduling simulation program, can be randomly generated 10 process, the implementation of the three al
replacement
- java编写的模拟操作系统的内从替换策略,带界面,可直接当作业使用,有极*价值1-simulated operating system written in Java within the replacement policy, with the interface, can be used directly when operating, great reference value
os
- 使用java语言或C++语言编程实现模拟操作系统进程调度子系统的基本功能;实现先来先服务、时间片轮转、多级反馈轮转法对进程进行的调度过程;掌握各个调度算法的特点。-Using java language or C++ programming language operating system simulation process scheduling subsystem basic functions achieve a first-come, first-served, the time s
java-os
- 此次操作系统,本人使用java中的多线程来模拟多进程共享临界资源。java中多线程就是一个类或一个程序执行或管理多个线程执行任务的能力,每个线程可以独立于其他线程而独立运行,当然也可以和其他线程协同运行,一个类控制着它的所有线程,可以决定哪个线程得到优先级,哪个线程可以访问其他类的资源,哪个线程开始执行,哪个保持休眠状态。对临界资源Critical_Resources类进行操作方法声明为synchronized,当方法被该关键字声明后,也就意味着,如果这个资源类被加锁,只有一个对象得到这个类的锁
SynEdit
- java语言版的模拟操作系统,需要的自己下咯-java language
哲学家
- 用java模拟哲学家吃饭的算法,加深对操作系统的学习理解。(Using java to simulate the algorithm of philosophers' eating, we can deepen our understanding of the operation system.)