-
这是C++算法
This is C++ for Algorithm
- 2023-06-21 08:25:07下载
- 积分:1
-
《科学计算和C程序集》配套光盘,有很多常用的数值算法。
《科学计算和C程序集》配套光盘,有很多常用的数值算法。-"scientific calculation and collection procedures C" complementary discs, there are many commonly used algorithm.
- 2022-01-26 04:34:17下载
- 积分: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
-
二维码生成
QR generator 生成二维码,非常简单易用,包含一个win 32 console 程序,可以直接生成二维码图片到指定位置
- 2022-03-11 10:46:07下载
- 积分:1
-
NSAF程序
归一化子带自适应滤波算法的源程序
- 2022-04-13 04:38:47下载
- 积分:1
-
行列式求值
行列式求值行 列式求值行 列式求值行 列式求值行列式求值-evaluation of determinant
- 2022-04-15 01:49:18下载
- 积分:1
-
Used for a very large number for scientific computation library, with the interf...
一个用来对非常大的数进行科学计算的程序库,带界面。-Used for a very large number for scientific computation library, with the interface.
- 2022-05-05 11:30:21下载
- 积分:1
-
compiler principles of regular
编译原理中的正则式匹配算法-compiler principles of regular-matching algorithm
- 2022-02-24 20:36:43下载
- 积分:1
-
此程序用提升法实现第二代小波变换,我用的是非整数阶小波变换...
此程序用提升法实现第二代小波变换,我用的是非整数阶小波变换-the procedure used to upgrade method is the second generation wavelet transform, I use a non-integer wavelet transform
- 2022-03-18 09:24:55下载
- 积分:1
-
流水灯 单片机初学者
流水灯那个程序,单片机的,初学者,一个简单的单片机入门学习程序,能实现流水灯的效果流水灯那个程序,单片机的,初学者,一个简单的单片机入门学习程序,能实现流水灯的效果流水灯那个程序,单片机的,初学者,一个简单的单片机入门学习程序,能实现流水灯的效果
- 2022-03-21 00:48:50下载
- 积分:1