-
VC7 MFC正则D
vc7 MFC regular d
- 2023-06-10 23:50:03下载
- 积分:1
-
贝塞尔曲线示例
#include < iostream >
#include < 矢量 >
#include < math.h >
#include"BezierPoint.h"
使用命名空间 std ;
BezierPoint 贝塞尔 (方法 < BezierPoint > & pts,双 t) ;
双选择 (双 a,双 b) ;
双 factorial(double num) ;
int main(void) {
方法 < < BezierPoint >> 方法警校 ;
char endPointCount = 0;
双 inx ;
双 iny ;
int ptCount = 0;
int 终结点 ;
双 deltaT ;
cin >> ptCount >> deltaT ;
为 (int 我 = 0 ; 我 < ptCount; i + +) {
cin >> inx >> iny >> 终结点 ;
BezierPoint p iny inx) ;
如果 (endPointCount = = 0 & & 终结点 = = 1) {
pts.push_back (方法 < BezierPoint > ()) ;
pts[pts.size()-1].push_back(p) ;
endPointCount + +;
继续 ;
}
pts[pts.size()-1].push_back(p) ;
如果 (endPointCount! = 0 & & 终结点 = = 1 & & 我! = ptCount-1) {
pts.push_back (方法 < BezierPoint > ()) ;
pts[pts.size()-1].push_back(p) ;
endPointCount + +;
}
}
为 (std::s
- 2022-03-13 19:08:01下载
- 积分:1
-
三角形输出。很好的。
三角形输出。很好的。-triangle output. Very good.
- 2023-03-13 22:35:04下载
- 积分:1
-
Interest Calculator
编写visualbasic
- 2022-02-04 06:02:37下载
- 积分:1
-
经典的数据挖掘培训材料,可以快速帮您掌握Clementine的基本使用方法....
经典的数据挖掘培训材料,可以快速帮您掌握Clementine的基本使用方法.-Classical data mining training materials, can quickly help you master the basic use of Clementine.
- 2022-01-26 03:09:11下载
- 积分:1
-
通过此程序可以把输入的年份判别是平年,还是闰年.
通过此程序可以把输入的年份判别是平年,还是闰年.-through this procedure can be imported in the year discriminant is non-leap year, or a leap year.
- 2022-10-19 14:30:03下载
- 积分:1
-
线性方程组的解法
线性方程组的解法: 矩阵分解与线性方程组直接方法
- 2022-03-18 13:42:41下载
- 积分:1
-
数值分析,最小二乘法,源代码,以及龙格
数值分析,最小二乘法,源代码,还有龙格库塔,陆续将会上传,敬请等待-Numerical analysis, the least square method, source code, as well as Runge-Kutta, one after another will upload, please wait
- 2023-08-29 19:35:03下载
- 积分:1
-
对于无约束问题,给出的共轭梯度法,内涵多个函数实例
对于无约束问题,给出的共轭梯度法,内涵多个函数实例-For the unconstrained problem, given by the conjugate gradient method, the connotation of a number of examples of function
- 2022-06-19 20:03:59下载
- 积分:1
-
利用 OTSU 阈值的图像分割
这是分割使用阈值的算法。阈值在这里我用 OTSU 阈值方法。欢迎大家下载、试用。谢谢大家的支持!
- 2022-03-23 15:51:24下载
- 积分:1