资源列表
[数值算法/人工智能] Quict_RandomNum
说明:快速排序采用随机数产生种子 程序中的快速排序采用随机数来产生种子 提高了算法的效率 同时在概率算法中也有很好的实用性-err<张军> 在 2025-07-13 上传 | 大小:56kb | 下载:0
[数据结构常用算法] InsertSort
说明:常用的数据结构--Java实现的源代码,主要是插入排序算法实现。-Commonly used data structure- Java source code to achieve, mainly Insertion Sort algorithm.<shengang> 在 2025-07-13 上传 | 大小:2kb | 下载:0
[数据结构常用算法] SelectSort
说明:常用的数据结构--Java实现的源代码,主要是选择排序算法实现.-Commonly used data structure- Java source code to achieve the main sorting algorithm is to choose to achieve.<shengang> 在 2025-07-13 上传 | 大小:2kb | 下载:0
[数据结构常用算法] binarySearch
说明:常用的数据结构--Java实现的源代码,主要是经典的二分查找算法实现-Commonly used data structure- Java source code to achieve, mainly classical binary search algorithm<shengang> 在 2025-07-13 上传 | 大小:3kb | 下载:0
[matlab例程] MirrorDemo2
说明:Matlab程序,通过二维图像重建三维模型的例子-Matlab program, through the two-dimensional image reconstruction of three-dimensional model example<sun> 在 2025-07-13 上传 | 大小:786kb | 下载:0
[数学计算/工程计算] suanfa1
说明:穷举搜索法是对可能是解的众多候选解按某种顺序进行逐一枚举和检验,并从众找出那些符合要求的候选解作为问题的解。 -Exhaustive search method may be the solution of the many candidate solutions one by one according to some order of enumeration and testing, and conformity to identify candidates who meet the r<wyj> 在 2025-07-13 上传 | 大小:5kb | 下载:0
[数学计算/工程计算] suanfa2
说明:贪婪法是一种不追求最优解,只希望得到较为满意解的方法。贪婪法一般可以快速得到满意的解,因为它省去了为找最优解要穷尽所有可能而必须耗费的大量时间。贪婪法常以当前情况为基础作最优选择,而不考虑各种可能的整体情况,所以贪婪法不要回溯。-Greedy method is a non-pursuit of the optimal solution, just want to be more satisfied with the solution method. Greed in general, can<wyj> 在 2025-07-13 上传 | 大小:7kb | 下载:0