说明:按作业效益非增序输入作业的截止期限,要求使用上述规则设计出一个算法,使得输出为一个作业可行集j[]。即如果作业i可以在截止期限前执行完毕则将其加入j[]。这样得出的一个结果是最优解,可以获得最大的效益值。-operating efficiency by increasing non-operating input sequence that the deadline for requests to use these rules to <> 在 2024-11-19 上传
| 大小:8kb | 下载:0
说明:通过精心挑选划分元素v,可以得到一个最坏情况时间复杂度为O(n)的选择算法。本次实习要求用c语言将此算法实现。要求实现此功能:输入一组数,返回A[i],使其为A(m:p)中第k小的元素,k是一个全局变量,取大于1的整数-division through carefully selected elements v, one can be the worst time complexity of O (n) algorithm. The i <> 在 2024-11-19 上传
| 大小:8kb | 下载:0
说明:这是一个数据结构八皇后问题的程序,提供了图形化显示功能.运行在TC++3.0-This is a data structure of the eight Queen's procedures, provides a graphical display. Running TC 3.0 <> 在 2024-11-19 上传
| 大小:8kb | 下载:0
说明:经典的拓扑排序算法,对数据结构的关键路径,最短路径的学习有很大的帮助!-classic topological sorting algorithm, the data structure of the critical path, the shortest path in their study of great help! <阿科> 在 2024-11-19 上传
| 大小:8kb | 下载:0
说明:和线性表类似,栈也有两种存储表示:顺序栈和链栈。
顺序存储结构简称为顺序栈。和顺序表类似,对顺序栈也需要事先为它分配一个可以容纳最多元素的存储空间。
-and linear scale similar Stack also have two storage : order Stack and Stack chain. Sequence storage structure referred to as the seque <小虫子> 在 2024-11-19 上传
| 大小:8kb | 下载:0