搜索资源列表
标准蚁群算法
- 利用matlab编程,标准蚁群算法解决物流优化问题
Java数据结构与经典算法——高手必会
- Java数据结构与经典算法可以参考学习一些知识,通过上面的一些介绍可以,掌握一些技巧
共轭梯度算法fortran程序
- 该算法用fortran编写,使用于AX=B的线性方程组求解,可以用于地球物理反问题等,相对于以前他们所编写的代码 形式简单。
轮盘赌算法
- 遗传算法的一种,能从中选择算子,以一定的概率进行进化遗传!
蚁群算法
- 通过蚁群算法,来实现智能路径规划,是练笔制作。
GeneticAlgorith遗传算法
- 本程序为遗传算法基本程序,略有改进,结果过程均有图示,可通过修改yichuanzhuhanshu.m来适应不同的实际问题,优化效果较优,可用来对遗传函数实现方法的学习
ISTA算法
- ISTA算法 压缩感知经典的 迭代阈值算法,可以直接使用,包含DCT变换,DDCT变换。
基于人工鱼群算法的一元非线性函数寻优
- 人工鱼群算法是受鱼群行为的启发,由李晓磊等人于2002年提出的一种基于动物行为的群体智能优化算法。在一片水域中,鱼往往能自行或尾随其它鱼,找到营养物质最多的地方,因而鱼生存数目最多的地方一般就是本水域中营养物质最丰富的地方。人工鱼群算法根据这一特点,通过构造人工鱼来模仿鱼群的觅食、聚群、追尾、随机行为,从而实现寻优。本代码是基于人工鱼群算法的一元非线性函数寻优。
VFH避障算法代码
- 基于matlab的VFH避障算法代码,可实现自动导航小车的避障功能,适合初学者使用。
改进遗传算法求最大值程序
- matlab的改进遗传算法求最大值程序,main函数是主函数,其他3个是子函数。具体内容见代码注释(Matlab improved genetic algorithm for maximum value procedures, main function is the primary function, and the other 3 are sub functions. See the code for details)
银行家算法
- 银行家算法是由Dijkstra设计的最具有代表性的避免死锁的算法。本实验要求用高级语言编写一个银行家的模拟算法。通过本实验可以对预防死锁和银行家算法有更深刻的认识。(Banker's algorithm is the most typical deadlock avoidance algorithm designed by Dijkstra. This experiment requires the use of high-level language to write a banker's s
回溯算法实验八皇后问题
- 利用回溯算法求解N皇后问题,理解求解流程和搜索顺序(Backtracking algorithm used to solve the N queen problem, understand the flow of the solution and search order)
启发式搜索A算法
- 启发式搜索的定义、估价函数和算法过程,并利用A*算法求解N数码难题,理解求解流程和搜索顺序(The definition, evaluation function and algorithm process of heuristic search, and A* algorithm is used to solve the N digital puzzle, and the solution flow and search order are understood)
MATLAB智能算法30个案例分析 源代码
- 里面是最经典的30个MATLAB智能算法的源代码,超级实用(Which is the most classic 30 MATLAB intelligent algorithm source code, super practical)
传统定位算法代码
- 里面是典型的几个定位算法的源代码,很实用(Which is typical of several positioning algorithm source code, very practical)
C语言经典算法大全
- C语言经典算法大全,包含许多经典的C语言算法。(C language classic algorithm)
退火算法
- 退火算法希望对大家有所帮助,可以跑出图,请放心下载(Annealing algorithm, we hope to help, you can run out of map, please rest assured that download)
B_M算法
- B—M迭代算法,非常经典的算法,已经试验通过了(. It is currently implemented in many well-known computer algebra systems.)
Floyd算法程序及PPT讲解
- 使用MATLAB运行,输入距离矩阵,即可得到任意两点之间最短路。采用Floyd算法思想。(Run with MATLAB, enter the distance matrix, you can get the shortest line between any two points. Using the idea of Floyd algorithm.)
基于SCMA消息传递算法的代码
- SCMA系统译码端实现,主要是MPA(消息传递算法)的创新(SCMA system decoding side implementation, mainly MPA (message passing algorithm) innovation)