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

搜索资源列表

  1. shoot

    3下载:
  2. 本程序为打靶法求解非线性常微分方程边值问题的。采用FORTRAN 语言。-procedures for the shooting method for solving nonlinear boundary value problems of ordinary differential equations. Using FORTRAN language.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6.91kb
    • 提供者:作风小
  1. Matlab语言中边值问题算法的改进

    0下载:
  2. 一片论文,是关于Matlab语言中边值问题算法的改进,-a thesis on the Matlab language boundary value problems algorithm,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:148.7kb
    • 提供者:作风小
  1. vbC13

    0下载:
  2. 用VB语言实现偏微分方程的解法 包括解边值问题的松弛法、交替方向隐式方法等-VB language PDE solution of the boundary value problems including Xie relaxation method, alternating direction implicit methods
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.66kb
    • 提供者:刘立立
  1. BVP_tutorial

    0下载:
  2. MATLAB边值问题求解的文档和源代码,好东西啊,强烈推举爱女-MATLAB to solve boundary value problems for the documentation and source code, good things ah, strongly favored daughter elected
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:195.49kb
    • 提供者:和气会
  1. solution-of-Partial-differential-equation

    1下载:
  2. “解边值问题的松弛法”(SOR)(Chebyshev absolution)和“交替方向隐式方法”(ADI) (此两种解法均针对解椭圆形方程所用到的方法)-"solution to the boundary value problems relaxation method" (SOR) (Chebyshev Absolution) and "alternating direction implicit method" (ADI) (these two
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2.33kb
    • 提供者:ldg
  1. fem_ex

    3下载:
  2. 一维边值问题线性有限元数值解法的matlab程序。有详尽的算法分析,程序注释清楚。适用于有限元方法的初学者,能帮助读者加深对基本概念的理解。-one-dimensional linear boundary value problems finite element numerical solution of Matlab procedures. A detailed analysis of algorithms, clear procedures for the Notes. Applicati
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:105.29kb
    • 提供者:姚飞
  1. 第七小组实验源代码

    1下载:
  2. 偏微分方程数值解 有限元法 面向对象 变分问题 剖分问题 边值处理 误差分析 椭圆方程,一维二维-numerical solution of partial differential equations Finite Element Method object-oriented variational problem subdivision boundary value problems handling error analysis of elliptic equation, a two-di
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:145.57kb
    • 提供者:陈建湘
  1. 打靶法

    0下载:
  2. 打靶法c程序,用于数值计算中的边值问题。本文中应用了rugga-kutta算法进行常微分方程处理。-shooting method c procedures for the numerical calculation of boundary value problems. This paper uses rugga - Kutta algorithm for handling ordinary differential equations.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.38kb
    • 提供者:孙伟
  1. far

    0下载:
  2. 用有限元方法求解二维三维电磁场边值问题的C语言源程序之5-Using the finite element method for solving 2D and 3D electromagnetic field boundary value problem of the C language source code of 5
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3.97kb
    • 提供者:zengling
  1. EMAP4

    1下载:
  2. 用有限元方法求解二维三维电磁场边值问题的C语言源程序。-Using the finite element method for solving 2D and 3D electromagnetic field boundary value problem of the C language source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:24.67kb
    • 提供者:zengling
  1. BVP_examples

    1下载:
  2. 如何利用bvp4c解决微分方程的边值问题的几个例子。-Bvp4c how to use differential equations to solve boundary value problems for a few examples.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:15.08kb
    • 提供者:石智伟
  1. wonderfulonedemensionfiniteelementmethod

    0下载:
  2. 本程序采用有限元法(一次区间元)解决一个经典的两点边值问题,是熟悉使用这一方法的较好的范例,经典的一维有限元问题的源程序.rar-This procedure using the finite element method (time interval million) to solve a classic two-point boundary value is familiar with the use of this method is a good example of the class
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:84.04kb
    • 提供者:wangweijun
  1. numerical_analysis_homework

    4下载:
  2. (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:342.66kb
    • 提供者:wjl
  1. PRG_english

    0下载:
  2. The 2D CFD Program NaSt2D The program is a 2D solver for the incompressible, transient Navier-Stokes equations including the temperature equation and free boundary problems. It uses finite differences for discretization on a structured equidist
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:28.37kb
    • 提供者:Maged
  1. femod1

    0下载:
  2. FEMOD1 is an interactive program for the setup, solution, and printout of a two point boundary value problem in a one dimensional region. The finite element method is used. The differential equation has the form: -d/dX ( K(X) dU/dX ) + C(
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:39.53kb
    • 提供者:zhang xiaoping
  1. femod2

    0下载:
  2. FEMOD2 is an interactive program for the setup, solution, and printout of a boundary value problem in a two dimensional region. The finite element method is used. -FEMOD2 is an interactive program for the setup, solution, and printout of a boundary v
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:41.23kb
    • 提供者:zhang xiaoping
  1. shooting

    0下载:
  2. shooting method demo code for boundary value ODE s
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:607byte
    • 提供者:Anubhav
  1. code33Boundary-value-problem-solved-with-the-shoo

    0下载:
  2. Boundary-value problem solved with the shooting method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1.12kb
    • 提供者:fatiiima
  1. How-Use-ODE45-to-solve-Boundary-Value-ODE

    0下载:
  2. In MATLAB, usually we use function bvp4c() to solve boundary value problem (BVP) of ODE. However, we also can use function ode45() to solve BVP of ODE too. However, ode45() needs all initial values at one point. Therefore we have to construct an auxi
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:81.43kb
    • 提供者:delin
  1. matlab-boundary-condition

    0下载:
  2. 针对matlab中的初值和边值问题做了详细的解答,配有图例,全书为英文版,语言通俗易懂,方便学习。-For the initial value and boundary value problems for matlab to do a detailed answer, with a legend, the book is in English, the language easy to understand, easy to learn.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:282.19kb
    • 提供者:张吱吱
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com