CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 数值分析课程

搜索资源列表

  1. shuzhifenxi

    0下载:
  2. 数值分析课程中代码的C++实现,主要有Gauss,高斯赛德尔消去法,jacobi行列式,朗格朗日插值、列主元高斯消去等。-Numerical analysis course code C++ implementation, mainly the Gauss the the high Sisaideer elimination, jacobi determinant Lang Gelang interpolation out PCA Gaussian elimination.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-07
    • 文件大小:941280
    • 提供者:Maple
  1. doolittle

    0下载:
  2. 杜立特尔解方程源代码,研究生数值分析课程内容-Du Li Patel Xie Fang Chengyuan code, Graduate numerical analysis course content
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:2031906
    • 提供者:zhaimaochun
  1. Gmainelement

    0下载:
  2. 列主元素高斯消去法,硕士研究生数值分析课程内容-Out the main elements Gaussian elimination, graduate numerical analysis course content
  3. 所属分类:Algorithm

    • 发布日期:2017-12-07
    • 文件大小:2005659
    • 提供者:zhaimaochun
  1. shuzhifenxi

    0下载:
  2. 研究生数值分析课程考试题型的matlab源程序-Graduate numerical analysis course exam questions matlab source
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:176221
    • 提供者:朱日
  1. gs

    0下载:
  2. 高斯约当法求解线性方程的C++源代码,属于数值分析课程-Gauss Jordan method for solving linear equations C++ source code, belong to numerical analysis courses
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:94159
    • 提供者:zuo
  1. gauss

    0下载:
  2. 应用C++编写的数值分析中的高斯算法,简明扼要,是数值分析课程的基本算法-failed to translate
  3. 所属分类:Algorithm

    • 发布日期:2017-11-29
    • 文件大小:15262
    • 提供者:宋寰宇
  1. jacobi

    0下载:
  2. 应用C++编写的数值分析中的 雅克布迭代算法,是数值分析课程的基本算法迭代算法,是数值分析课程的基本算法-jacobi迭代算法是数值分析中的重要算法,主元消去法解方程组的有效方法
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:982
    • 提供者:宋寰宇
  1. Second

    0下载:
  2. 数值分析大作业第二个,主要是在北航的数值分析课程的上,解压后直接用VC6.0运行就可以-Numerical analysis of large operations a second, mainly in Northern courses on numerical analysis, after decompression can be run directly with VC6.0
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:238740
    • 提供者:耿晓宇
  1. Numerical-Analysis

    0下载:
  2. 研究生数值分析课程的主要理论的编程实现,这是我当时作业用的源代码-The main programming theory graduate numerical analysis courses to achieve, which is what I was working with source code
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:925730
    • 提供者:李小胆
  1. diedaifa

    0下载:
  2. 数值分析课程设计算法编程 迭代法C++程序 运行通过-Numerical analysis program run by iterative method C++
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1081146
    • 提供者:柏义
  1. erchengnihe

    0下载:
  2. 数值分析课程设计算法编程 :二次拟和 C++程序 运行通过-Algorithm of numerical analysis curriculum design programming: quadratic fitting and C++ program is run through
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:256739
    • 提供者:柏义
  1. erfenfa

    0下载:
  2. 数值分析课程设计算法编程 :二分法 C++程序 运行通过
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1075737
    • 提供者:柏义
  1. niudundiedai

    0下载:
  2. 数值分析课程设计算法编程 :牛顿迭代法 C++程序 运行通过-Numerical analysis curriculum design algorithm programming: Newton iteration method C++ program is run through
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1107954
    • 提供者:柏义
  1. quanzhuyuanGAUSSxiaoyuan

    0下载:
  2. 数值分析课程设计算法编程 :全主元GAUSS消元法 C++程序 运行通过
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:327367
    • 提供者:柏义
  1. Lagrange

    0下载:
  2. 数值分析课程的练习小程序,控制台程序,牛顿插值计算器 和 拉格朗日插值计算器,使用方法通过源码可以看出来,当时在DevCpp环境下写的。-Lagrange DevCpp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:51574
    • 提供者:uuij
  1. Numerical-Analysis

    0下载:
  2. 华中科技大学研究生数值分析课程作业3,4,5章第一题-Numerical Analysis
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1998
    • 提供者:魏征
  1. Num_Analyse

    0下载:
  2. MATLAB编程实现 1.雅克比迭代法 2.超松弛SOR迭代法 3.应用:《数值分析》清华 第六章第3题迭代次数编程验证 4.国科大数值分析课程作业编程程序-MATLAB programming 1. 2. Jacobi iteration method over relaxation SOR iterative method 3. Application: " Numerical Analysis" Tsinghua Chapter VI Question 3
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3841
    • 提供者:
  1. matlab-numerical-method

    0下载:
  2. 研究生数值分析课程上的matlab算法程序,包括了线性代数方程组的数值求解,代数特征值问题,函数插值问题以及非线性方程组的求解-Matlab algorithm program graduate course on numerical analysis, including solving numerical linear algebra equations, algebraic eigenvalue problem, function interpolation problems, and n
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:13429
    • 提供者:
  1. Richardson

    0下载:
  2. Richardson 外推算法的实现 主要是数值分析课程的作业-Achieve Richardson extrapolation method is mainly job Numerical Analysis Course
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:572643
    • 提供者:申银海
  1. yangtiao3

    0下载:
  2. 三次样条逼近函数的matlab求解实现 数值分析课程代码-Cubic spline approximation of functions for solving matlab realization Numerical Analysis Course Code
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:426305
    • 提供者:申银海
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com