资源列表
数据结构
- 数据结构基本代码,包括了栈、队列、链表、递归等基本知识,适合初学者(basic code of data structure, suitable for beginners)
data_str
- 数据结构的基本代码,包括了堆、栈、链表等,适合初学者参考(Data structure of the basic code, including the heap, stack, linked list, etc., suitable for beginners reference)
蚁群算法程序(matlab)
- 基于蚁群算法的物流配送问题:研究如何规划各车辆的路径及任务分配,使得在不违反时间窗的前提下,总走行成本(距离)最少。(Logistics distribution problem)
myfile
- 简单前推回代潮流计算matlab,为初学者提供一点借鉴帮助(push backward substitution method matlab)
matlab
- matlab视频转换成每帧图像,并输出到一个文件夹(The video is converted to each frame image and output to a folder.)
Lab06
- basic matlab plot example
original
- 粒子的位置代表优化问题在搜索空间中的潜在解,粒子的速度决定他们飞行的方向和距离,所有的粒子都有一个被优化的函数决定的适应值。(The position of the particles represents the potential solution of the optimization problem in the search space. The velocity of the particles determines the direction and distance of the
kalman filter
- 卡尔曼滤波(Kalman filtering)一种利用线性系统状态方程,通过系统输入输出观测数据,对系统状态进行最优估计的算法。由于观测数据中包括系统中的噪声和干扰的影响,所以最优估计也可看作是滤波过程。(Kalman filtering, Kalman filtering) a system of linear equation of state, through the system input and output data, the optimal estimation of the s
MatlabRobotToolBoxTest
- 1、 把“作业”文件夹拷贝到任意目录下。打开matlab,点击file-》setpath-》add with subfolder,然后选择这个文件夹就好了。在matlab中运行ver命令,看看工具箱列表中有没有一个叫robotics toolbox的工具箱,有的话,代表安装成功。 注意:原版MATLAB Robotic ToolBox工具箱有Bug!在“作业”文件夹里有修改好的,add path的过程就加载进去了。 2、 打开MATLAB,在命令提示行输入:WanderSoul,回车。弹出机
遗传算法实例
- 也是自己找来的,原代码有少许错误,本人都已更正了,调试运行都通过了的。 对于初学者,尤其是还没有编程经验的非常有用的一个文件 遗传算法实例(Also find their own, the original code has a little error, I have corrected, debugging run through.A very useful file for beginners, especially for those who have no programming
数据和程序
- 求解目标约束函数,用到了遗传算法,蚁群算法等现代算法,大大提高了计算速度(Solving the objective constraint function, using the genetic algorithm, ant colony algorithm and other modern algorithms, greatly improving the speed of calculation)
codes
- 启发式算法的TSP的matlab程序,包含模拟退火算法与遗传算法。(Heuristic algorithm of TSP matlab program, including simulated annealing algorithm and genetic algorithm.)