资源列表
2020美赛word模板
- 提供一份数学建模模板,可以帮助大家更有效的撰写论文(base on the matlab that we can study)
双音多频(DTMF)信号的MATLAB仿真
- 双音多频(DTMF)信号的MATLAB仿真,已经通过调试 含源码及课设报告(Matlab simulation of DTMF signal has passed debugging, including source code and course design report)
1
- 可以利用元胞自动机模拟疫情发展情况,并且有详细的论文说明,语义解释(Cellular automata can be used to simulate the development of epidemic situation)
分数阶matlab工具箱
- 分数阶fotf/foss等工具箱,用于分数阶建模、控制仿真。(The toolbox of fractional order FOTF / FOSS is used for fractional order modeling and control simulation.)
深度学习实现零件缺陷检测源代码(1)
- 结合VGG和残差网络实现工业零件的缺陷检测,基于keras和tensorflow可以直接运行使用(The defect detection of industrial parts is realized by combining VGg and residual network. Based on keras and tensorflow, it can be used directly)
mppt 智能算法
- MPPT智能算法,包括粒子群优化、细菌觅食、两种算法(MPPT intelligent algorithm, including particle swarm optimization, bacterial foraging, two kinds of algorithms)
GA_SVM
- 利用GA遗传算法优化参数 并利用支持向量机分类或者回归计算(Use GA genetic algorithm to optimize parameters and use support vector machine for classification or regression calculation)
虫口模型分岔图Matlab程序
- 虫口模型x(n+1)=λx(n)(1-x(n))分岔图Matlab程序,matlab产生logistic序列的程序.
室内机器人的避障与路径规划
- (蚁群算法)matlab程序,室内机器人路径规划研究,规划出最短路径。
ThorCam
- 用matlab 控制thorlabs camera(use matlab to control thorlabs camera)
bp神经网络
- 本程序根据训练好的网络文件ANN.mat预测新的数据文件,得到均方误差,并画出预测数据和原数据的对比图。此程序运用到了很多Matlab编程中常用到的表达方式,还有一些神经网络编程的基本概念的表达,如归一化的表达。
邻域粗糙集
- 邻域粗糙集,是建立在经典粗糙集的基础上的,可以用于数据约简。