CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - java cpu scheduling
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - java cpu scheduling - List
[
Windows Develop
]
jinchengdiaoduWenDan
DL : 0
整个设计采用java语言,利用面向对象思想。 首先,编写一个进程调度类Main_PCB,一个进程信息类PCB_block可以创建进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 对应成员变量是pcb_Name pcb_ID int pcb_Pro PCB_Begintime() pcb_Needtime pcb_Spendtime pcb_Finishtime String pcb_Statue 成员方法是pcb_Work () 可以实例化多个包含相同信息的进程,一个线程类Work允许多个进程共行的进程调度创建各自的模拟任务,由process_Create(int Process_ProcessNum)方法实现创建Process_ProcessNum个进程。 -whole design using java language, the use of object-oriented thinking. First, the process of preparation of a scheduling Main_PCB category, an Information PCB_block process can create process control block (PCB) said. Process control block may contain the following information : process, and priority number, arrival time, the need to run time CPU has spent time, the process of the state and so on. Corresponding member variables is pcb_Name pcb_ID int pcb_Pro PCB_Begin time () pcb_Needtime pcb_Spendtime pcb_Finis htime String pcb_Statue members is pcb_Work () can be examples many of the same information included in the process. Work like a thread allows multiple process held a total of the scheduling process to create their own simulations, by process_Create (int Process_ProcessNum) method
Update
: 2025-02-17
Size
: 83kb
Publisher
:
传统
[
JSP/Java
]
ProcessCall
DL : 0
操作系统中的进程调度,进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:先进先出调度算法;基于优先数的调度算法;最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:当前执行进程;就绪队列;等待队列 -operating system process scheduling, process simulation scheduling procedures : Assuming a 10 CPU in the process of implementation, respectively : FIFO-scheduling algorithm; Based on the number of priority scheduling algorithm; shortest execution time scheduling algorithm to determine which 10 of the CPU the process of the implementation process. Scheduling requires every process when displayed on the screen : the current implementation process; Ready queue; Waiting for the queue
Update
: 2025-02-17
Size
: 102kb
Publisher
:
魏然
[
OS Develop
]
CPUScheduler
DL : 0
经典的CPU进程调度软件,可以了解CPU调度的原理.-classic CPU process scheduling software, CPU scheduling can understand the principle.
Update
: 2025-02-17
Size
: 8kb
Publisher
:
陈聪
[
JSP/Java
]
HomeWork
DL : 0
计算cpu 在rr fcfs ss排程中的使用排序 并计算它的总平均 -Cpu calculation rr fcfs ss in scheduling the use of sort and calculate its average
Update
: 2025-02-17
Size
: 5kb
Publisher
:
林振
[
JSP/Java
]
Memory
DL : 0
操作系统的cpu调度以及内存管理的java实现-Cpu scheduling the operating system and memory management to achieve the java
Update
: 2025-02-17
Size
: 4kb
Publisher
:
Sung
[
JSP/Java
]
OS_System
DL : 0
这是一个简单的操作系统,主要用文件来模拟磁盘,主要是实现CPU的调度及操作系统的文件管理.-This is a simple operating system, mainly used to simulate a disk file, mainly to achieve CPU scheduling and document management system.
Update
: 2025-02-17
Size
: 132kb
Publisher
:
王五
[
Process-Thread
]
scheduling
DL : 0
设计一程式可输入 1、几个行程 2、每个行程各别的CPU暴冲时间(毫秒) 3、到达时间 4、优先顺序 并求出 1、FCFS 2、SJF - 不可抢先 3、SJF - 可抢先 4、Priority 5、RR 平均等待时间-Design a program may enter 1, 2 several trips, each trip of the other CPU storms red time (ms) 3, the arrival time 4, and obtained the order of priority 1, FCFS 2, SJF- can not be the first to 3, SJF-- can be the first to 4, Priority 5, RR average wait time
Update
: 2025-02-17
Size
: 2kb
Publisher
:
attackk
[
OS Develop
]
cpudd
DL : 0
java实现的CPU调度算法。。算法比较通俗,易懂,是根据上课学的编的一个代码-java realization CPU scheduling algorithm. . Algorithm popular, easy to understand, is prepared according to the school to learn a code
Update
: 2025-02-17
Size
: 4kb
Publisher
:
wayne
[
OS Develop
]
pcb
DL : 0
这是一个操作系统的源代码,关于进程调度问题的代码。可以模拟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
Update
: 2025-02-17
Size
: 1kb
Publisher
:
刘锦瑞
[
JSP/Java
]
CPUSCheduling
DL : 0
CPU Scheduling in Java with assigned prioities and arrival time
Update
: 2025-02-17
Size
: 62kb
Publisher
:
ArulMalar
[
JSP/Java
]
rectangle
DL : 0
hi hello this program is code for cpu scheduling algorithms in java
Update
: 2025-02-17
Size
: 2kb
Publisher
:
srujanareddy
[
Data structs
]
OS
DL : 0
操作系统课程中的CPU进程调度小实验 其中包含了内存的分配问题-Operating in the CPU process scheduling program small experiments which contains memory allocation problem
Update
: 2025-02-17
Size
: 7mb
Publisher
:
穆旭
[
JSP/Java
]
os
DL : 0
操作系统实验的题目 cpu的进程调度的模拟-Experimental process of the operating system cpu scheduling simulation
Update
: 2025-02-17
Size
: 5kb
Publisher
:
袁俊
[
OS Develop
]
CPU_schedule_simulation
DL : 0
CPU scheduling algorithm simulation project implements FCFS , SJF , RR algorithms
Update
: 2025-02-17
Size
: 91kb
Publisher
:
msh2003
[
JSP/Java
]
p2
DL : 0
cpu scheduling using java w-cpu scheduling using java wwewe
Update
: 2025-02-17
Size
: 58kb
Publisher
:
afa
[
JSP/Java
]
cpudiaodusuanfa
DL : 0
java cpu调度算法模拟 word文档提供了其部分源码-java cpu scheduling simulation word document provides some of its source
Update
: 2025-02-17
Size
: 27kb
Publisher
:
亲张
[
JSP/Java
]
CPUscheduling
DL : 0
用java实现cpu调度模拟(CPU scheduling)-Cpu scheduling simulation with java implementation (CPU scheduling)
Update
: 2025-02-17
Size
: 3.16mb
Publisher
:
wang
[
JSP/Java
]
CpuScheduler
DL : 0
采用java编写的小程序,模拟了CPU的调度,加深对CPU调度的理解-Prepared using a small java program to simulate the CPU scheduling and deepen the understanding of the CPU scheduling
Update
: 2025-02-17
Size
: 5kb
Publisher
:
liunian
[
JSP/Java
]
CPU-Scheduling-Algorithms-Simulation-using-Java.r
DL : 0
cpu scheduling algos using java
Update
: 2025-02-17
Size
: 97kb
Publisher
:
vikas
[
JSP/Java
]
diantiTest
DL : 0
电梯调度,使用java实现,模拟操作系统cpu调度-Elevator dispatching, the use of java, cpu scheduling simulation of the operating system
Update
: 2025-02-17
Size
: 62kb
Publisher
:
吴翔宇
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.