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

搜索资源列表

  1. Numerical_Methods.zip

    0下载:
  2. numerical method ppt for fdtd and computational electromagnetics,numerical method ppt for fdtd and computational electromagnetics
  3. 所属分类:Algorithm

    • 发布日期:2017-05-27
    • 文件大小:9.49mb
    • 提供者:neesu
  1. fdsf

    0下载:
  2. 计算机常用的计算数值方法,程序可以直接用于工程计算。所有代码c++编写-Computer calculation of commonly used numerical methods, procedures can be directly used for engineering calculations. All code c++ Prepared
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:437.03kb
    • 提供者:李志辉
  1. numerical-method

    0下载:
  2. 数值方法课程中的程序,如GaussSeidel迭代法解方程组,Jacobi迭代法解方程组,SOR迭代法解方程组,杜利特尔矩阵分解以及矩阵的直接解法,拉格朗日插值等11个程序。-Courses in numerical methods, such as iterative method for solution GaussSeidel equations, Jacobi iterative method for solution of equations, SOR iterative method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:6.55kb
    • 提供者:刘冬
  1. quanmeijindian-shuzhifenxi

    0下载:
  2. 本书内容丰富且颇具特色。 本书综述了数值分析领域的诸多内容,包括配置多项式、有限差分、阶乘多项式、求和法、Newton公式、算子与配置多项式、祥条、密切多项式、TaylM多项式、插值、数值微分、数值积分、和与级数、差分方程、微分方程、最小二乘多项式逼近、极小化极大多项式逼近、有理函数逼近、三角逼近、非线性代数、线性方程组、线性规划、边值问题、MonteCarIo方法等内容。 本书的特色主要表现在利用例题及大量详细的题解来透彻地阐明所述内容的内涵,同时附有大量的补充题以便读者进一步巩固和深
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7.23mb
    • 提供者:yangiy
  1. Numerical

    0下载:
  2. 主要讲述matlab的数值计算方法,包括有限差分发,有限元法-Mainly about matlab numerical methods, including distribution of finite difference, finite element method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-20
    • 文件大小:5.53mb
    • 提供者:吴立峰
  1. numerical-methods-and-fortran

    0下载:
  2. 讲述数值计算方法和fortran编程语言的一本工具书。-About numerical methods and fortran programming language a tool.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-21
    • 文件大小:6.24mb
    • 提供者:张飞
  1. numerical-methods

    0下载:
  2. 包括几种常用的数值计算方法,LSQR,ISRT-Include several commonly used numerical methods, LSQR, ISRT etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:6.63kb
    • 提供者:hefei
  1. Numerical-methods-

    0下载:
  2. 用于实现研究生课程数值方法中的列主元消去法-Numerical methods used to achieve post-graduate courses listed in the main element elimination
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:271.93kb
    • 提供者:gsh
  1. Numerical-Methods-for-Physicsin-Cpp

    0下载:
  2. Cpp子程序集“Numerical Methods for Physics",2nd Ed. (Prentice Hall).作者:Alejandro Garcia-Cpp subroutine sets " Numerical Methods for Physics" , 2nd Ed. (Prentice Hall). Author: Alejandro Garcia
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:50.53kb
    • 提供者:zenglong
  1. ten--methods-of-numercial-value

    0下载:
  2. 该程序集是10个重要的数值计算方法,包括龙格库塔,拉个朗日算法等-The assembly is 10 important numerical methods, including Runge-Kutta, pull a long day algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:7.62kb
    • 提供者:张超
  1. numerical-methods

    0下载:
  2. Basic Numercal methods algorithms using c/matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:9.42kb
    • 提供者:Umanga Bista
  1. Numerical-integration

    1下载:
  2. 使用高斯、复合梯形、复合辛普生求解二重积分(矩形求积区域和三角型求积区域)的数值计算方法,使用C语言。-Use Gaussian composite trapezoidal composite Simpson solving double integrals (Rectangular Quadrature region and the triangular the Quadrature area), numerical methods, the use of the C language.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:129.16kb
    • 提供者:张见
  1. Numerical-methods

    0下载:
  2. 数值计算方法:二次插值、多项式拟合、改进欧拉法、矩阵分解法、列主元素消去法、四阶龙格库塔法、-Numerical methods: quadratic interpolation, polynomial fitting, improved Euler method, matrix factorization, out the main elements of elimination, the fourth-order Runge-Kutta method.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:2.68mb
    • 提供者:紫梁
  1. numerical-methods

    1下载:
  2. 数值方法的5个重要的算法: 1.[Dirich.m] 求解拉普拉斯方程的狄利克雷方法. 用于偏微分方程的数值解 2.[Hamming.m] 汉明方法是用来修正微分方程的多步预测。 3. [Milne.m] 米尔恩 - 辛普森差分方程求解方法,用于预测校正方法。 4. [Rkf45.m]龙格 - 库塔 - 沃尔伯格错误控制和步骤的方法求解微分方程的近似解 5.[Romber.m]著名的龙贝格积分源代码。计算结果存在并显示为下三角矩阵。-Numerical Methods in
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:4.31kb
    • 提供者:黄建理
  1. Numerical-Quadrature

    0下载:
  2. 有限元方法,matlab实现,数值方法,解答详细。-Finite element method, matlab realize, numerical methods, detailed answer.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:80.86kb
    • 提供者:hyuming
  1. VCPP-numerical-methods-source-code

    0下载:
  2. 压缩包中含有常见的数值计算方法在VC++6.0环境下编写的源代码-Compressed packets contains common numerical methods source code which develop in VC++6.0 environment
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:41.94kb
    • 提供者:肖白
  1. numerical-methods

    0下载:
  2. 数值计算方法上机实验,包含牛顿迭代法、二分法等-On numerical methods for experiments, including Newton iteration, dichotomy, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:602.82kb
    • 提供者:chen
  1. Numerical Methods

    0下载:
  2. Mathews J.H., Fink K.D. Numerical Methods using MATLAB
  3. 所属分类:数学计算

    • 发布日期:2018-01-11
    • 文件大小:342kb
    • 提供者:Cherry20
  1. Numerical methods

    0下载:
  2. Numerical methods for least squares problems-Society for Industrial and Applied Mathematics (1996)
  3. 所属分类:数学计算

    • 发布日期:2018-04-22
    • 文件大小:2.83mb
    • 提供者:Seper
  1. Introduction to Programming MATLAB

    0下载:
  2. This text provides an introduction to the numerical methods that are typically encountered (and used) in science and engineering undergraduate courses. The material is developed in tandem with MATLAB which allows rapid prototyping and testing of t
  3. 所属分类:数学计算

    • 发布日期:2018-04-18
    • 文件大小:2.32mb
    • 提供者:Pica
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com