资源列表
遗传算法示例
- 基于遗传算法的多元函数寻优算法的matlab代码实现。(Multiple function optimization algorithm based on genetic algorithm)
CPUTime
- 这是一个MATLAB例程,用以实现MATLAB实现CPU计时,主要用以计算程序运行的时间(Implement the CPU time by using the MATLAB)
基于粒子群算法的多目标搜索算法
- 基于粒子群算法的多目标搜索算法的matlab实现示例(Multiobjective search algorithm based on particle swarm optimization)
experience
- 用于分析轴承的间隙问题和空气流体的计算。其中比较突出使用了新型的一维牛顿法计算(Analysis of clearance problems of bearing and calculation of air fluid)
基于模拟退火算法的TSP算法
- 基于模拟退火算法的TSP算法的matlab代码示例(TSP algorithm based on simulated annealing algorithm)
gllysltjkhda_pdf
- arcgis中插值算法下工程肯定是个就四大金刚来(Interpolation algorithm in ArcGIS)
face-KNN
- 用PCA算法和KNN算法实现人脸识别,参数可以自己调整(The PCA algorithm and the KNN algorithm are used to realize the face recognition, and the parameters can be adjusted by themselves)
严蔚敏《数据结构》源代码(C++语言)
- 本文件是数据结构的C++语言的算法实现,希望对需要的人有帮助(Data Structure -----data structure)
leetcode-cpp
- leetcode经典题目示例代码 热门题目 面试宝典(the example code of problems on LeetCode)
123
- dijkstra算法,卫星通信,最小路径以及衰落计算(Dijkstra algorithm, satellite communication)
遗传算法
- 利用遗传算法计算目标函数极值,遗传算法与传统的优化方法(枚举,启发式等)相比较,以生物进化为原型,具有很好的收敛性,在计算精度要求时,计算时间少,鲁棒性高等都是它的优点。(Using the genetic algorithm to calculate the extremum of a objective function. Compared with the traditional optimization methods (enumeration, heuristics, etc.), g
Bubble sort
- 冒泡排序(Bubble Sort,台湾译为:泡沫排序或气泡排序)是一种简单的排序算法。它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换,也就是说该数列已经排序完成。(Bubble Sort is a simple sorting algorithm. It repeatedly visits the sequence of items to be sorted, compares two elements at a t