资源列表
[数据结构常用算法] Problem_parsing_data_structures
说明:数据结构习题解析,用面向对象方法与C++语言描述,配合严蔚敏的数据结构来看是最好的了-Problem parsing data structures, object-oriented methods and C++ language descr iption, with Yan Wei-min data structure is the best of terms<擎天草> 在 2024-11-15 上传 | 大小:4.81mb | 下载:0
[数据结构常用算法] 8-fortran-chazhi
说明:常用的集中插值程序 fortran 双线性、克里金等-fortran chazhi<陈晓龙> 在 2024-11-15 上传 | 大小:51kb | 下载:0
[数据结构常用算法] HEAP-sort-program
说明:堆排序程序,对结构体数按某个值KEY的大小降序排序-Heap sort program, the number of structures according to the size of a value in descending order KEY<李超> 在 2024-11-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Binary-sort-tree
说明:二叉排序树是一个经典的算法,该算法根据数列的大小进行排序,并具有增加或删除元素的功能-Binary sort tree is a classic algorithm based on the size of the column to sort a few, and has the function to add or remove elements<linfuhong> 在 2024-11-15 上传 | 大小:184kb | 下载:0
[数据结构常用算法] Joseph-cycle
说明:是一个数学的应用问题: 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 -The application is a mathematical problem: given n individuals (in numbers 1,2,3 ... n, respectively)<linfuhong> 在 2024-11-15 上传 | 大小:1007kb | 下载:0
[数据结构常用算法] Knapsack-problem
说明:背包问题(Knapsack problem)是一种组合优化的NP完全问题。问题可以描述为:给定一组物品,每种物品都有自己的重量和价格,在限定的总重量内,我们如何选择,才能使得物品的总价格最高。用2种方法实现背包问题,用C语言编写,数据结构课内试验-Knapsack problem (Knapsack problem) is NP-complete combinatorial optimization problem. Problem c<linfuhong> 在 2024-11-15 上传 | 大小:1002kb | 下载:0