资源列表
共轭梯度法程序
- 函数原型ConjugateGradient(f,a,b,eps) f:目标函数,(a,b):初始点,eps:终止限 输出为最小值点,最小值和搜索次数
D_solution
- 2018华为杯全国研究生数模竞赛D题,获得全国二等奖,题目关于潮汐求解,200万行历史数据处理。(The 2018 Huawei Cup National Postgraduate Mathematics and Analog Competition won the second prize in China. The title is about tide solution and 2 million lines of historical data processing.)
运动目标跟踪程序-MATLAB源代码
- 运动目标跟踪程序-MATLAB源代码,利用camshift和meanshift实现运动目标的跟踪(Moving target tracking program - MATLAB source code, using camshift and meanshift to achieve tracking of moving targets)
code
- pso的改进算法及其各种测试函数,用于寻找全局的最优解(PSO improved algorithm and test function)
Chaotic Systems Toolbox
- 这个工具箱包含一组函数,可以用来模拟一些最著名的混沌系统,其为相空间重构、模拟时间序列的线性特性、尺寸和噪声估计以及降噪提供了额外的功能。(This toolbox contains a set of functions which can be used to simulate some of the most known chaotic systems, such as: - The Henon map - The Ikeda map - The Logistic map - The
蚁群算法
- 群体智能算法,蚁群算法,有关无人机航迹规划,MATLAB 代码(Swarm intelligence algorithm, ant colony algorithm, related drone path planning, MATLAB code)
第7章 Copula理论及应用实例
- 二维copula函数参数估计画图,边缘函数参数估计等等(Two-dimensional copula function parameter estimation drawing, edge function parameter estimation and so on)
自适应权值立体匹配算法
- 一种改进的自适应权值立体匹配算法,用于图像处理等(An improved adaptive weight stereo matching algorithm for image processing, etc.)
household_power_consumption
- household_power_consumption
干涉仪测向
- 该程序仿真利用干涉技术测向的方法,并测试不同分数比的影响
快速排序Python
- 快速排序算法的Python实现,最下方是例子,直接运行即可看到原始数组和排序后数组
计算RMSE
- 常用于回归精确度计算,计算均方根误差,Python代码,函数定义