资源列表
C.
- 判断101-200之间有多少个素数,并输出所有素数。 1.程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除, 则表明此数不是素数,反之是素数。 -Between 101-200 to determine the number of primes, and prints out all prime numbers. 1 program analysis: methods to determine the prime numbers: a numb
RANSAC
- 随机抽样一致性算法,在含有噪声点的样本中,寻找拟合直线-Random consistency algorithm in noisy point samples, looking for straight line fitting
ref
- 一个兰伯特投影的程序,用MFC方法实现。里面用到有限元插值等方法-A Lambert projection of the program, with the MFC method. Which use methods such as finite element interpolation
Laplace
- Laplace算法,canny算法,对比-Laplace algorithm, canny algorithm, compared
MK
- 用于非线性时间序列的滑动突变检验,非参数方法-detection abrupt MK
MTT
- 用于非线性时间序列的滑动T检验,用于参数类的突变检验-detection MTT
GM12
- 气象类观测数据,非线性时间序列,gm12模式数据处理-comuputaion of data from gm12 mode
GM11
- 用于气象类观测数据,非线性时间序列,GM1模式数据处理-comptutation data
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
xuhanshu2
- 编写一个程序计算正方形、球体和圆柱体的表面积和体积。依题意,抽象出一个公共基类CContaineer为抽象类,在其中定义求表面积和体积的虚函数(该抽象类本身没有表面积和体积可言)。抽象类中定义一个公共的数据成员radius,此数据可作为球体的半径、正方形的边长、圆柱体底面积圆半径。由此抽象类派生出要描述的三个类,在这三个类中都具有求表面积和体积的重定义版本。 -Write a program to calculate square, sphere and cylinder surface a
Desktop
- aircraft model for optimal control
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? Is how much? 1 program analy
