资源列表

« 1 2 ... .88 .89 .90 .91 .92 2093.94 .95 .96 .97 .98 ... 3400 »

[数学计算/工程计算xuhanshu

说明:一个程序计算三角,正方形和圆形的面积。 分析:依题意,可以抽象出一个基类CBase,在其中说明一个虚函数,用来求面积,并利用单接口、多实现版本设计各个图形求面积的方法。C++初学者的大作业 -A program to calculate the triangle, square and round the area. Analysis: According to the meaning of problems can be an
<刘璐> 在 2024-06-04 上传 | 大小:3072 | 下载:0

[数学计算/工程计算xuhanshu2

说明:编写一个程序计算正方形、球体和圆柱体的表面积和体积。依题意,抽象出一个公共基类CContaineer为抽象类,在其中定义求表面积和体积的虚函数(该抽象类本身没有表面积和体积可言)。抽象类中定义一个公共的数据成员radius,此数据可作为球体的半径、正方形的边长、圆柱体底面积圆半径。由此抽象类派生出要描述的三个类,在这三个类中都具有求表面积和体积的重定义版本。 -Write a program to calculate square,
<刘璐> 在 2024-06-04 上传 | 大小:4096 | 下载:0

[数学计算/工程计算Desktop

说明:aircraft model for optimal control
<john> 在 2024-06-04 上传 | 大小:8192 | 下载:0

[数学计算/工程计算1

说明:题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去        掉不满足条件的排列。-Title: There 1,2,3,4 digits, to form different from each other and how many three-digit numbers without repetition
<周聪> 在 2024-06-04 上传 | 大小:2048 | 下载:0

[数学计算/工程计算point

说明:用C++建立类,用于计算两点之间的距离。-The establishment of classes in C++, used to calculate the distance between two points.
<颜俊杰> 在 2024-06-04 上传 | 大小:1024 | 下载:0

[数学计算/工程计算Interpolation

说明:有好几种圆和直线算法。我看的这个才写完直线与远的算法。很经典。-Interpolation algorithm
<赵峰> 在 2024-06-04 上传 | 大小:487424 | 下载:0

[数学计算/工程计算kalman-matlab-for-beginners

说明:这个资料是学习kalman滤波的基础材料,里面有程序和文档介绍,适合初学的童鞋-The attachment is the material for Kalman learning, especally for beginners.Hopefully, it will help
<王亮> 在 2024-06-04 上传 | 大小:478208 | 下载:0

[数学计算/工程计算Friday

说明:实现在任意年份,判断星期五的个数,其中包括闰年的计算方法等-Achieved in any year determine the number of Friday, including leap year calculations, etc.
<z*hou> 在 2024-06-04 上传 | 大小:542720 | 下载:0

[数学计算/工程计算uCalc

说明:自己写的利用逆波兰式进行四则运算的类,目前仅支持四则及括号运算-Write their own use Reverse Polish Notation for arithmetic class, currently only supports four operations and parentheses
<chinyeh> 在 2024-06-04 上传 | 大小:3072 | 下载:0

[数学计算/工程计算numerical-differentitation

说明:数值微分,包括四阶经典龙格库塔方法,改进的欧拉方法、Adams方法-numerical differentitation
<王佳> 在 2024-06-04 上传 | 大小:2048 | 下载: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.
<公共> 在 2024-06-04 上传 | 大小:872448 | 下载:0

[数学计算/工程计算Dynamic_Memory_Two_demention

说明:本程序主要分析和讲解了动态分配内存的基本问题,程序中分析了2维以上动态分配内存注意的事项-The program analyzes the dynamic allocation of memory and explain the basic problem of the program for more than two-dimensional analysis of dynamically allocated memory note
<公共> 在 2024-06-04 上传 | 大小:874496 | 下载:0
« 1 2 ... .88 .89 .90 .91 .92 2093.94 .95 .96 .97 .98 ... 3400 »

源码中国 www.ymcn.org