搜索资源列表
alg_3
- 快速傅立叶变换计算多项式,strassen算法计算矩阵相乘,以及其和普通多项式、矩阵乘法的比较-Fast Fourier Transform calculation of polynomial, strassen matrix multiplication algorithm, and its and ordinary polynomials, matrix multiplication comparison
1024addmod
- 1024bit数据快速加法、乘法以及取摸运算,自动生成1024为随机数-failed to translate
famousalgorithmcollection
- <经典算法合集>其中包括: 最小生成树 MD5加密 LZW压缩 josephus 乘法表 积分 枚举 基数转换 矩阵问题举例 求解质数 圆周率的求法 改进的快速排序法 几种插入排序法 水仙花数 迷宫生成器 生命游戏 递归 回溯 贪心 动态规划 排序算法-" Classical algorithm Collection> These include:
99mutiply
- 99乘法表,快速实现,简单易行,适合C++初学者-99 multiplication table, fast implementation, easy, suitable C++ beginners
RongBingShiJian_2
- 基于最小二乘法的曲线拟合,可以实现散点图和曲线图形的快速绘制-Curve fitting based on least squares method
sparesMatrix
- 稀疏矩阵三元组表的实现,包含三元组表矩阵的快速转置,快速乘法,矩阵加法-Sparse matrix triples table implementation, including triples fast matrix transpose, fast multiplication, matrix addition
FFT
- 采用快速傅里叶变换能使计算机计算离散傅里叶变换所需要的乘法次数大为减少,特别是被变换的抽样点数N越多,FFT算法计算量的节省就越显著。-Using fast Fourier transform computer can calculate the number of multiplications needed for the discrete Fourier transform greatly reduced, especially sampling points N is transform
Precision-multiplication
- 高精度数乘法。 FFT算法:快速傅立叶算法,对于DFT(离散傅立叶算法)的快速算法,大大节省时间。 尝试写的,实用性不大,可参考。-Precision multiplication. FFT algorithm: Fast Fourier algorithm for DFT (discrete Fourier transform) algorithm for fast, saving time. Try to write, is not practical, you can re
maotiu_v58
- 表示出两帧图像间各个像素点的相对情况,gmcalab 快速广义的形态分量分析,采用偏最小二乘法。- Between two images showing the relative circumstances of each pixel, gmcalab fast generalized form component analysis, Partial least squares method.
singsai
- 采用偏最小二乘法,快速扩展随机生成树算法,数学方法是部分子空间法。- Partial least squares method, Rapid expansion of random spanning tree algorithm, Mathematics is part of the subspace.
Normal-Algorithm
- 在本文章里面,有各种举出算法的C语言实现 1、大数阶乘 2、大数乘法 3、任意进制转换 4、最大公约数 5、最小公倍数 6、快速傅里叶变换 7,字符串的替换,查找,截取 8、叉乘法求多边形的面积 9、快速,希尔,选择等各种排序 10、二叉树,链表,链栈 11、二分查找 12、求解线性方程组,也叫中国余数定理 13、求点到直线距离 14、Prim算法求最小生成器 15、判断点与直线的关系,俩条直线的关系 16、求排列组合数,俩矢量角度
grammar
- 第1章 算法引论 1.1 算法与程序 1.2 表达算法的抽象机制 1.3 描述算法 1.4 算法复杂性分析 小结 习题 第2章 递归与分治策略 2.1 速归的概念 2.2 分治法的基本思想 2.3 二分搜索技术 2.4 大整数的乘法 2.5 Strassen矩阵乘法 2.6 棋盘覆盖 2.7 合并排序 2.8 快速排序 2.9 线性时间选
94812462
- 快速DCT算法32位的C语言实现,乘法次数最少,可嵌入编码器及解码器使用()