-
这是一个分治法应用的又一个例子,利用分治技术,做大整数乘法,尤其是几百位数以上的乘法,比一般的方法快很多,仅次于快速傅立叶变换....
这是一个分治法应用的又一个例子,利用分治技术,做大整数乘法,尤其是几百位数以上的乘法,比一般的方法快很多,仅次于快速傅立叶变换.-This is a partition of the application also an example of the use of the partition, bigger integer multiplication, especially above the median of hundreds of multiplication, than the much faster after the Fast Fourier Transform.
- 2022-02-01 00:49:28下载
- 积分:1
-
fuzzy的入门程序,有数据和注释,简单易学
fuzzy的入门程序,有数据和注释,简单易学-fuzzy clustering
- 2022-03-14 05:41:02下载
- 积分:1
-
矩阵算法的源代码
矩阵算法的源代码-matrix algorithm source code
- 2022-05-28 13:16:23下载
- 积分:1
-
use c code function in matlab
use c code function in matlab
- 2022-07-25 21:45:42下载
- 积分:1
-
自动计算养老保险金额,包括每个月上交金额,何时开始,何时结束,退休后应得每月金额...
自动计算养老保险金额,包括每个月上交金额,何时开始,何时结束,退休后应得每月金额-Automatically calculate the amount of pension insurance, including the amount paid every month when he will begin, when the end of each month after retirement should be the amount of
- 2022-03-22 06:32:33下载
- 积分:1
-
Simpson method, spline interpolation, Gaussian iteration, you granges margin, Ne...
辛普森方法,样条插值,高斯迭代,啦格朗日差值,牛顿迭代,超加速收敛,龙贝格方法等等,数值计算必备!-Simpson method, spline interpolation, Gaussian iteration, you granges margin, Newton iteration, super speed up convergence, Romberg methods, numerical computation must!
- 2022-02-09 17:08:53下载
- 积分:1
-
解决利用 BFS 在 Java 中的 8 拼图游戏
这就是广度优先搜索和 8 拼图算法在求解 8 益智游戏的执行。
使用的语言是 java,代码中的注释将帮助与其余部分 !
- 2022-01-21 18:09:54下载
- 积分:1
-
华源留言本
资源描述简介:
一般留言本的功能它都有了,你可以借鉴,然后改良整合到自己的代码,相信会很容易。
- 2022-03-25 00:24:50下载
- 积分:1
-
遗传算法的TSP问题
求解方法简单明了,注释详细,易于理解
- 2023-08-24 03:30:03下载
- 积分:1
-
基于MATLAB的改进型中值滤波源代码设计
针对传统Matlab中值滤波算法的不足之处,提出了一种新改进的Matlab中值滤波算法。该算法首先通过对图像按照一定的方法进行填充,然后根据窗口中像素值的分布按预先的设置来调整滤波窗口的大小。不仅可以有效去除噪声,而且能较好的保存图像细节,滤波性能要优于传统的中值滤波算法。
- 2022-11-12 11:35:04下载
- 积分:1