搜索资源列表
pi.zip
- 计算PI(圆周率)的程序,可以计算2的N次幂的精确度
fft4
- 计算长度为4的整数次幂的序列的DFt的快速算法。运行环境VC++。-calculation of the length of the four integer power of the sequence DFt fast algorithm. Operating environment VC + +.
number_theory_c++
- 数论算法库 C++ 语言实现 代码内容 数论算法库,包括以下算法: 欧几里德算法求a,b的最大公倍数 扩展的欧几里德算法,求出gcd(a,b)和满足gcd(a,b)=ax+by的整数x和y 求解模线性方程 ax ≡ b (mod n) 其中n>0 求解模线性方程组(中国余数定理) 模取幂运算 计算a^b mod n (a,b可能很大) Miller-Rabin随机性素数测试算法
matrix_tezhenzhi
- 用幂法和反幂法计算矩阵特征值急相关问题的一实例程序,经VC++6.0验证。
Addison.Wesley.Donald.E.Knuth.The.Art.of.Computer.
- 计算机科学的圣经 Knuth的经典之作——第2卷对半数值算法领域做了全面介绍,分“随机数”和“算术”两章。本卷总结了主要算法范例及这些算法的基本理论,广泛剖析了计算机程序设计与数值分析间的相互联系。第3版中特别值得注意的是Knuth对随机数生成程序的重新处理和对形式幂级数计算的讨论。
Calculator
- 强大的计算功能 基本的计算都有了 如 SIN COS TAN COT...... 还有如幂次运算
QR_LU_Eigenvalue
- 包括使用修正Gram-Schmit算法实现QR分解,自编LU分解、利用幂法和反幂法计算矩阵最大和最小特征值的程序。例外附有使用这些算法的例子供参考。 QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimum eigenvalue based o
计算时间序列谱
- 计算时间序列的多重分形特征,求时间的幂谱频率关系图
泰勒展开对幂指数的实现
- 该程序灵活运用泰勒公式实现了幂函数Exp(),相信读者阅读之后一定会有所启发。
计算方程的解
- 做一个程序能够求解幂n=6或更高方程的根
pi
- 计算PI(圆周率)的程序,可以计算2的N次幂的精确度- Calculates PI (girth quotient) the procedure, may calculate 2 N power the precision
fft4
- 计算长度为4的整数次幂的序列的DFt的快速算法。运行环境VC++。-calculation of the length of the four integer power of the sequence DFt fast algorithm. Operating environment VC++.
QR_LU_Eigenvalue
- 包括使用修正Gram-Schmit算法实现QR分解,自编LU分解、利用幂法和反幂法计算矩阵最大和最小特征值的程序。例外附有使用这些算法的例子供参考。 QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimum eigenvalue based o
pow
- pow为幂法计算,求解矩阵的特征值和特征向量,本文提供了算例和程序-pow method for the power, solve the matrix eigenvalue and eigenvector, the paper provides examples and procedures
acm
- 关于高精度幂的计算,对银行的利息问题额分析-Calculation of the value of the high-precision power, the amount of bank interest analysis
Large-Int-Arithmometer
- 该MFC程序可以进行长整数的四则,阶乘,幂的计算。重要的是在除法上做了性能的优化。-The MFC program can be carried long integer four, factorial, power calculations. It is important to do the division of the performance optimization.
final
- 幂法、反幂法的计算实例,用一个501阶矩阵为例(Calculation examples of power method and inverse power method)
1001 Exponentiation
- 计算乘幂,但结果的数据很大,因此模拟乘法计算,并且用字符串进行处理。(Calculation of power, but the results of the data is large)
幂计算
- C++语言编写,实现了正整数的乘法,加法和幂计算,使用字符串计算任意正整数的正整数次幂(Written in C++, which implements multiplication, addition, and exponentiation of positive integers, and uses a string to evaluate positive integers of any positive integer)
matlab数值特征值与特征向量计算 实例源程序代码
- 特征值与特征向量的计算 339 10.1 特征值问题概述 339 10.1.1 特征多项式 339 10.1.2 特征值范围估计 340 10.2 幂法及反幂法 341 10.2.1 幂法 341 10.2.2 幂法的加速 344 10.2.3 反幂法 350 10.2.4 混合幂法 352 10.3 实对称矩阵的Jacobi法 353 10.3.1 Givens变换 353