资源列表
[人工智能/神经网络/遗传算法] MATLAB-yichuansuanfa
说明:遗传算法程序 ,matlab程序编写-Genetic algorithm procedure, matlab programming<Mr YAN> 在 2025-06-27 上传 | 大小:6kb | 下载:0
[数值算法/人工智能] shuzhi3
说明:龙贝格求积公式,求解定积分 牛顿迭代公式,求方程的近似解 牛顿-科特斯求积公式,求定积分-Romberg quadrature formula for solving the definite integral of Newton s iterative formula, and the approximate solution equation Newton- cortez quadrature formula, and the definite integral<hujingxin> 在 2025-06-27 上传 | 大小:6kb | 下载:0
[matlab例程] nnpidcontroll
说明:Matlab 神经网络离散PID控制实例,在Simulink环境中搭载仿真模块即可实现,结果图效果不错-Matlab neural network PID control of discrete examples, in the Simulink environment with simulation module can be realized, the results of Fig good results<张然> 在 2025-06-27 上传 | 大小:6kb | 下载:0
[人工智能/神经网络/遗传算法] duobuyuce
说明:多部预测自校正控制的算法仿真程序,用matlab写的。用的RLS带遗忘的最小二乘法递推。-Forecast for more than self-tuning control algorithm simulation program, written using matlab. Used in the RLS with forgetting recursive least square method.<张章> 在 2025-06-27 上传 | 大小:6kb | 下载:0
[数值算法/人工智能] MyMembFunc
说明:在《C++ Templates: The Complete Guide》一书中(以下简称书),提出了模板元编程最早的实际应用之一:在数值运算中进行解循环优化。 而本文的标题是噱头!本文的真正目的是指出这种优化措施在增加复杂性的同时,并不一定能明显改善效率。应当谨慎使用该技术——默认不使用该技术,在点积计算确实是效率瓶颈时考虑采用该技术,并认真测试该技术是否真能提高效率。 -In C++ Templates: The Complete Guide , a book (hereinafte<李金冰> 在 2025-06-27 上传 | 大小:6kb | 下载:0
[matlab例程] MatlabK-means
说明:用matlab语言实现K-MEANS聚类算法-Matlab language used K-MEANS CLUSTERING ALGORITHM<刘年> 在 2025-06-27 上传 | 大小:6kb | 下载:0
[数学计算/工程计算] Particle_Filter
说明:粒子滤波程序,仿真实现自由度机器人对目标的跟踪,使用kalman滤波估计总雅可比矩阵J,噪声为非高斯噪声-Particle filter procedure, simulation robot tracking of targets, the use of kalman filter estimated total Jacobian matrix J, the noise of non-Gaussian noise<testit123> 在 2025-06-27 上传 | 大小:6kb | 下载:0
[matlab例程] fromBPSKto64QAM
说明:从BPSK到64QAM的调制与解调,方式可选!-From BPSK to 64QAM modulation and demodulation, optional way!<sunshine> 在 2025-06-27 上传 | 大小:6kb | 下载:0
[数据结构常用算法] tongjigongzi
说明:1. 统计工资 设计要求: (1) 使用结构数组设计一个公司职员的数据结构,使用下述的结构定义: struct employee{ int age char name[15] double salary } (2) 在主函数里构造一个数组company,用来存放职工信息。 (3) 设计update函数,用来对company中指定职员的信息进行更改。要求先按照name查询到相应的职员,然后修改并保存。 (4) 设计一个read函数,用来向compan<龙君> 在 2025-06-27 上传 | 大小:6kb | 下载:0