CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - numerical methods

搜索资源列表

  1. euler

    0下载:
  2. source code for implementation of Euler s method of numerical analysis methods in mathematics.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:709
    • 提供者:skreamer
  1. lagrange

    0下载:
  2. source code for implementation ofLagrange s method of numerical analysis methods in mathematics.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:540
    • 提供者:skreamer
  1. Newtons-Raphson

    0下载:
  2. source code for implementation of Newton Raphson s method of numerical analysis methods in mathematics.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:536
    • 提供者:skreamer
  1. Runge-Kutta

    0下载:
  2. source code for implementation of range kutta s method of numerical analysis methods in mathematics.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:556
    • 提供者:skreamer
  1. SECANT

    0下载:
  2. source code for implementation of secant s method of numerical analysis methods in mathematics.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:514
    • 提供者:skreamer
  1. relaxation---matlab-instructions

    0下载:
  2. this npdf gives a good knowledge about using matlab for numerical analysis methods-this npdf gives a good knowledge about using matlab for numerical analysis methods...
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:77926
    • 提供者:Reza
  1. 1Dnumerical-reservoir-simulation

    1下载:
  2. 油藏一维一相数值模拟,使用不同方法进行比较有,显式差分格式,隐式差分格式,及精确解的比较-One phase of one-dimensional numerical reservoir simulation, using different methods compared, explicit difference scheme, implicit difference scheme, and the comparison of exact solution
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:313421
    • 提供者:李晋津
  1. Newtons-method

    0下载:
  2. In numerical analysis, Newton s method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding successively better approximations to the roots (or zeroes) of a real-valued function. The algorith
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:32984
    • 提供者:Dmitriy
  1. Newton Method

    1下载:
  2. 牛顿方法优化算法可以用于多程序源代码内容-In numerical analysis, Newton s method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding successively better approximations to the roots (or zeroes) of a real-valued f
  3. 所属分类:matlab例程

    • 发布日期:2013-01-08
    • 文件大小:784
    • 提供者:溫嘉浩
  1. Visual-Fortran2002

    5下载:
  2. 有数值计算中常用的Visual Fortran子过程近200个,内容包括:解线性代数方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序、特征值问题、数据拟合、方程求根和非线性方程组求解、函数的极值和最优化、傅里叶变换谱方法、数据的统计描述、解常微分方程组、两点边值问题的解法和解偏微分方程组,每一个子程序都包括功能、方法、使用说明、子程序和例子五部分。本书的所有子过程都在Visual Fortran 5.0版本上进行过验证,程序都能正确运行。同时配书发行光盘,包括所有子过程、验证过程及所有验
  3. 所属分类:software engineering

    • 发布日期:2014-04-30
    • 文件大小:7149568
    • 提供者:
  1. chapter11

    0下载:
  2. 通过MATLAB数值计算实现的常微分方程计算,将各种方法对质量与弹簧的算例进行计算。-Implemented through the MATLAB ordinary differential equation numerical calculations, the quality and variety of methods to calculate the spring of examples.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:285978
    • 提供者:张佳文
  1. slicot.tar

    0下载:
  2. Contains the SLICOT Library source files and related example and documentation files for Unix platforms. General information The subroutine library SLICOT provides Fortran 77 implementations of numerical algorithms for computations in syste
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2550404
    • 提供者:Darth Vader
  1. RUNGE-KUTTA

    0下载:
  2. THE FOLLOWING SUBROUTINES ARE FOR FIXED STEPSIZE EXPLICIT RUNGE-KUTTA METHODS OF ORDERS FROM 1 TO 6. THESE SUBROUTINES ARE TO CALCULATE NUMERICAL SOLUTION OF AN AUTONOMOUS SYSTEM OF FIRST ORDER ORDINARY DIFFERENTIAL EQAUTIONS Y =F(Y).-By Dr
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1718
    • 提供者:Diana
  1. VB_MATLAB

    0下载:
  2. VB程序中实现调用MATLAB的方法. 介绍了在VB 应用程序中利用动态数据交换和ActiveX自动化(OLE自动化)协议实现的两种调用MATLAB函数的方法。通过这两种方法实现了VB的可视化界面与MATLAB 强大的数值分析和图形显示的能力的结合。-Introduced in VB application using Dynamic Data Exchange and ActiveX Automation (OLE Automation) protocol calls MATLAB fun
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:119112
    • 提供者:hx
  1. COMPUTATION-OF-SPECIAL-FUNCTIONS

    0下载:
  2. Special functions arise in many problems of pure and applied mathematics, statistics, physics, and engineering. This book provides an up-to-date overview of methods for computing special functions and discusses when to use them in standard parameter
  3. 所属分类:Algorithm

    • 发布日期:2017-05-21
    • 文件大小:6159553
    • 提供者:zahid
  1. An-Introduction-to-Parallel-and-Vector-Scientific

    0下载:
  2. In this text, students of applied mathematics, science and engineering are introduced to fundamental ways of thinking about the broad context of parallelism. The authors begin by giving the reader a deeper understanding of the issues through a genera
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1644487
    • 提供者:zahid
  1. delay-feedback-control

    0下载:
  2. 一 个临界混沌系统的驱动和时滞反馈控制同步 利用驱动和时滞反馈控制的混合方法,从理论上提出了渐近同步的新标准。 其中,只要设置两个控制器就能使得驱动系统和响应系统达到完全同步,而且这种 同步是时滞无关的同步。最后的数值模拟也表明提出的理论结果是正确和有效 的。-Combining with drive and delayed feedback control methods,a new asymptotic synchronization standard is p
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:189020
    • 提供者:
  1. ScienceEngineeringNumericalAlgorithm

    1下载:
  2. 科学与工程数值算法〔Visual C++版〕 本书介绍了在科学与工程实际工作中常用的数值计算算法的原理和Visual C++编程方法。本书分为7章,前6章分别讨论了复数运算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、插值和数值积分等的面向对象编程方法,涉及使用频率非常高的近90个基本算法,按功能设计成了6类。第7章将这些算法类集成到一个静态库和一个动态库中,可以直接使用。每章节都用Visual C++程序示例了算法和算法库的调用方式。 本书适合涉及科学与工程数值计算工作
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-27
    • 文件大小:9784706
    • 提供者:周善人
  1. unlinear-equation

    1下载:
  2. 本书论述了解非线性方程组的基本理论和方法,着重介绍:New-ton法、单纯形算法、同伦延拓法、区间迭代法,以及计算机数学库中常用的新算法,还介绍了方法的收敛性定理和方程解的存在唯一性,并且给出了有实际应用价值的、效果好的算法步骤和数值例题本书可供高等学校数学系师生,有关研究人员和工程技术人员参考。 -This book discusses the nonlinear equations about the basic theory and methods, focuses on: New-t
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-12
    • 文件大小:2801821
    • 提供者:
  1. wu-dian-cha-fen-poisson

    0下载:
  2. 五点差分方法数值计算Poisson方程,简单易懂-Five-point difference methods of numerical Poisson equation, easy to understand
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1180
    • 提供者:唐良霞
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com