CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - boundary value

搜索资源列表

  1. femld

    0下载:
  2. a program which applies the p-method version of the finite element method to a linear two point boundary value problem in 1D
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1.88kb
    • 提供者:李泽
  1. bvp6c

    0下载:
  2. Solve boundary value problems for ODEs by collocation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:608.27kb
    • 提供者:曹大群
  1. fd1d_bvp

    0下载:
  2. a program which applies the finite difference method to a two point boundary value problem in one spatial dimension.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1.37kb
    • 提供者:jahan
  1. Quicksort

    0下载:
  2. 快速排序算法基本思想 通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。一般设置数组的第一个数为需要比较的值,把整个数组分为小于和大于该数的两部分。 我自己在写这个算法的时候,卡住了好几回,总是边界值出现问题。下面的这个实现加入了注释,希望对你能够有所帮助。-Basic idea of quick sort algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:5.42kb
    • 提供者:郑阳
  1. Static_electromagnetic_field_electromagnetic_field

    0下载:
  2. 电磁场和电磁波静态场及其边值问题的解Static electromagnetic field and electromagnetic field and Boundary Value Problems-Static electromagnetic field and electromagnetic field and the Boundary Problem Static electromagnetic field and electromagnetic field and Boundary V
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1.76mb
    • 提供者:8js
  1. fd1d_bvp_prb

    0下载:
  2. FD1D_BVP is a FORTRAN90 program which applies the finite difference method to solve a two point boundary value problem in one spatial dimension. The boundary value problem (BVP) that is to be solved has the form: -FD1D_BVP is a FORTRAN90 progra
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1.86kb
    • 提供者:讲演
  1. CM_ZADACHA_KOSHI

    0下载:
  2. Cauchy problem in mathematics asks for the solution of a partial differential equation that satisfies certain conditions which are given on a hypersurface in the domain. Cauchy problems are an extension of initial value problems and are to be contra
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1.01mb
    • 提供者:danilevsky
  1. ruanjiangongnengxingceshi

    0下载:
  2. 它包括功能性测试概述、功能分解、等价类划分、边界值分析、因果图法、其他测试法等内容。-It includes an overview of functional testing, functional decomposition, equivalence class partition, boundary value analysis, cause and effect diagram method, other test methods and so on.
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1.44mb
    • 提供者:钟英
  1. Finite-Difference-Method

    0下载:
  2. 有限差分方法(网格法)是最早使用的一种电磁场数 值计算方法。 边值问题 物理思想:场域离散。 (连续区域→网格和节点) 数学基础:差分原理。 (微商→差商) 线性代数方程组 §6-3 有限差分方法 作为数值计算方法,有限差分法将连续场域的问题变换 为离散系统的问题(连续场域划分为若干个细小的区域:网 格和节点)。也就是说通过离散化模型上各离散点的数值解 来逼近连续场域内的真实解。-The finite difference method (grid
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:746byte
    • 提供者:范阳阳
  1. SHOOTING-METHOD-FOR-SECOND

    0下载:
  2. SHOOTING METHOD******************************************************** * NUMERICAL SOLUTION OF SECOND ORDER, LINEAR, ORDINARY DIFFERENTIAL * * EQUATION(BOUNDARY VALUE PROBLEM) BY TRANSFORMING IT TO SET OF FIRST * * ORDER EQUATIONS USING RUNGE-
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:15.13kb
    • 提供者:amin
  1. lineshoot

    0下载:
  2. 线性微分方程边值问题打靶算法Matlab程序,注意该算法只能完成二阶常微分方程双边值问题求解,至于其他形式的边值问题必须先转换到二阶形式-Linear Differential Equations with Boundary Value Shooting Algorithm Matlab program, note that the algorithm can only complete the second-order ordinary differential equation bounda
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:1.68kb
    • 提供者:陈明
  1. nonlineshoot

    0下载:
  2. 非线性微分方程边值问题打靶算法Matlab程序-Nonlinear differential equations boundary value problem targeting algorithm Matlab procedures
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:663byte
    • 提供者:陈明
  1. s

    0下载:
  2.   对顺序表的快速排序算法中,如何选取一个界值(又称为轴元素),影响着快速排序的效率,而且界值也并不一定是被顺序表中的一个元素。例如,我们可以用被划分序列中所有元素的平均值作为界值。编写算法实现以平均值为界值的快速排序方法。-On the the sequence table fast sorting algorithm, how to select a critical value (also known as the axis elements) affect the efficiency
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:829byte
    • 提供者:hac
  1. shooting

    0下载:
  2. 两点边值问题的打靶法,也是自己亲手做的一个作业-Boundary Value Problems shooting method, also by myself
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:465.83kb
    • 提供者:
  1. ODELinFinDif

    0下载:
  2. This Matlab scr ipt solves the linear boundary value problem, second-order finite differences, as explained in the text.-linear ODE Function
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1.42kb
    • 提供者:zhewei
  1. parabolicFD

    0下载:
  2. 这是一个求解一维抛物型方程的初边值问题的程序,这只是一个函数文件,在命令窗口调用函数即可。-This is a program for solving initial boundary value problem of one-dimensional parabolic equation, it s just a function of the file, you can call a function in the command window.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:639byte
    • 提供者:king
  1. cubic_spline_wavelet_interpolation

    0下载:
  2. 三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。本函数中采用第一类边界值-Cubic spline interpolation (referred Spline interpolation) through a series of key points of a smooth curve, mathematically by solving the three-moment equations derived curve fu
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:944byte
    • 提供者:leejacob
  1. cspline

    0下载:
  2. boundary value problems
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:1kb
    • 提供者:trilenium
  1. exercise1

    0下载:
  2. 函数名为pressure_profile,数组x通过函数F_CENTROID得到面f的质心,loop循环扫描整个定义的边界,计算每个网格面边界条件的值。对于初学fluent udf编程的同学来说,是很好的练习案例(Function called pressure_profile, array x surface is obtained by function F_CENTROID f centroid, scanning the entire loop cycle defined boundar
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:12kb
    • 提供者:echof
  1. blrast

    0下载:
  2. boundary value problem
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:4kb
    • 提供者:grasstrass
« 12 »
搜珍网 www.dssz.com