CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - process scheduling simulation
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - process scheduling simulation - List
[
OS Develop
]
jinc
DL : 0
操作系统模拟程序,此文件中包含了进程的调度,进程调度过程的详细模拟-operating system simulation program, this file contains the process of scheduling, process scheduling simulation of the detailed process
Update
: 2008-10-13
Size
: 1.79kb
Publisher
:
jake
[
OS Develop
]
jinchengdiaodumonichengxu
DL : 0
这是一个用C语言实现的操作系统进程调度模拟程序-This is a C language of the operating system process scheduling simulation program
Update
: 2008-10-13
Size
: 1.46kb
Publisher
:
yue
[
Mathimatics-Numerical algorithms
]
进程调度模拟程序
DL : 0
操作系统进程调度模拟程序vc实现-operating system simulation process scheduling procedures to achieve vc
Update
: 2025-02-17
Size
: 2kb
Publisher
:
梁山东
[
OS program
]
process
DL : 0
编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 -prepared a simulation and debugging process scheduling procedures, "Priority number of the highest priority" Scheduling Algorithm of five scheduling process. "Priority number of the highest priority" scheduling algorithm The basic idea is to place the CPU allocated to the parade were the highest priority in the process. Static priority is the creation of a number of processes identified, and the entire process will not change during operation.
Update
: 2025-02-17
Size
: 172kb
Publisher
:
111111
[
assembly language
]
schedule
DL : 0
这是操作系统原理中CPU进程调度的模拟算法,是用优先数调度的-This is the operating principle in the CPU process scheduling simulation algorithm, is the number of scheduling priority
Update
: 2025-02-17
Size
: 2kb
Publisher
:
俞燕辉
[
CSharp
]
ProcessScheduling
DL : 0
C# 进程调度 算法演示 模拟操作系统进程调度-C# demonstration of the process of scheduling the operating system process scheduling simulation
Update
: 2025-02-17
Size
: 38kb
Publisher
:
snk
[
Other
]
Process
DL : 0
本次课程设计要求采用VC++结合MFC界面模拟进程调度-The curriculum requires VC++ MFC interface with process scheduling simulation
Update
: 2025-02-17
Size
: 48kb
Publisher
:
chenjian
[
JSP/Java
]
Process-scheduling-to-achieve
DL : 0
本程序运用java语言模拟线程间的调度,在原随机调度的基础上实现轮转调度,优先级调度,处理各线程间的调度关系,并试着用信号量实现线程的锁定和释放。-This program threads using java language simulation scheduling, dispatching the former on the basis of random rotation scheduling, priority scheduling, process scheduling of the relationship between threads and try to achieve with the semaphore lock and release the thread.
Update
: 2025-02-17
Size
: 16kb
Publisher
:
xiaoxiao
[
OS Develop
]
process-scheduling
DL : 1
模拟系统进程调度,才用最高优先数优先算法,操作系统课程实验-Process scheduling simulation system, only the number with the highest priority first algorithm, operating systems course experiment
Update
: 2025-02-17
Size
: 3kb
Publisher
:
ghoenix
[
OS Develop
]
Process-Scheduling-Simulation--
DL : 0
本程序实现操作系统进程调度模拟 C++语言实现- implementation of this Program:process scheduling simulation ,C++ language
Update
: 2025-02-17
Size
: 6kb
Publisher
:
吴泽伟
[
OS Develop
]
3.2-process
DL : 0
操作系统进程调度模拟算法,经典的操作系统算法,操作系统学习和入门的好源码-Operating system process scheduling simulation algorithm, the classic algorithm of the operating system, the operating system to learn and started a good source
Update
: 2025-02-17
Size
: 2kb
Publisher
:
高进华
[
Process-Thread
]
Process
DL : 0
用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 algorithms, namely- 1- FIFO scheduling algorithm- scheduling algorithm based on priority number 3-shortest execution time scheduling algorithm
Update
: 2025-02-17
Size
: 88kb
Publisher
:
羊羊
[
OS Develop
]
process-scheduling
DL : 0
设计一个有 N个进程并发执行的进程调度模拟程序。用C++模拟基于时间片的轮转算法、静态优先算法、动态优先算法、多级反馈队列调度算法-The design of an N processes concurrently executing process scheduling simulation program. In C++ to simulate the rotation algorithm based on the time slice, the static priority algorithm, dynamic priority algorithm, multi-level feedback queue scheduling algorithm
Update
: 2025-02-17
Size
: 276kb
Publisher
:
夜鼠
[
OS Develop
]
Process-scheduling
DL : 0
用vc++编写的一个对操作系统进程调度的一个模拟算法,可以根据界面提示进行操作。-The a written vc++ a simulation of the operating system process scheduling algorithm, According to the interface.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
[
Documents
]
process-
DL : 0
操作系统 课设 进程调度的模拟实验 包含源代码-Class-based operating system process scheduling simulation contains the source code
Update
: 2025-02-17
Size
: 9kb
Publisher
:
lcz
[
OS program
]
FIFO-process-scheduling
DL : 0
用C语言实现进程调度算法FIFO的模拟过程-C language simulation process scheduling algorithm FIFO process
Update
: 2025-02-17
Size
: 191kb
Publisher
:
wen
[
OS Develop
]
scheduling-simulation-program
DL : 0
计算机操作系统 进程调度模拟算法 源代码-Computer operating system process scheduling simulation algorithm source code
Update
: 2025-02-17
Size
: 2kb
Publisher
:
颜庭岩
[
OS Develop
]
Process-scheduling-simulation
DL : 0
计算机操作系统实验3.用C语言或Pascal语言分别实现采用首次适应算法和最佳适应算法的动态分区分配过程Allocate()和回收过程Free()。 -Computer Operating System Experiment 3. Using C language or Pascal language were achieved using the first-fit algorithm and best-fit algorithm for dynamic partitioning process Allocate () and recovery process Free ().
Update
: 2025-02-17
Size
: 196kb
Publisher
:
xp
[
Compress-Decompress algrithms
]
process
DL : 0
进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用: 先进先出调度算法; 基于优先级的调度算法; 最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示: 当前执行进程; 就绪队列; 等待队列 -Process scheduling simulation program: Suppose there are 10 processes need to execute on the CPU, respectively: FIFO scheduling algorithm priority-based scheduling algorithm shortest execution time scheduling algorithm to determine which 10 processes running on the CPU process. Every time process scheduling requirements displayed on the screen: current implementation process ready queue waiting queue
Update
: 2025-02-17
Size
: 3kb
Publisher
:
鸣海夜一
[
OS Develop
]
PROCESS-SCHEDULING
DL : 0
模拟操作系统的进程调度,事先构造一个PCB总链队列,可对该队列进行正常的维护, 即当PCB状态变化时,在总链队列的基础上,实现菜单式管理和进程原语操作, 实现创建、撤销、时间片到、挂起进程和激活进程等基本进程原语, 以实现PCB的就绪队列、等待队列的组织与管理;- Simulation operating system process scheduling, advance to construct a chain of total PCB queue, the queue can perform normal maintenance, That is when the PCB status changes in the queue on the basis of the total chain, menu management and processes to achieve primitive operations, To achieve the creation, cancellation, time slice to, suspend the process and activation process and other basic processing primitives, PCB to achieve the ready queue, waiting queue Organization and Management
Update
: 2025-02-17
Size
: 274kb
Publisher
:
余丽辉
«
1
2
3
4
5
6
7
8
9
10
...
26
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.