-
这是一个迭代法实现的C代码。本算法采用的是SOR迭代法。
这是一个迭代法实现的C代码。本算法采用的是SOR迭代法。-This is an iterative method to achieve the C code. This algorithm is used SOR iteration.
- 2022-05-10 22:57:04下载
- 积分:1
-
use c language to make a Newton interpolation arithmetic.Newton interpolation ar...
用C语言来实现的。牛顿插值法对一些函数作近似的替代,是N个节点数的插值函数。-use c language to make a Newton interpolation arithmetic.Newton interpolation arithmetic make a approximation of the function witch have N interpolation points
- 2023-02-05 04:00:03下载
- 积分:1
-
红黑树算法实现
红黑树是一种自平衡二叉查找树,是在计算机科学中用到的一种数据结构,典型的用途是实现关联数组。它是在1972年由Rudolf Bayer发明的,他称之为"对称二叉B树",它现代的名字是在 Leo J. Guibas 和 Robert Sedgewick 于1978年写的一篇论文中获得的。它是复杂的,但它的操作有着良好的最坏情况运行时间,并且在实践中是高效的: 它可以在O(log n)时间内做查找,插入和删除,这里的n 是树中元素的数目。
- 2022-01-25 23:40:23下载
- 积分:1
-
欧几里德算法和扩展欧几里德算法。用C和C++实现。
欧几里德算法和扩展欧几里德算法。用C和C++实现。-extended Euclidean algorithm and the Euclidean algorithm. C and C to achieve.
- 2023-04-02 23:35:03下载
- 积分:1
-
c语言DES算法
c语言DES算法,本算法已经通过了VS2010的验证,并且可以和Matlab2012进行联合编程,可以提供64位加密,56位密钥。
- 2022-06-01 17:57:35下载
- 积分:1
-
2阶巴特沃斯滤波器
实用的fortran版2阶巴特沃斯滤波器。
在李建平程序基础上有细微调整。
- 2022-03-09 12:24:15下载
- 积分:1
-
用调用函数法实现bp网络,已载入训练和测试样本供大家分享和学习,有较理想的差准率和查全率。...
用调用函数法实现bp网络,已载入训练和测试样本供大家分享和学习,有较理想的差准率和查全率。-Call function method used to achieve bp network, has been printed in the training and test samples for all to share and learn from, there are better rates and quasi-differential recall.
- 2023-02-21 12:20:03下载
- 积分:1
-
CSA - carry select Adder (16 bit by verilog)
这是verilog提供的16位CSA
- 2023-07-21 18:30:03下载
- 积分:1
-
一个用贪心算法做的
一个用贪心算法做的-with a greedy algorithm to do
- 2023-01-01 16:25:03下载
- 积分:1
-
Parallele 并行算法
基于图像处理的算法 parallele并行编程算法 基于图像处理的梯度算法 gradiant算法,能够圈出图像轮廓Opencv读取图像灰度图像
- 2022-07-03 11:22:48下载
- 积分:1