-
ADT 数据结构的一个简单实现
包含结构体的应用 以及相关文件的配合使用
当然还会用一些算法方面的知识
基于VC 6.0 的开发
想要学习数据结构这方面的知识你会发现这个源码会是一个很好的初步学习 领你入门的
- 2022-03-11 11:40:48下载
- 积分:1
-
人工蜂群
这是人工蜂群蚁群算法 matlab m 文件。这种优化算法由德尔维什 Karaboga.The algortihm 非常简单,它是非常有用。
- 2023-08-02 10:25:04下载
- 积分:1
-
ICA算法
ICA算法模块,用于盲信号分离,声音分离,雷达信号处理等信号处理
- 2022-12-14 12:00:03下载
- 积分:1
-
Shortest Path
资源描述Write a program to find the weighted shortest distances from any vertex to a given source vertex in a digraph. If there is more than one minimum path from v to w, a path with the fewest number of edges is chosen. It is guaranteed that all the weights are positive and such a path is unique for any vertex.
- 2022-08-26 06:49:00下载
- 积分:1
-
算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法...
算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法 -algorithm design method (C program) : 1, 2 iteration, the exhaustive search method three, four recursive method, recursive 5, backtracking 6, greedy algorithm
- 2022-03-01 08:20:07下载
- 积分:1
-
捷联惯性导航C语言实现
捷联惯性导航C语言实现,捷联惯性导航学习使用,参考网上例程编写~
- 2022-07-17 23:28:41下载
- 积分:1
-
CG共轭梯度法迭代解矩阵方程,Hhestens和Stiefel给出,
CG共轭梯度法迭代解矩阵方程,Hhestens和Stiefel给出,-Conjugate gradient method CG iterative matrix equation solution, Hhestens and Stiefel given
- 2023-08-19 20:10:03下载
- 积分:1
-
清华大学蒙特卡洛方法课件。这是一个很好的教程…
Monte Carlo方法课件,清华大学用的。
这是一份很好的Monte Carlo方法教程,详细的介绍了蒙特卡洛算法的知识和应用。-Monte Carlo method courseware, Tsinghua University. This is a very good tutorial Monte Carlo method.
- 2022-01-25 23:15:45下载
- 积分:1
-
abroad who thought that cattle series, I do not understand how. . Can be used to...
国外以为牛人编的,我也不怎么懂。。可以用来做毕业设计-abroad who thought that cattle series, I do not understand how. . Can be used to do design graduation
- 2022-08-17 03:12:58下载
- 积分:1
-
Softmax分类器进行遥感图像分类
资源描述利用Softmax实现对于IndianaPines遥感图像数据进行分类的代码和实验结果。在使用中用到了一个MinFun的函数库,需要将该库函数放置到.m所在文件夹即可运行。Softmax是Logestic分类器的推广,用于处理多分类问题,其基本思想是将一类和其他所有类划分开来,然后迭代进行,逐渐完成多分类问题。
- 2022-12-03 13:15:03下载
- 积分:1