资源列表
[数据结构常用算法] StrongComent
说明:求有向图的强连通分量,使用2次dfs的算法,具体名字我也忘掉了-Order to have a strongly connected directed graph component, the use of 2 dfs algorithm, the specific name I have forgotten<zzq> 在 2025-06-18 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Relativity
说明:对不同图像之间的相关性可以进行较好的比较.对后续的图像分析很有帮助.-Different correlation between the images can be a better comparison. On the follow-up image analysis helpful.<王骋> 在 2025-06-18 上传 | 大小:3.25mb | 下载:0
[数据结构常用算法] 24_algorithm
说明:一个计算任意个数是否可以通过一系列运算得到想要的结果的程序,程序中主要利用递归方式实现-An arbitrary number of calculation can be through a series of computing the desired results of the procedures, procedures in the main use of recursive way<张二> 在 2025-06-18 上传 | 大小:12kb | 下载:0
[数据结构常用算法] N!
说明:将1到N的N个自然数排成一列,共有1*2*3……*N种不同的排列方法,如N=3时,有6种排列方案,分别为123,132,213,231,312,321.试编程序输出1到N的全部排列,假设N<10. 为了设计出由计算机输出1到N的全部排列程序,就必须寻找不同排列之间的规律.通过观察N=5(参见本例的运行结果)的排列情况,可以发现,如果把每个排列看作一个自然数, 则所有排列对应的数是按从小到大的顺序排列-1 to N will be a natural number N-1 lin<zhuyuqi> 在 2025-06-18 上传 | 大小:1kb | 下载:0