资源列表
[数据结构常用算法] reference1
说明:请编写算法,生成任意一个集合的幂集。集合元素用1,2,3,…表示,采用线性表存储。 例如:若集合S={1, 2, 3},则其幂集为: {1}, {2}, {3}, {1, 2,}, {1, 3,}, {2, 3}, {1, 2, 3} -computing power set<莫芊韵> 在 2025-06-08 上传 | 大小:848kb | 下载:0
[matlab例程] rounds-of-disaster
说明:关于灾情巡视路线问题的数学模型,利用的是Floyd算法以及Hamilton圈改良算法-a modeling about rounds of disaster,taking advantage of the Floyd algorithm and improved Hamilton circle algorithm<> 在 2025-06-08 上传 | 大小:848kb | 下载:0
[数学计算/工程计算] Gaussian-elimination
说明:一种关于线性方程组的高斯消元法的Fortran程序-the Fortran program of Gaussian elimination<张恒运> 在 2025-06-08 上传 | 大小:848kb | 下载:0
[数据结构常用算法] Sequential-search
说明:本程序仅仅是模拟分块查找算法中的顺序查找,比普通的顺序查找快, 但并不是最快的查找算法, 如果你要更快的算法,可以将备查询的元素从小到大排序好,再用二分查找即可. -This procedure is only analog block search algorithm in order to find, faster than the normal order to find, but not the fastest search algorithm, if you want a<李涞> 在 2025-06-08 上传 | 大小:848kb | 下载:0
[matlab例程] CompStatsToolboxV2
说明:该计算统计学工具箱包含倒靴法,分类和回归树,空间点过程,MCMC以及其他很多算法。-This toolbox contains functions for bootstrap, jackknife, classification and regression trees, projection pursuit, spatial point processes, MCMC, and many others.<zxcvb> 在 2025-06-08 上传 | 大小:848kb | 下载:0
[数据结构常用算法] JOSEPHUS
说明:约瑟夫环问题的实际场景。已知n个人围坐在圆桌周围,从编号k的人开始报数,数到m的那个人出列,依次下去,直至全部出列。采用的解决方法是典型的循环链表的数据结构。-Josephus actual scene. Given n people sitting around the round table, starting from the number k reported number, the number to m the man out of the line, and go on, unti<mileycyrus> 在 2025-06-08 上传 | 大小:848kb | 下载:0
[matlab例程] 直角坐标系-zernike多项式波面拟合程序
说明:可以对离散点进行波面泽尼克拟合,程序很好用(Wave surface Zernike fitting can be used for discrete points)<小熊123> 在 2025-06-08 上传 | 大小:848kb | 下载:14