搜索资源列表
walsh变换
- 该程序实现了对一幅图象进行Walsh变换。首先定义了一个imagewnd类, 该类可用于位图的创建、显示;WALh函数为快速沃尔什-哈达玛变换,f为时域值,F为变换域值,power为2的幂数,Walsh1函数为二维变换;在该函数中取出了一幅位图的所有像素,用来进行变换.具体算法过于专业,我就不细说了。-the realization of an image Walsh transform. First imagewnd definiti
fft4
- 计算长度为4的整数次幂的序列的DFt的快速算法。运行环境VC++。-calculation of the length of the four integer power of the sequence DFt fast algorithm. Operating environment VC + +.
任意2的幂次方长度数据快速dct
- 一般的快速DCT算法只有8点和16点的,我这里提供任意长度(2的幂次方)的DCT快速算法原代码-general fast DCT algorithm only 8:00 and 16:00, and here I am of arbitrary length (two of the power law) DCT fast algorithm source code
The_preiodicity_of_congruence_in_power_tower
- 一篇数学论文。讨论了数论中关于幂指式同余的周期性问题,给出了最小正周期的表达式和几个关于幂指式同余周期的性质。为快速构造或化简同余幂指式提供了一般方法。对研究密码学,尤其是讨论RSA公钥密码体制有一定参考价值。
FastExp
- 快速幂级算法 求RSA基础-rapid power-based RSA algorithm for
Potenz
- 快速幂级2 跟前面的是一起的-rapid power level with the previous two are together
任意2的幂次方长度数据快速dct
- 一般的快速DCT算法只有8点和16点的,我这里提供任意长度(2的幂次方)的DCT快速算法原代码-general fast DCT algorithm only 8:00 and 16:00, and here I am of arbitrary length (two of the power law) DCT fast algorithm source code
FastExp
- 快速幂级算法 求RSA基础-rapid power-based RSA algorithm for
Potenz
- 快速幂级2 跟前面的是一起的-rapid power level with the previous two are together
matrix
- 矩阵快速幂乘 C/C++实现 模板 方便随时调用-Matrix Fast Exponentiation
Matrix-power
- 矩阵快速幂ACM模板,用二分的思想和logn复杂度实现-ACM template matrix fast power
meng-ge-ma-li-kuai-su-mi
- 蒙哥马利快速幂 用于acm竞赛中 可以省时间-meng ge ma li kuai su mi
POJ2778.tar
- ACM经典题目。POJ2778,AC自动机构造转移矩阵,矩阵快速幂求解。-ACM Classic title. POJ2778, AC automata transition matrix, the matrix of power quickly solving.
kuaisumi
- 快速幂的简单明了实现来的。对acmer的初学者来说,可以参考一下,比较简单,只是简单的快速幂,但是只要加工一下就可以实现矩阵快速幂了-Fast power of simple realization come. On acmer beginners, you can refer to, is relatively simple, just a simple quick power, but what can be achieved as
Matrix_Quick_Mod
- 矩阵快速幂~~~~需要的请下载~~~ ~~~ ~~~ ~~~ ~~~~!-Fast power matrix ~~~~ need, please download ~~~~~~~~~~~~~~~~~~~~~~~~~~~~!
bb
- 注意是n位数! 思路: 对于给的n都会包含有四种状态 0、7和9的个数都是奇数 1、7是奇数,9是偶数 2、7是偶数,9是奇数 3、7是偶数,9是偶数 显然状态3是我们要状态,但是他们之间是可以互相转移的 所以对于每次添加一个空位放数字,建立转移矩阵 | 3 1 1 0 | | 1 3 0 1 | | 1 0 3 1 | | 0 1 1 3 | 初始状态为 (0,0,0,1) 然后
Carmichael_Num
- 求卡麦棵而数,很大的也可以,效率很高,快速幂算法-Cameron demand and the number of trees, can also be a great, high efficiency, fast power algorithm
code
- ACM数论代码:矩阵快速幂题目的c++源码-ACM game Number Theory Code: Matrix quickly c++ power source
快速幂
- 求快速幂的程序模板,求矩阵快速幂等等,非常有用(It is very useful to find a fast power program template, to find the fast power of the matrix and so on.)
矩阵快速幂
- c++封装的矩阵快速幂,ACM常用!快速幂算法在矩阵的扩展。(C++ encapsulation of matrix fast power, ACM commonly used! The expansion of a fast power algorithm in a matrix.)