搜索资源列表

  1. 计算时间序列谱

    1下载:
  2. 计算时间序列的多重分形特征,求时间的幂谱频率关系图
  3. 所属分类:源码下载

  1. 泰勒展开对幂指数的实现

    0下载:
  2. 该程序灵活运用泰勒公式实现了幂函数Exp(),相信读者阅读之后一定会有所启发。
  3. 所属分类:源码下载

  1. 计算方程的解

    0下载:
  2. 做一个程序能够求解幂n=6或更高方程的根
  3. 所属分类:C#编程

    • 发布日期:2012-03-18
    • 文件大小:55.5kb
    • 提供者:may96321951
  1. mifaandfanmifa

    0下载:
  2. 计算特征值和特征向量的幂法和反幂法以及计算矩阵的minres 算法的matlab程序-calculated eigenvalues and eigenvectors of power and anti-power-law and calculate the matrix algorithm mat minres lab procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2025-04-02
    • 文件大小:1kb
    • 提供者:韩国锋
  1. Tenprograms

    0下载:
  2. 数值计算方法相关的十个程序.包括对分法、迭代法、牛顿法、割线法、高斯消元法、雅克比迭代法程序、幂法、线性拟合态、-numerical calculation method related to the 10 procedures. Including the right method, iterative method, Newton's method, secant, PGE, Jacques procedures than
  3. 所属分类:文档资料

    • 发布日期:2025-04-02
    • 文件大小:2kb
    • 提供者:周红风
  1. power_method

    0下载:
  2. 幂法与反幂法求解矩阵特征值的C语言算法实现:本代码以Hilbert矩阵为计算对象,单纯运用C语言进行矩阵的操作以实现幂法与反幂法求解矩阵特征值的算法,应用Matlab软件对计算结果进行检验,计算结果准确无误。-Power law and inverse power method to solve matrix eigenvalue of the C language algorithm: Hilbert matrix of the co
  3. 所属分类:数值算法/人工智能

    • 发布日期:2025-04-02
    • 文件大小:10kb
    • 提供者:Michael_M
  1. QR_LU_Eigenvalue

    0下载:
  2. 包括使用修正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
  3. 所属分类:其他小程序

    • 发布日期:2025-04-02
    • 文件大小:4kb
    • 提供者:gogomx
  1. calculator

    0下载:
  2. 表达式计算器。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:\、|、=、&、%、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加括号,也可以不要括号,如:log(C1)与logC1是相同的。三、运算符有+(加)、-(减)、
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-04-02
    • 文件大小:48kb
    • 提供者:YHC
  1. Exponentiation.tar

    0下载:
  2. 高精度幂计算,北京大学ACM OJ上的Exponetiation-Exponentiation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2025-04-02
    • 文件大小:368kb
    • 提供者:tt
  1. Desktop

    0下载:
  2. 2次幂计算的简单程序应用可以用在很多软件中-Computing powers of 2
  3. 所属分类:数学计算/工程计算

    • 发布日期:2025-04-02
    • 文件大小:5.99mb
    • 提供者:junwei
  1. pow

    0下载:
  2. pow为幂法计算,求解矩阵的特征值和特征向量,本文提供了算例和程序-pow method for the power, solve the matrix eigenvalue and eigenvector, the paper provides examples and procedures
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-04-02
    • 文件大小:10kb
    • 提供者:陈岩
  1. WindowsApplication2

    0下载:
  2. 简单计算器,可以实现加减乘除还有次幂计算,可以验证算术式的正确性,并且可以先输入一个算术式,然后计算-Simple calculator, Math can also calculate the power, you can verify the correctness of arithmetic, and can first enter an arithmetic type, and then calculate
  3. 所属分类:其他小程序

    • 发布日期:2025-04-02
    • 文件大小:48kb
    • 提供者:张大成
  1. ScientificCalculator

    0下载:
  2. Qt 4.8.1写的科学计算器。实现功能: 平方、幂计算、整型进制转换等。不使用科学计数法显示结果。-Scientific calculator in Qt 4.8.1. Function: square, exponentiation, integer hex conversion. Do not use scientific notation to display the results.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2025-04-02
    • 文件大小:8kb
    • 提供者:guoguiyang
  1. power

    0下载:
  2. 求幂,数学上的求幂计算可以,计算x的y次幂-Exponentiation, mathematical exponentiation calculation can calculate x raised to the power of y
  3. 所属分类:其他小程序

    • 发布日期:2025-04-02
    • 文件大小:167kb
    • 提供者:dagege
  1. final

    0下载:
  2. 幂法、反幂法的计算实例,用一个501阶矩阵为例(Calculation examples of power method and inverse power method)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2025-04-02
    • 文件大小:1kb
    • 提供者:pangpangc
  1. 1001 Exponentiation

    0下载:
  2. 计算乘幂,但结果的数据很大,因此模拟乘法计算,并且用字符串进行处理。(Calculation of power, but the results of the data is large)
  3. 所属分类:Windows编程

    • 发布日期:2025-04-02
    • 文件大小:2kb
    • 提供者:whzhangkui
  1. ConsoleApplication4

    0下载:
  2. 使用幂法求计算矩阵的主特征值及主特征向量,用反幂法求计算矩阵的按模最小特征值及特征向量。(A Blind Equalization Algorithm for SIMO Channel Model Based on Inverse Power Method)
  3. 所属分类:其他小程序

    • 发布日期:2025-04-02
    • 文件大小:2.2mb
    • 提供者:wanghan
  1. 幂计算

    0下载:
  2. 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)
  3. 所属分类:其他小程序

    • 发布日期:2025-04-02
    • 文件大小:1kb
    • 提供者:Calvin1
  1. matlab数值特征值与特征向量计算 实例源程序代码

    0下载:
  2. 特征值与特征向量的计算 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
  3. 所属分类:其他小程序

    • 发布日期:2025-04-02
    • 文件大小:12kb
    • 提供者:XWLYF
  1. 现代数值计算(同济版)7个上机例题程序代码

    0下载:
  2. 递推迭代,二分法,加速迭代,拟合,JACOBI迭代,GAUSS-SEIDEL迭代,SOR迭代,逆幂迭代法,经典R-K方法,有限差分法
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 ... 14 »

源码中国 www.ymcn.org