CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 数值计算方法

搜索资源列表

  1. Numerical_alculation_method

    0下载:
  2. 数值计算方法的MATLAB示例,用于方程根的数值求解,包括了牛顿迭代和割线法等等。-newton,regula,secant method
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1045
    • 提供者:马杰
  1. LINESLIDER

    0下载:
  2. 润滑数值计算方法 不可压稳态滑块润滑数值计算方法与程序-Lubrication Numerical Calculation Methods Incompressible steady slide lubrication numerical methods and procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:786
    • 提供者:Zhang Ray
  1. SURFACESLIDER

    0下载:
  2. 润滑数值计算方法 不可压稳态面接触滑块润滑计算方法与程序-Lubrication Numerical Calculation Methods Incompressible steady surface contact slider lubrication calculation methods and procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:940
    • 提供者:Zhang Ray
  1. JOURNAL

    0下载:
  2. 润滑数值计算方法 不可压稳态径向滑动轴承润滑数值计算方法与程序-Lubrication Numerical Calculation Methods Incompressible steady radial sliding bearings lubricated numerical methods and procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:769
    • 提供者:Zhang Ray
  1. 5

    0下载:
  2. 润滑数值计算方法 挤压润滑计算方法与程序- Lubrication Numerical Calculation Methods Squeeze lubrication calculation methods and procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3457
    • 提供者:Zhang Ray
  1. DYNAMICBEARING

    0下载:
  2. 润滑数值计算方法 动载径向滑动轴承润滑计算方法与程序- Lubrication Numerical Calculation Methods Dynamic load radial sliding bearing lubrication calculation methods and procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3486
    • 提供者:Zhang Ray
  1. 4

    0下载:
  2. 考虑挤压作用的弹性流体动力学计算方法FORTRAN程序,来自于黄平教授润滑数值计算方法-Consider squeezing action of elastic fluid dynamics calculation method FORTRAN program, Professor Yu Huangping lubrication numerical methods
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:953
    • 提供者:jason
  1. 11

    0下载:
  2. 稳态不可压缩径向轴承热弹流数值润滑计算方法FORTRAN程序,来自于黄平教授润滑数值计算方法-Steady incompressible radial bearing lubrication Thermoelastohydrodynamic numerical calculation method FORTRAN program, Professor Yu Huangping lubrication numerical methods
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1694
    • 提供者:jason
  1. Interpolation_Method

    0下载:
  2. 数值计算方法:拉格朗日插值方法和牛顿插值方法,C语言版本-Numerical Methods: Lagrange interpolation method and Newton interpolation method, C language version
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1045
    • 提供者:teng
  1. Solve_Equation

    0下载:
  2. 数值计算方法:列主元法解方程C语言版本源码,VC测试通过-Numerical methods: Solving equations with column pivoting , C language version source code, VC tested
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:882
    • 提供者:teng
  1. Integration

    0下载:
  2. 数值计算方法:求解积分,梯形公式方法和辛普森方法,C语言版本,VC测试通过。-Numerical methods: Solving integral with Trapezoid formula method and Simpson methods, C language version, VC test.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:885
    • 提供者:teng
  1. IntGauss

    0下载:
  2. 高斯积分数值计算方法,为2010MatlAB版本,希望有用-Gauss numerical integration methods for 2010MatlAB version, hope useful
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:631
    • 提供者:guyang
  1. sourse-code

    31下载:
  2. 丁丽娟 数值计算方法 课后实验matlab部分上机答案 仅供参考-Dingli Juan numerical methods matlab part of after-school experiment on board the answer is for reference only
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:10214
    • 提供者:Tianmi
  1. dichotomy

    0下载:
  2. 编制了求解非线性方程的二分法,是一种数值计算方法-Compiled the dichotomy of solving nonlinear equation is a kind of numerical method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1099
    • 提供者:张三
  1. computational-methods

    0下载:
  2. 包含高斯消去法,最小二乘法拟合,三角分解法,等常用的数值计算方法,-It contains a lot of computational methods ,include Gauss methods and so on.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:977920
    • 提供者:张曦
  1. MATLAB-language-program-set

    0下载:
  2. MATLAB语言程序集是关于数值计算方法中使用MATLAB工具实现功能的程序集合-MATLAB language program set
  3. 所属分类:matlab

    • 发布日期:2017-06-10
    • 文件大小:17471488
    • 提供者:luo
  1. LU

    0下载:
  2. LU分解法的C程序,数值计算方法的一种,简单实用。-LU C program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:607
    • 提供者:zhang
  1. liezhuyuanxiaoqu

    0下载:
  2. 列主元消去法的C程序,简单实用。数值计算方法-Main element elimination method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:637
    • 提供者:zhang
  1. kepler-equaction-DG

    0下载:
  2. 数值计算方法!利用离散梯度法计算开普勒方程!理论扎实易懂,方便学习-Numerical methods! Kepler equation is calculated using the discrete gradient method! Theory of solid and easy to understand, easy to learn
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:575877
    • 提供者:hb
  1. Jacobi_Iteration

    0下载:
  2. 数值计算方法,雅克比迭代类,使用c++编写-A class of Jacobi iteration writen by C++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3025
    • 提供者:翟天亨
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com