搜索资源列表
-
0下载:
调度问题的回溯算法,算法中的经典问题。问题描述:假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-Scheduling problem backtracking algorithm is the classic problem. Problem Descr iption: Suppose there are n-task by the k-parallel machine can be complete
-
-
0下载:
操作系统中CPU调度问题,采用最短剩余时间优先算法,但是仅是模拟,不涉及实体进程-Operating system, CPU scheduling problem, using the shortest remaining time first algorithm, but only a simulation, does not involve physical processes
-
-
0下载:
Visual studio 2005开发环境下 算法课程实验 用动态规划方法解决独立任务最优调度问题-Visual studio 2005 development environment,with a dynamic programming method,in algorithm course experiment, to solve the optimal scheduling independent tasks problem
-
-
0下载:
操作系统任务调度问题。操作系统任务分为系统任务和用户任务两种。-Operating system task scheduling problem. Operating system task is divided into two kinds of system tasks and user tasks.
-
-
0下载:
实验课C语言实现的一个简单的独立最优调度问题-A simple optimal scheduling problem independent experimental class C language...
-
-
0下载:
蚁群算法解决车辆调度问题,包含了信息素更新的算法-The ant colony algorithm to solve the vehicle scheduling problem.including the the algorithm of pheromone update.
-
-
0下载:
jop shop scheduling problem in c language
-