Welcome![Sign In][Sign Up]
Location:
Search - process scheduling simulation

Search list

[OS Developjinc

Description: 操作系统模拟程序,此文件中包含了进程的调度,进程调度过程的详细模拟-operating system simulation program, this file contains the process of scheduling, process scheduling simulation of the detailed process
Platform: | Size: 1829 | Author: jake | Hits:

[OS Developjinchengdiaodumonichengxu

Description: 这是一个用C语言实现的操作系统进程调度模拟程序-This is a C language of the operating system process scheduling simulation program
Platform: | Size: 1492 | Author: yue | Hits:

[Mathimatics-Numerical algorithms进程调度模拟程序

Description: 操作系统进程调度模拟程序vc实现-operating system simulation process scheduling procedures to achieve vc
Platform: | Size: 2048 | Author: 梁山东 | Hits:

[OS programprocess

Description: 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把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.
Platform: | Size: 176128 | Author: 111111 | Hits:

[assembly languageschedule

Description: 这是操作系统原理中CPU进程调度的模拟算法,是用优先数调度的-This is the operating principle in the CPU process scheduling simulation algorithm, is the number of scheduling priority
Platform: | Size: 2048 | Author: 俞燕辉 | Hits:

[CSharpProcessScheduling

Description: C# 进程调度 算法演示 模拟操作系统进程调度-C# demonstration of the process of scheduling the operating system process scheduling simulation
Platform: | Size: 38912 | Author: snk | Hits:

[OtherProcess

Description: 本次课程设计要求采用VC++结合MFC界面模拟进程调度-The curriculum requires VC++ MFC interface with process scheduling simulation
Platform: | Size: 49152 | Author: chenjian | Hits:

[JSP/JavaProcess-scheduling-to-achieve

Description: 本程序运用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.
Platform: | Size: 16384 | Author: xiaoxiao | Hits:

[OS Developprocess-scheduling

Description: 模拟系统进程调度,才用最高优先数优先算法,操作系统课程实验-Process scheduling simulation system, only the number with the highest priority first algorithm, operating systems course experiment
Platform: | Size: 3072 | Author: ghoenix | Hits:

[OS DevelopProcess-Scheduling-Simulation--

Description: 本程序实现操作系统进程调度模拟 C++语言实现- implementation of this Program:process scheduling simulation ,C++ language
Platform: | Size: 6144 | Author: 吴泽伟 | Hits:

[OS Develop3.2-process

Description: 操作系统进程调度模拟算法,经典的操作系统算法,操作系统学习和入门的好源码-Operating system process scheduling simulation algorithm, the classic algorithm of the operating system, the operating system to learn and started a good source
Platform: | Size: 2048 | Author: 高进华 | Hits:

[Process-ThreadProcess

Description: 用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
Platform: | Size: 90112 | Author: 羊羊 | Hits:

[OS Developprocess-scheduling

Description: 设计一个有 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
Platform: | Size: 282624 | Author: 夜鼠 | Hits:

[OS DevelopProcess-scheduling

Description: 用vc++编写的一个对操作系统进程调度的一个模拟算法,可以根据界面提示进行操作。-The a written vc++ a simulation of the operating system process scheduling algorithm, According to the interface.
Platform: | Size: 2048 | Author: | Hits:

[Documentsprocess-

Description: 操作系统 课设 进程调度的模拟实验 包含源代码-Class-based operating system process scheduling simulation contains the source code
Platform: | Size: 9216 | Author: lcz | Hits:

[OS programFIFO-process-scheduling

Description: 用C语言实现进程调度算法FIFO的模拟过程-C language simulation process scheduling algorithm FIFO process
Platform: | Size: 195584 | Author: wen | Hits:

[OS Developscheduling-simulation-program

Description: 计算机操作系统 进程调度模拟算法 源代码-Computer operating system process scheduling simulation algorithm source code
Platform: | Size: 2048 | Author: 颜庭岩 | Hits:

[OS DevelopProcess-scheduling-simulation

Description: 计算机操作系统实验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 ().
Platform: | Size: 200704 | Author: xp | Hits:

[Compress-Decompress algrithmsprocess

Description: 进程调度模拟程序:假设有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
Platform: | Size: 3072 | Author: 鸣海夜一 | Hits:

[OS DevelopPROCESS-SCHEDULING

Description: 模拟操作系统的进程调度,事先构造一个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
Platform: | Size: 280576 | Author: 余丽辉 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 26 »

CodeBus www.codebus.net