搜索资源列表
dividemultiply
- 这是一个分治法应用的又一个例子,利用分治技术,做大整数乘法,尤其是几百位数以上的乘法,比一般的方法快很多,仅次于快速傅立叶变换.-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 mu
zh_rfft
- 整数的傅里叶变换,参数只有两个,更易于操作-Integer Fourier transform, only two parameters, but also easy to operate
algorithm
- DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa
FFT
- 快速傅立叶变换及其应用,包括傅立叶变换函数,傅立叶逆变换函数,利用快速傅里叶变换计算长整数乘法。-Fast Fourier transform and its applications, including Fourier transform function, the Fourier inverse transformation function, using Fast Fourier Transform long integer multiplication.
FFT_CODE
- This code calculs the Fast Fourier Transform of a array of integer. Its a very fast algoritm to transform a signal to frequence domain.
fourior-algorithm-for-polynomial
- 快速傅立叶变换来解决多项式乘法(包括大整数乘法)等操作。-Fast Fourier transform to solve the polynomial multiplication (including large integer multiplication) and other operations.
FFT
- 快速傅里叶变化,傅里叶逆变换,利用傅里叶进行长整数乘法-Fast Fourier transform, the inverse Fourier transform, Fourier for long integer multiplication
ifft
- 函 数 名:ifft (y,n,x) 功能描述:傅里叶逆变换 输入参数:y(待变换的序列),n(y的长度),x(变换后的序列) 返 回 值:整型数字。计算成功则返回1,否则返回0-Function Name: ifft (y, n, x) Descr iption: an inverse Fourier transform Input parameters: y (the sequence to be converted), n (the length y), x (tran
FFT
- 实现FFT变换及逆变换 并用其实现长整数乘法。-Realization of FFT transform and inverse transform and use it to achieve a long integer multiplication.
