搜索资源列表
-
0下载:
利用贪心算法从而实现了任务调度问题的过程,Greedy algorithm- the task scheduling problem
-
-
0下载:
(吊桶排序法)吊桶排序法源于一维正整数数组的排序问题,它使用了一个行从下标从0-9,列下标从0-n-1(n是一维数组中的元素数目)的二维整数数组,二维数组的每一行叫做一个吊桶(bucket)。-(Bucket sorting method) bucket sort method from the one-dimensional array of positive integer scheduling problem, it uses a line from the subscr ipt from
-
-
0下载:
快速排序问题,利用快速排序的原理给输入的一组数据进行排序-Express scheduling problem, using the principle of quick sort to enter one set of data to sort
-
-
0下载:
这是关于操作系统电梯调度的问题,希望大家参考参考-This is about operating system, elevator scheduling problem, I hope your information
-
-
0下载:
一个车遍历n各点,其费用最小。用lingo 编写,管理调度问题-A vehicle traversing the points n, the cost of the smallest. Lingo with the preparation, management of scheduling problem
-
-
0下载:
排序问题,算法中的一个好例子,代码不到100行啊,就是将一个数n折分成多个数的和,进行排序。-Scheduling problem, the algorithm of a good example, less than 100 lines code, ah, is divided into a number of n more than the number of discount and, sort.
-
-
0下载:
算法设计中经典的批处理作业调度问题,是多机器多任务的调度-Algorithm design in the classic problem of a batch job scheduling, multi-tasking is a multi-machine scheduling
-
-
0下载:
阿里巴巴笔试题 12个数字排序问题
自己写的-Alibaba pen Question 12 figures write their own scheduling problem
-
-
0下载:
装配线调度问题,用C++实现,并使用文件读入测试数据-Assembly line scheduling problem, using C++ implementation, and use the file read test data
-
-
0下载:
是一个关于电梯调度的有效程序,用动态规划的方法求解调度问题,是一种有效的方法和高效的程序-Is an effective procedure on the elevator scheduling with dynamic programming method to solve the scheduling problem is an effective and efficient way to process
-
-
0下载:
本编程具有很大的代表性,可以帮助我们更好地理解排序问题-This program has great representation can help us better understand the scheduling problem
-
-
0下载:
mechine scheduling problem
-
-
0下载:
该算法在C语言环境下,使用回溯算法实现最佳调度问题。-The algorithm in C language environment, the use of backtracking algorithm for optimal scheduling problem.
-
-
0下载:
实验一:
输入一个高精度的正整数N,去掉其中任意S个数字后剩下的数字按原左右次序组成一个新的正整数。写算法对给定的N和S,寻找一种方案使得剩下的数字组成的新数最小。
实验二:
编程解决带限期的单机作业排序问题。-Test one: Enter a positive integer precision N, to remove any of them left after the S numbers about the number of the original order o
-
-
0下载:
两处理机流水作业调度实现两处理机间流水作业调度问题-To achieve the two processor flow-shop scheduling flow shop scheduling problem between the two processors
-
-
0下载:
用贪心法求解多机调度问题。两个机器,调度多项不同时长的作业。每个作业有两个子作业,后一项子作业必须在前一项子作业完成之后才能操作。合理安排这些作业的顺序。使得总时间最短。-Greedy method for solving the multi-machine scheduling problem. Two machines, scheduling a number of long jobs simultaneously. Each job has two sub-operations, afte
-
-
0下载:
火车调度问题,火车按顺序在入站处排好,算出火车经过调度站之后(只有一个缓冲带)所有可能的出站序列-Train scheduling problem, the train sequence inbound line, calculated train after dispatch station (only one buffer zone) sequence of all possible outbound
-
-
0下载:
matlab遗传算法求解多目标问题,flowshop调度问题-matlab genetic algorithm for multi-objective problems, flowshop scheduling problem
-
-
0下载:
代码实现的是流水作业调度问题的解决,流水作业调度问题是经典的算法问题。-Code is to solve the flow-shop scheduling problems, flow-shop scheduling problem is a classical algorithm for the problem.
-
-
0下载:
Project Scheduling Problem的源程序-Project Scheduling Problem
-