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

Search list

[Program docos-CPU+scheduling

Description: 来自印度迈索尔大学的外教的操作系统的课件-Mysore University, India from native operating systems courseware
Platform: | Size: 165888 | Author: 王闯 | Hits:

[AI-NN-PR111

Description: 基于模拟退火遗传算法的车辆调度问题研究,用MATLAB语言加以实现-Simulated Annealing Genetic Algorithm Based on the vehicle scheduling problem, using MATLAB language to realize
Platform: | Size: 3072 | Author: 杨俊 | Hits:

[JSP/JavaHomeWork

Description: 计算cpu 在rr fcfs ss排程中的使用排序 并计算它的总平均 -Cpu calculation rr fcfs ss in scheduling the use of sort and calculate its average
Platform: | Size: 5120 | Author: 林振 | Hits:

[OS Developsuojifankuidiaodu

Description: 操作系统中实现进程调度中的多级反馈队列调度算法-Operating system to achieve the process of scheduling multi-level feedback queue scheduling algorithm
Platform: | Size: 611328 | Author: 真我 | Hits:

[OS Developduojifankui

Description: 多级反馈队列调度算法,C编写-Multi-level feedback queue scheduling algorithm, C prepared
Platform: | Size: 17408 | Author: | Hits:

[OtherCourse

Description: 一个用java写的基于拓扑排序的排课系统-Using java to write a topological sort based on the Course Scheduling System
Platform: | Size: 2048 | Author: 梨武 | Hits:

[OS DevelopOS

Description: C++实现的模拟操作系统,带有报告。 有界面,实现了进程主调度,内存分配,模拟文件系统功能-C++ Achieve simulated operating system, with the report. There are interfaces, the main achievement of the process scheduling, memory allocation, simulated file system functions
Platform: | Size: 797696 | Author: | Hits:

[Software Engineeringrate-monotonic

Description: 一篇介绍单调速率调度算法的论文,对于理解单调速率算法的概貌很有帮助。-1 Introduction Rate-Monotonic Scheduling Algorithm paper, Rate-Monotonic Algorithm for understanding the general picture helpful.
Platform: | Size: 25600 | Author: LiYong | Hits:

[AI-NN-PRos

Description: 操作系统进程调度算法java实现,各种算法都有-Java operating system process scheduling algorithm to achieve, various algorithms have
Platform: | Size: 6144 | Author: longmiaost | Hits:

[Software Engineeringcompare11

Description: MATLAB对11中调度算法进行比较,包括min-min、max-min、遗传算法等等。-MATLAB to 11 in comparison scheduling algorithm, including the min-min, max-min, genetic algorithms and so on.
Platform: | Size: 292864 | Author: gourd | Hits:

[Software EngineeringCDMA1

Description: 基于CDMA1_通信的供水调度系统设计,简要的介绍一下cdma以及供水调度的算法设计-Based on the scheduling of water supply CDMA1_ communications system design, a brief introduction about cdma and water scheduling algorithm design
Platform: | Size: 135168 | Author: zhou tian | Hits:

[Other3

Description: 该程序是有关于利用贪心算法实现多处理机调度,可以在vc++上直接运行,只有源代码-The program is on the use of greedy algorithm to achieve multi-processor scheduling, can vc++ Directly run, only the source code
Platform: | Size: 1024 | Author: 张燕娥 | Hits:

[JSP/JavaMemory

Description: 操作系统的cpu调度以及内存管理的java实现-Cpu scheduling the operating system and memory management to achieve the java
Platform: | Size: 4096 | Author: Sung | Hits:

[SCMProcessScheduling

Description: 一、目的要求   用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。 二、例题: 设计一个有 N个进程共行的进程调度程序。   进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。   每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 -First, the purpose of high-level language requires a process of writing and debugging scheduling procedures in order to deepen their understanding of the process of the concept and understanding of the process of scheduling algorithm. Second, Example: Design of a total of N months the process of the process of scheduling procedures. The process of scheduling algorithm: The number of priority of the highest priority scheduling algorithm (that is, the number of processors allocated to the highest priority to the process) and first-come first-serve algorithm. Each process is a process control block (PCB) said. Process control block can contain the following information: the process name, priority number, arrival time, need to run the time, has spent CPU time, the process of state and so on.
Platform: | Size: 74752 | Author: Anson | Hits:

[JSP/JavaOS_System

Description: 这是一个简单的操作系统,主要用文件来模拟磁盘,主要是实现CPU的调度及操作系统的文件管理.-This is a simple operating system, mainly used to simulate a disk file, mainly to achieve CPU scheduling and document management system.
Platform: | Size: 135168 | Author: 王五 | Hits:

[Otherpaike---vb

Description: 智能排课系统,其中更包含了源代码和毕业论文~用vb编写,数据库用sql server2-Smart Course Scheduling System, which also includes the source code and thesis ~ vb prepared to use the database to use sql server2
Platform: | Size: 4337664 | Author: has | Hits:

[matlabjobshopingmatlab

Description: 车间调度(matlab).rar 1、初始化参数: 族群 60,循环500次,交叉0。8 变异 0。6 代沟0。9 2、初始化群:按调度优先级编码,比如 3个零件,每个零件3个工序,就初始化: 1、3、4、5、6、7、8、9、2 2、1、3、4、5、6、7、8、9 等等 -Shop scheduling (matlab). Rar 1, initialization parameters: group 60, the cycle 500 times, cross 0.8 Variation 0.6 generation gap 0.9 2, initialization group: by scheduling priority encoding, for example, three parts , three processes for each part, on the initialization: 1,3,4,5,6,7,8,9,2 2,1,3,4,5,6,7,8,9, etc.
Platform: | Size: 51200 | Author: 李劲 | Hits:

[Linux-Unixproject3

Description: The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm. In this project, you will change this to a multilevel feedback scheduling. In addition, you will provide user programs with semaphores, a means to check the system s current time and a mechanism for passing command-line arguments
Platform: | Size: 588800 | Author: 向东 | Hits:

[Windows Developcpudiaodu

Description: cpu的模拟调度,用2种常见的算法实现了cpu的简单调度-cpu scheduling simulation, two kinds of commonly used algorithms simple cpu scheduling
Platform: | Size: 2048 | Author: | Hits:

[OS Developduoji

Description: 用C实现多级反馈调度算法。在队列中使用FCFS,队列间使用时间片法-Using C to achieve multi-level feedback scheduling algorithm. In the queue using the FCFS, the use of queue time slice method
Platform: | Size: 1024 | Author: lr | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net