-
这是一个分治法应用的又一个例子,利用分治技术,做大整数乘法,尤其是几百位数以上的乘法,比一般的方法快很多,仅次于快速傅立叶变换....
这是一个分治法应用的又一个例子,利用分治技术,做大整数乘法,尤其是几百位数以上的乘法,比一般的方法快很多,仅次于快速傅立叶变换.-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
-
清华大学数学实验之数学建模综合PDF幻灯片
清华大学数学实验之数学建模综合PDF幻灯片-Tsinghua University, Experimental Math Modeling Math of General PDF slides
- 2022-02-26 17:07:19下载
- 积分:1
-
一个tabu search算法框架
一个tabu search算法框架-a tabu search algorithm framework
- 2022-01-27 18:23:08下载
- 积分:1
-
使用 MPI 的矩阵乘法
使用 MPI 的矩阵乘法
- 2022-07-07 15:38:56下载
- 积分:1
-
这是我用VC写 的一个小程序希望对大家有用
这是我用VC写 的一个小程序希望对大家有用-This is my VC write a small program you want to useful
- 2022-12-26 08:50:04下载
- 积分:1
-
基于VC++的典型数字信号处理
基于VC++设计的一个数字信号处理平台,可以进行典型的傅里叶变换,包含未平移的傅里叶和快速傅里叶变换。可以再频域进行低通或高通滤波,分别包含:理想低通、梯形低通、巴特沃斯低通、指数低通滤波。
- 2022-01-22 06:46:20下载
- 积分:1
-
这是最小二乘法,比较实用,目前俺手中最小二乘法库中的一个,可以用于代码,如果你需要,可以下载,直接搬过去用。...
这是最小二乘法,比较实用,目前俺手中最小二乘法库中的一个,可以用于代码,如果你需要,可以下载,直接搬过去用。-This is the least square method, more practical, I present the hands of the least square method, a library, can be used to code, if you want, you can download directly moved by the past.
- 2023-03-16 08:00:04下载
- 积分:1
-
最大公约数的三种算法
该程序代码对应《算法设计与分析基础---第2版》中最开始的求取最大公约数的三种算法,第一种欧几里得算法,第二种是连续整数检测方法,第三种方法是分解质因数的方法,代码简单易懂,适于参考学习。
- 2022-01-25 16:50:33下载
- 积分:1
-
LU分解法求解线性方程组的VB.NET源码.里面有详细的使用说明.
LU分解法求解线性方程组的VB.NET源码.里面有详细的使用说明.-LU decomposition method for solving linear equations of VB.NET source. There are detailed instructions.
- 2022-06-16 23:06:35下载
- 积分:1
-
Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart poi...
Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart pointer的灵活实现,强烈推荐!--The program library which has been realized in the book >, it embodies the flexibility of Policy Based Programming, and provides the realisation of various design models of the smart pointer, it`s recommended strongly!
- 2022-01-26 00:25:01下载
- 积分:1