资源列表
[数学计算/工程计算] xuhanshu
说明:一个程序计算三角,正方形和圆形的面积。 分析:依题意,可以抽象出一个基类CBase,在其中说明一个虚函数,用来求面积,并利用单接口、多实现版本设计各个图形求面积的方法。C++初学者的大作业 -A program to calculate the triangle, square and round the area. Analysis: According to the meaning of problems can be an abstract base class CBase, wh<刘璐> 在 2025-07-15 上传 | 大小:3kb | 下载:0
[数学计算/工程计算] xuhanshu2
说明:编写一个程序计算正方形、球体和圆柱体的表面积和体积。依题意,抽象出一个公共基类CContaineer为抽象类,在其中定义求表面积和体积的虚函数(该抽象类本身没有表面积和体积可言)。抽象类中定义一个公共的数据成员radius,此数据可作为球体的半径、正方形的边长、圆柱体底面积圆半径。由此抽象类派生出要描述的三个类,在这三个类中都具有求表面积和体积的重定义版本。 -Write a program to calculate square, sphere and cylinder surface a<刘璐> 在 2025-07-15 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] kalman-filter
说明:当输入由白噪声产生的随机信号时,使期望输出和实际输出之间的均方根误差达到最小的线性系统。一种以状态变量的线性最小方差递推估算的方法。-When the input generated by the random white noise signal, the desired output and actual output of the RMS error to a minimum between the linear system. A kind of state variables of t<王健> 在 2025-07-15 上传 | 大小:6.6mb | 下载:0
[matlab例程] Microcomputer-control-matlab
说明:模型预测控制,PID串级控制系统的matlab例程代码,里面有.m文件和.mdl,两者是配合在一起的, -Model predictive control, PID cascade control system of matlab code, and there are routine. M documents and MDL, both with. Is in together,<吕明> 在 2025-07-15 上传 | 大小:52kb | 下载:0
[人工智能/神经网络/遗传算法] PSO_CPP
说明:微粒群优化算法(PSO)是一种基于种群的随机优化技术,由Eberhart和Kennedy于1995年提出。微粒群算法模仿昆虫、兽群、鸟群和鱼群等的群集行为,这些群体按照一种合作的方式寻找食物,群体中的每个成员通过学习它自身的经验和其他成员的经验来不断改变其搜索模式。-Particle Swarm Optimization (PSO) is a population based stochastic optimization technique by Eberhart and Kennedy ma<王健> 在 2025-07-15 上传 | 大小:10kb | 下载:0
[matlab例程] matlab-SIMO-control
说明:微机控制系统大作业单输入单输出,多输入单输出控制matlab程序,-The microcomputer control system project single input and single output, many input single output control matlab,<吕明> 在 2025-07-15 上传 | 大小:187kb | 下载:0
[数据结构常用算法] AStar
说明:A*(A-Star)算法是一种静态路网中求解最短路最有效的方法。公式表示为: f(n)=g(n)+h(n),其中f(n) 是从初始点经由节点n到目标点的估价函数,g(n) 是在状态空间中从初始节点到n节点的实际代价,h(n)是从n到目标节点最佳路径的估计代价。 -A* (A-Star) is a static network algorithm for solving the shortest most effective way. Formula is expressed as: f (n)<王健> 在 2025-07-15 上传 | 大小:4.62mb | 下载:0