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

Search list

[JSP/JavaClassroomSchedulerSource2-0

Description: The program is used for Classroom Scheduling for tutors and students. It contain gui tools for manage the resources of classroom-The program is used for Classroom Scheduli Vi for tutors and students. It contain gui tools for manage the resources of classroom
Platform: | Size: 775168 | Author: txcomp | Hits:

[OS DevelopCPUScheduler

Description: 经典的CPU进程调度软件,可以了解CPU调度的原理.-classic CPU process scheduling software, CPU scheduling can understand the principle.
Platform: | Size: 8192 | Author: 陈聪 | Hits:

[OS Developczx11t

Description: 操作系统中的调度先来先服务及短作业优先,是用java编写的。-operating system of first-come first-scheduling services and short operating priority is the use of java prepared.
Platform: | Size: 5120 | Author: zmy | Hits:

[File Formatofdmaresourcescheduling

Description: 基于ofdma资源调度分配算法的研究,2003年发表,摘于万方数据库-ofdma based resource scheduling algorithm research, published in 2003, in the popular Abstract Database
Platform: | Size: 43008 | Author: Angel Wong | Hits:

[AlgorithmGAJSP

Description: 车间调度问题的基于工序的编码源程序,适合用遗传算法研究车间调度问题的人。-shop scheduling processes based on the source code suitable for use genetic algorithm shop scheduling people.
Platform: | Size: 8192 | Author: lixingbing | Hits:

[JSP/Javasimcpu

Description: 对于CPU线程调度的模拟,CPU threads control simulation,包括first come first serve算法和run rubbing等,同时输出线程开始,切换,结束等信息。-CPU thread scheduling for the simulation, CPU threads control simulation. including the first come first serve and run rubbing algorithm. Meanwhile output threads, switching to end such information.
Platform: | Size: 25600 | Author: Jerry C. | Hits:

[File Formatresouceschedulinginofdma

Description: ofdma系统中基于有限反馈的资源公平调度算法,2005年发表,摘于万方数据库。论文中使用的算法基于PF,但提出了簇的概念,并且其中各子载波相关。-ofdma system based on feedback from the limited resources fair scheduling algorithm, published in 2005, Abstract on the popular database. Papers used in the algorithm is based on PF, but the cluster concept, and which related to the subcarrier.
Platform: | Size: 173056 | Author: Angel Wong | Hits:

[matlabmoni2

Description: 遗传算法用于解决多目标排课的优化问题,是一个好算法-genetic algorithm is used to solve the multi-objective optimization problem Course Scheduling is a good algorithm
Platform: | Size: 30720 | Author: 张旭涛 | Hits:

[Internet-NetworkCPUScheduling

Description: 进程调度。如何实现,多进程,多调度,用VB实现。-scheduling process. How to achieve that multi-process, multi-scheduling, using VB.
Platform: | Size: 3677184 | Author: 黄娜娜 | Hits:

[Software Engineeringneicunyemianzhihuansuanfa

Description: 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度,要求设计主界面以灵活选择某算法,且以下算法都要实现: 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -programmed to achieve the following disk-scheduling algorithms, and each algorithm calculated the average Seeking length, main interface designed in a flexible choice of a particular algorithm and the algorithm must achieve the following : 1. first-come first-service algorithm (FCFS queue) 2, the shortest tracking time priority algorithm (SSTF), 3 scanning algorithm (SCAN) 4, cycle scanning algorithm (rltrasonic)
Platform: | Size: 152576 | 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:

[OS Developprocess_attemper

Description: 1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法: a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。 b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限时增加其优先数的值。 2、 编写并调试一个模拟的进程调度程序,模拟实现多级反馈队列调度算法。 3、 编写并调试一个模拟的进程调度程序,模拟实现最低松弛度优先算法。 4、 程序与报告要求: a) 对上述要求1、2、3,至少要完成一项,鼓励尝试多种算法。 b) 输出结果要尽量详细清晰,能够反映调度后队列变化,PCB内部变化。 c) 可以选择在Windows或Linux环境下编写、运行程序 d) 鼓励使用不同的开发工具在不同平台环境上进行开发比较。 e) 在实验报告中,一方面可以对实验结果进行分析,一方面可以对各种算法进行比较,分析它们的优劣,说明各种算法适用于哪些情况下的调度。 -1 : Prepare a simulation and debugging process scheduling procedures, "Priority number of the highest priority" to the process of scheduling algorithms for scheduling. "Highest priority priority scheduling algorithm for the basic idea is to place the CPU allocated to the priority queue highest process. Taste Examination several static and dynamic priority priority number two methods : a) static priority number is priority number in operation during the entire process will not change. priority number in the designated input data, can be reached under the order, running time determine. b) dynamic priority number refers to several priorities for the process of the creation process can be given an initial value, and according to the principle of amending certain priority number.
Platform: | Size: 1217536 | Author: huiting_liu | Hits:

[SQL ServerPK

Description: 排课系统,用户输入教师信息,教室信息,以及班级的上课信息,系统根据这些信息自动进行排课。-Course Scheduling System, the user input information teachers, classroom information, as well as classes in the school of information, According to the information system automatically schedule arrangement.
Platform: | Size: 658432 | Author: 梨明 | Hits:

[OS Developsstf

Description: 磁盘调度的三种方法的其中一种用C语言实现-Disk scheduling one of three methods using C language
Platform: | Size: 1024 | Author: 范小雨 | Hits:

[Software EngineeringShiguangShan-PhD-Dissertation-200407

Description: 一份讲解排课系统设计的文档,对大家也许有帮助吧!希望大家相互交流-Course Scheduling System Design on a document, the U.S. may have to help you! I hope everyone exchanges
Platform: | Size: 1357824 | Author: chenhaidong | Hits:

[matlabga

Description: 使用遗传算法实现交换机的分组调度,从而可以提高交换效率,减小时延抖动以及时延-The use of genetic algorithm for packet scheduling switch, which can improve the exchange efficiency, reducing the delay jitter and delay
Platform: | Size: 5120 | Author: 陈艳玲 | Hits:

[Otherucos_time

Description: UCOS一种只支持优先级抢占型调度的操作系统。它不支持同一个优先级有2个及以上的任务同时运作。 本文修改的UCOS支持不同优先级调度的同时,支持同一个优先级有2个以上的任务以时间片轮转方式进行调度。 这个就是UCOS和修改的UCOS的区别。-UCOS only support a priority-based scheduling of the operating system to seize. It does not support the same priority level 2 and above have the task of operating at the same time. This article uCOS modified to support different priority scheduling at the same time, support the same priority level has two more tasks to the time slice approach to scheduling rotation. This is uCOS uCOS and modified difference.
Platform: | Size: 176128 | Author: 范特西 | Hits:

[Data structsex

Description: 最佳调度问题,假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。 -Optimal scheduling problem, assuming that n has a mission by the k-parallel machine to complete the work. I need to complete the mission time for ti. Try to design an algorithm to find n complete this task the best scheduling, making the time to complete a full first mission.
Platform: | Size: 1024 | Author: 朱亚华 | Hits:

[Data structsCPUSchedule

Description: 3个CPU调度算法的simulation. 分别是Short Job First,High Return Ration Next, Round Robin. 模拟得到R,U,S等重要指标。-3 CPU scheduling algorithm of the simulation. Were Short Job First, High Return Ration Next, Round Robin. Simulated R, U, S and other important indicators.
Platform: | Size: 19456 | Author: tennic | 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:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net