资源列表
[数学计算/工程计算] 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-06-19 上传 | 大小:3kb | 下载:0
[数学计算/工程计算] xuhanshu2
说明:编写一个程序计算正方形、球体和圆柱体的表面积和体积。依题意,抽象出一个公共基类CContaineer为抽象类,在其中定义求表面积和体积的虚函数(该抽象类本身没有表面积和体积可言)。抽象类中定义一个公共的数据成员radius,此数据可作为球体的半径、正方形的边长、圆柱体底面积圆半径。由此抽象类派生出要描述的三个类,在这三个类中都具有求表面积和体积的重定义版本。 -Write a program to calculate square, sphere and cylinder surface a<刘璐> 在 2025-06-19 上传 | 大小:4kb | 下载:0
[数学计算/工程计算] Interpolation
说明:有好几种圆和直线算法。我看的这个才写完直线与远的算法。很经典。-Interpolation algorithm<赵峰> 在 2025-06-19 上传 | 大小:476kb | 下载:0
[数学计算/工程计算] kalman-matlab-for-beginners
说明:这个资料是学习kalman滤波的基础材料,里面有程序和文档介绍,适合初学的童鞋-The attachment is the material for Kalman learning, especally for beginners.Hopefully, it will help<王亮> 在 2025-06-19 上传 | 大小:467kb | 下载:0
[数学计算/工程计算] numerical-differentitation
说明:数值微分,包括四阶经典龙格库塔方法,改进的欧拉方法、Adams方法-numerical differentitation<王佳> 在 2025-06-19 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] Determinant-of-a-Matrix
说明:采用C语言描写了一个基本矩阵的行列式计算算法,采用了动态分配内存的方式计算。-Using C language to describe a basic determinant of a matrix calculation algorithm, using dynamic allocation of memory is calculated.<公共> 在 2025-06-19 上传 | 大小:852kb | 下载:0