-
贝塞尔曲线算法
构建三次贝塞尔曲线 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
-
此程序是关于多维数组多次排序的一个小程序。
此程序是关于多维数组多次排序的一个小程序。-This procedure is repeated on the multi-dimensional array to sort a small program.
- 2022-08-22 08:36:08下载
- 积分:1
-
多项式的加减运算特别实现(c实现)
多项式的加减运算特别实现(c实现)-polynomials Modified Operational special achievement (c realization)
- 2022-08-26 13:41:18下载
- 积分:1
-
Apriori及FP-growth源程序及输出
不但要输出频繁模式,还要输出频繁模式的支持度(绝对值,即支持度计数)输出文件中每行格式如下:abc: 1000表示输出模式为abc,其支持度为1000
- 2023-04-05 04:55:03下载
- 积分:1
-
Java 路由算法
它是在 Java 开发并生成按定义的算法 pesudocode 函数中所述的算法。这种描述可以利用改性的所有代码和用户的必需品。
- 2022-02-03 17:54:52下载
- 积分:1
-
MonteCarlo检验fortran程序,适合气象统计,和地学方面的研究使用。...
MonteCarlo检验fortran程序,适合气象统计,和地学方面的研究使用。-MonteCarlo test fortran program for the meteorological statistics, and earth science research use.
- 2023-05-06 03:50:03下载
- 积分:1
-
四重奏:一个理论的定理描述的著名四重奏定理";,&……
四方定理描述: 在数论中有一个著名的“四方定理”,它的含义是: 所有自然数至多只要用四个数的平方和就可以表示。 要求: 该题是一个定理,我们不是去证明它,而是要求同学们编程 序来验证该定理的正确性。 输入: 用户从键盘任意输入一个自然数。 输出: 给出满足四方定理中的至多四个自然数。-Quartet theorem Description : Number Theory in a famous "Quartet Theorem," meaning it is : all natural number can use up to four the number of square and can be expressed. Requirements : The title is a theorem, we will prove it, but to require the students programmed to verify the correctness of the theorem. Input : arbitrary user input from the keyboard to a natural number. Output : the Quartet is to meet the theorem up to four natural number.
- 2022-08-12 22:17:17下载
- 积分:1
-
我的SM3算法JAVA代码
我 SM3 算法 Java 代码写在 2012.Include 调试程序和测试代码。
- 2023-04-24 20:30:03下载
- 积分:1
-
基于51的32*64点阵屏频谱程序
资源描述51单片机驱动32*64点阵屏进行频谱显示,利用FFT算法进行数据处理,里面有硬件原理图以及整个的程序。
- 2022-03-25 03:03:06下载
- 积分:1
-
RSA秘钥生成工具
开源的RSA秘钥生成工具,研究RSA加密很有用。该工具可让您轻松处理与加密,解密和消息的验证。
你不再需要做复杂代码编写,只须提供processorID或Mac地址即可
- 2023-03-29 06:00:04下载
- 积分:1