-
贝塞尔曲线算法
构建三次贝塞尔曲线 C0,......,Cn-1 中
参数形式,Ci 由
(xi(t),yi(t)) = (a0(i) + a1 (i) * t + a2 (i) * t ^2 + a3 (i) * t ^3,
b0(i) + b1 (i) * t + b2 (i) * t ^2 + b3(i)*t^3)
0 为 < = t < = 1 由左终结点 (x(i),y(i)),
离开了 guidepoint (x+(i),y+(i))、 右端点 (x(i+1),y(i+1)) 和
右 guidepoint (为每个 i x-(i+1),y-(i+1)) = 0,1,......,n-1 ;
输入的 n,((x(i),y(i)),我 = 0,...,n),
((x+(i),y+(i)),我 = 0,...,n-1),
((x-(i),y-(i)),我 = 1,...,n)。
输出系数 (a0(i)、 a1(i)、 a2(i)、 a3(i)、
b0(i)、 b1(i)、 b2(i)、 b3(i)、 我 = 0,...,n-1)。
- 2022-02-16 09:27:40下载
- 积分:1
-
语音编解码代码库_C语言
详细说明:基于DSP的用C语言实现语音编码解码,能完成基本的语音编码解码功能
C language voice codecs based on DSP,that can complete basic voice codec functions
- 2022-01-22 02:45:44下载
- 积分:1
-
可以序列化的矩阵操作类。实现了众多矩阵的操作运算算子
可以序列化的矩阵操作类。实现了众多矩阵的操作运算算子-A Matrix manipulation class with serialization and operator overloading implemented
- 2022-05-20 23:57:48下载
- 积分:1
-
用vc实现的遗传算法,有界面,易操作,从文件读取参数设置,结果输出到文件中,移植性强...
用vc实现的遗传算法,有界面,易操作,从文件读取参数设置,结果输出到文件中,移植性强-Vc implemented using genetic algorithms, there are interface, easy to operate, read from the file parameter settings, the resulting output to a file, transplantation and strong
- 2022-03-19 18:25:10下载
- 积分:1
-
三角剖分的算法
这段代码为了完成德诺捏三角剖分,可以比较好的实现三角剖分的效果,已经实践过了,稍加调整就可以使用,算法比较周全使用简便。是一个非常好的资源,可以尝试着用以用
- 2022-11-05 15:45:12下载
- 积分:1
-
偏最小二乘法,用于回归分析,构建回归方程,预测准确度高...
偏最小二乘法,用于回归分析,构建回归方程,预测准确度高
- 2022-05-26 07:16:37下载
- 积分:1
-
Meschach 可以解稠密或稀疏线性方程组、计算特征值和特征向量和解最小平方问题,另外还有其它功能。它为双精度数和复数提供了近 400 个函数。它提供的教程以...
Meschach 可以解稠密或稀疏线性方程组、计算特征值和特征向量和解最小平方问题,另外还有其它功能。它为双精度数和复数提供了近 400 个函数。它提供的教程以说明性的小案例研究的形式介绍了这些函数。-Meschach is a C-language library of routines for performing matrix computations
- 2022-01-31 19:56:02下载
- 积分:1
-
Use IIR method to design the digit filter,realized by C language,and mapping is...
数字滤波器IIR设计C源代码,包括绘图.-Use IIR method to design the digit filter,realized by C language,and mapping is also included.
- 2022-02-16 04:46:16下载
- 积分:1
-
FFT algorithm for software implementation, there are ways to explain, as well as...
FFT算法的软件实现,有方法讲解,也有部分C++的源码。-FFT algorithm for software implementation, there are ways to explain, as well as some C++ The source.
- 2022-01-22 17:12:34下载
- 积分:1
-
3n+1的算法
acm程序设计大赛的练习题目
3n+1的算法
acm程序设计大赛的练习题目-3n algorithm acm a program design contest entitled to practice
- 2022-08-15 14:41:36下载
- 积分:1