Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - scheduling
Search - scheduling - List
模拟进程调度的C语言实现 一、 实验目的 体会UNIX 系统的进程调度方法,并通过一个简单的进程调度模拟程序的实现,加深对进程调度算法,进程切换的理解。 二、 实验内容 采用静态优先数的方法,编写一进程调度程序模拟程序。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-C UNIX Two experimental use of static content priorities in a way, to prepare a process scheduler simulation program. Simulation program only right you have set up a "virtual PCB" accordingly scheduling simulation operation, that is, each occurrence "Dispatch" shows that the current operation "PCB name" priority number, running time, without the need for a real system, such as PCB data changes.
Date : 2026-01-11 Size : 2kb User : 丘方

最佳高度问题。 问题描述: 假设有n个任务由K个可并行工作的机器完成。完成任务i需要的时间为t(i)。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-best height of the problem. Problem description : Suppose a mandate from the n-K parallel work can be completed machines. I need to complete the task for the time t (i). Try to find an algorithm designed to complete tasks n the best scheduling, made to complete all tasks in the first.
Date : 2026-01-11 Size : 1kb User : 卢起雪

带有期限的作业排序问题:假定只能在一台机器上处理n个作业,每个作业均可在单位时间内完成;又假定每个作业i都有一个截止期限di>0(它是整数),当且仅当作业i在它的期限截止以前被完成时,则获得pi>0的效益。求具有最大效益值的可行解。 文件中包含详细的源代码和注释,以实现这个经典的问题。-period with the operations scheduling problem : the assumption that only a machine n handling operations, each of the operating units can be completed within time; Also assume that each job i have a deadline di
Date : 2026-01-11 Size : 1kb User : agang

一个简单的课表排课算法实现,识别课程前后继关系,完成自动排课-a simple Timetable Course Scheduling Algorithm, before subsequent identification courses, complete Automatic Timetable
Date : 2026-01-11 Size : 247kb User : anquan

DL : 0
最佳调度问题,假设有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.
Date : 2026-01-11 Size : 1kb User : 朱亚华

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.
Date : 2026-01-11 Size : 19kb User : tennic

DL : 0
假定只能在一台机器上处理n个作业 ,每个作业 有一个处理时间 ,利润 和截止时间 。机器一次只能处理一个作业,作业 必须不间断地运行 个连续时间单位。如果作业 在它的截止时间 之前完成,则得利润 ,但如果作业在截止时间之后完成,则得利润为0。假设所有处理时间为 之间的整数,最大利润作业调度问题要求确定个n作业的一个子集,使得该子集中作业调度所获得的利润最大。-Assumed that only one machine n-deal operations, each operation has a processing time, profits and cut-off time. Machines can only handle one operation, operation must be run uninterrupted consecutive time units. If operating in its cut-off time to complete, then a profit, but if the operation was completed after the cut-off time, then a profit is 0. Assume that all processing time is between the integers, the greatest profit job scheduling problems require the identification of a n a subset of operations, making the sub-centralized job scheduling the biggest profits.
Date : 2026-01-11 Size : 1kb User : me

用贪心算法解决aflow 有调整时间的流水作业调度问题。-Greedy algorithm used to solve aflow have time to adjust the flowshop scheduling problem.
Date : 2026-01-11 Size : 1kb User : yan

贪婪算法合集,包括二分覆盖,单源最短路径,拓扑排序,机器调度问题-Greedy algorithm Collection, including two sub-coverage, single-source shortest path, topological sort, machine scheduling problem
Date : 2026-01-11 Size : 41kb User : alden

DL : 0
操作系统课程中的CPU进程调度小实验 其中包含了内存的分配问题-Operating in the CPU process scheduling program small experiments which contains memory allocation problem
Date : 2026-01-11 Size : 7mb User : 穆旭

机器排序问题,使用机会约束规划,其中变量使用的是模糊变量。-Machine scheduling problems, the use of chance-constrained programming, in which the variable using fuzzy variables.
Date : 2026-01-11 Size : 1kb User : hj

本程序解决下列问题:利用动态规划算法实现装配线调度问题。  要求测试数据以文本文件的形式存储,  即所有的数据由文本文件读入。-This program addresses the following issues: the use of dynamic programming algorithm assembly line scheduling problem.  requires test data to a text file is stored,  that all data read from the text file.
Date : 2026-01-11 Size : 27kb User : cai0538

用贪心算法解决多级调度问题,用C++语言实现-Greedy algorithm for multi-machine scheduling problem
Date : 2026-01-11 Size : 1kb User : 张张

这里整理笔试和面试中常用的几个排序问题的算法,简单易懂-Written test and interview here in the order of several commonly used algorithm for scheduling problems, easy to understand
Date : 2026-01-11 Size : 14kb User :

进程调度算法的部分源代码,C++语言环境-Part of the process of scheduling algorithm source code, C++ language environment
Date : 2026-01-11 Size : 11kb User : wym

流水作业调度问题要求确定这n个作业的最优加工顺序,使得从第一个作业在机器 上开始加工,到最后一个作业在机器 上加工完成所需的时间最少。-Flow-shop scheduling problem requires to determine that the optimal n-job processing sequence, so the first job from start processing on the machine, to the last job on the machine processing time required to complete a minimum.
Date : 2026-01-11 Size : 231kb User : 阿四

项目调度问题,由清华刘宝碇教授的实验室发布的源程序-Project-Scheduling-Problem.cpp by Tsinghua Professor Liu Baoding
Date : 2026-01-11 Size : 2kb User : rabby

用贪心算法解决多机调度问题,采用C++编程 -Multi-machine scheduling problem greedy
Date : 2026-01-11 Size : 856kb User : lydia

进程调度算法,包括先来先服务,短进程优先,高响应比优先,时间片轮转调度,优先级调度算法,-Process scheduling algorithms, including the first come first served, short process priority, high-response than the priority, round-robin scheduling, priority scheduling algorithm, the process of scheduling algorithm
Date : 2026-01-11 Size : 1.08mb User : 殷学廉

多级调度算法,做出来仅供参考学习,语言是C-this is a Multi machine scheduling algorithm just for reference and learning, used language is C++
Date : 2026-01-11 Size : 1.04mb User : K
« 12 3 4 5 6 7 8 9 10 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.