CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - CG

搜索资源列表

  1. cg-fft

    2下载:
  2. This software gave volume MoM solution by the CG-FFT method-volume solution by using MoM t he CG-FFT method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:259.59kb
    • 提供者:黄志祥
  1. CG.rar

    0下载:
  2. 求解大规模对称矩阵的CG算法,及预处理PCG使用Matlab语言,可以解1000阶以上的矩阵,以病态矩阵hilbert为例,Solving large-scale symmetric matrix of the CG algorithm, and pretreatment of PCG using Matlab language, you can order more than 1,000 solution matrix, as an example to pathological matrix
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:3.21kb
    • 提供者:路路
  1. CG

    1下载:
  2. 共轭梯度法CGmatlab程序 解线性方程组-Conjugate gradient method matlab program for solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:726byte
    • 提供者:zn
  1. Numerical_Analysis1

    0下载:
  2. CG方法 高等数值分析 PCG方法 最速下降法-CG methods of numerical analysis of higher PCG method steepest descent method
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:891byte
    • 提供者:CAICAI
  1. na1-7

    0下载:
  2. naville法,雅各比法,牛顿法,CG法等等数值分析课程中使用的Matlab程序。-naville method, Jacobi method, Newton method, CG method, etc. used in numerical analysis courses Matlab program.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:447.25kb
    • 提供者:don
  1. CG

    0下载:
  2. 数值计算CG算法函数,记录迭代中最小误差及迭代的中间结果-CG algorithm for numerical calculation function, recording the smallest iteration errors and intermediate results of iteration
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:1kb
    • 提供者:赵波
  1. cg

    0下载:
  2. 共轭梯度法解决线性方程组,系数满足对称正定矩阵-Conjugate gradient method to solve linear equations, coefficients satisfy the symmetric positive definite matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2.46kb
    • 提供者:zhuyi
  1. cg

    0下载:
  2. 无约束优化中的共轭梯度算法程序,解压缩后就可以用了-Unconstrained optimization of the conjugate gradient algorithm procedure can be extracted after the
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:70.34kb
    • 提供者:idhot
  1. CGandlu

    1下载:
  2. CG共轭梯度法迭代解矩阵方程,Hhestens和Stiefel给出,-Conjugate gradient method CG iterative matrix equation solution, Hhestens and Stiefel given
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-05-23
    • 文件大小:1.32kb
    • 提供者:佟跃
  1. CG

    0下载:
  2. 数值分析中的CG算法实现,对于初学者很适用,算法快捷易读-Numerical Analysis of CG algorithms, for beginners is to apply efficient algorithm to read
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:838byte
    • 提供者:李超
  1. CG

    0下载:
  2. Computer Graphics programs
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4.64kb
    • 提供者:kmvit
  1. CG

    0下载:
  2. 求解线性方程组的共轭梯度算法( CG方法),-Solving Linear Equations Conjugate Gradient Algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:671byte
    • 提供者:王俊
  1. cg

    2下载:
  2. CG算法,实现迭代功能,精度E-08。可以得到残差-CG algorithm, iterative functions to achieve an accuracy E-08. Residuals can be
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:638byte
    • 提供者:qi e
  1. double

    1下载:
  2. 线性方程组迭代解法,包括SOR,CG ,BICG等-linear system iteration solver
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:766.7kb
    • 提供者:ddd
  1. cg2

    0下载:
  2. CG MATLAB实现算法,算法很简单,只有几行-CG
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6.18kb
    • 提供者:刘松
  1. cg

    0下载:
  2. 共轭梯度法,有例子。使用MATLAB编程,居实用性。-include example.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:626byte
    • 提供者:YU Peng
  1. CG

    0下载:
  2. 利用共轭梯度法求解实数的线性代数方程组(fortran),计算速度快。-solve an equation using CG
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:370.01kb
    • 提供者:胡英才
  1. CG

    0下载:
  2. 共轭梯度法(CG)是一种重要的求解矩阵的方法,本例给出了共轭梯度法的程序,并给出了一个算例-CG is an important method to solve the equation group. Give you a good example.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:923byte
    • 提供者:张天
  1. CG

    0下载:
  2. MATLAB版本的CG(共轭梯度算法),用于求解大规模矩阵计算(方程组求解等问题)的基础算法-MATLAB version of the CG (conjugate gradient algorithm) for solving large-scale matrix computations (solving equations and problems) based algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:724byte
    • 提供者:tiankai
  1. CG

    0下载:
  2. CG算法,需要Q矩阵或者D 矩阵的可以私聊(CG calculation CG algorithm, the Q matrix or the D matrix can be used for private chat)
  3. 所属分类:matlab例程

« 12 3 4 5 »
搜珍网 www.dssz.com