搜索资源列表
-
1下载:
车间调度问题的基于工序的编码源程序,适合用遗传算法研究车间调度问题的人。-shop scheduling processes based on the source code suitable for use genetic algorithm shop scheduling people.
-
-
1下载:
一个简单的算法,本源代码给出了16只队伍,进行双循环的赛程编排-a simple algorithm, the source code is 16 teams, double-scheduling cycle race
-
-
0下载:
Algorithm - CPU Scheduling- Algorithm- CPU Scheduling
-
-
0下载:
Grid technologies have progressed towards a service-oriented paradigm that enables a new way
of service provisioning based on utility computing models, which are capable of supporting diverse
computing services. It facilitates scientific applicat
-
-
0下载:
Round Robin scheduling algorithm in C
-
-
0下载:
SJF scheduling algorithm in C
-
-
0下载:
Priority scheduling algorithm in C
-
-
0下载:
贪心算法之带有限期的作业排序。应用贪心设计策略解决操作系统中单机、无资源约束且每个作业可以在等量的时间内完成的作业调度问题。-Greedy Algorithm for Scheduling with deadline. Application greedy single operating system design strategy to solve, no resource constraints and each job can be completed within the same a
-
-
0下载:
采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。进程的优先数由随机数产生。-Number of priority by the highest priority scheduling algorithm (ie the number of processors allocated to the highest priority in the process) and a first-come first-served algorithm. Process pri
-
-
0下载:
branch and bound algorithm for solving a scheduling problem
-
-
1下载:
An example of heurestic NEH algorithm implemented for task scheduling in C-An example of heurestic NEH algorithm implemented for task scheduling in C++
-
-
0下载:
PTAS and FPTAS algorithm for scheduling problem
-
-
0下载:
this is a disk scheduling algorithm
-
-
0下载:
java的二分查找,快排算法的模拟。注释详细,可以通过javadoc生成详细的文档。-java binary search, quick scheduling algorithm simulation. Detailed notes can be generated by javadoc detailed documentation.
-
-
0下载:
A genetic algorithm in Fortran for solving a two-agent job scheduling problem.
-
-
0下载:
Scheduling algorithm in c-Scheduling algorithm in c++
-
-
0下载:
大楼有一部电梯,电梯从一楼起,几乎每层都停,十分浪费时间。于是某人想出了一个新的电梯调度算法:由于大楼楼层不高,因此每次电梯从一楼往上走时,只允许电梯停在某一层,然后其他人在从本层爬楼梯到达各自的目的地;在一楼的时候,每人选择自己的楼层,电梯应根据每楼层的不同人数计算出目的楼层。请求出电梯停在哪一层,才能保证所有旅客所爬楼层数之和最少-The building has an elevator, early in the evening peak period when the elevator
-
-
0下载:
lawler s scheduling algorithm,lawler s scheduling algorithm
-
-
0下载:
Scheduling Algorithm:
First Come First Served (FCFS).
Shortest Job First (SJF).
Round Robin (RR).
Priority Scheduling.
with C and C++ -Scheduling Algorithm:
First Come First Served (FCFS).
Shortest Job First (SJF).
Round Robin (RR).
-
-
0下载:
01背包,批处理作业调度,动态规划,回溯,分支限界(01 knapsack, batch job scheduling, dynamic programming, backtracking, branch and bound.)
-