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

搜索资源列表

  1. greedy_three

    0下载:
  2. 用贪心算法求最小生成树的问题是可以由这个程序来实现的。它求出在一棵树中哪些边组成的通路具有最小的权值。-with greedy algorithm for the minimum spanning tree problem can be resolved by this procedure to achieve it. It obtained in a tree in which the edge of the pathway with minimum weight.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:6612
    • 提供者:tom
  1. short-road

    0下载:
  2. 对一个运输商来说要把货运到收货地点选择最短的路线运输是其实现最大利润的要求,那么怎样选择最短的运输路线呢?在运输交通图中,我们设每一个城市为一个结点(vertextype类型)点并把他们分别用关键字代表(关键字int key ),也就是说把每个城市给出一个整数编码;一个城市直接到另一个城市的交通路线为边且这两个城市为相邻结点,不妨设这条路线的距离为边的权值(权值int weight ),易知距离越短运费就越低。这样就可以建立一个无向有权图,那么求最短的运输路线问题就转化为求图中一顶点到其余各个顶
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2781
    • 提供者:kmisong
  1. park

    0下载:
  2. 给出一张某公园的导游图,游客通过终端询问可知: (1) 从某一景点到景点的最短路径。 (2) 游客从公园大门进入,选一条最佳路径,使游客可以不重复地游览各景点,最后回到出口(出口就在入口处旁边)。 将导游图看作一张带权无向图,顶点表示公园地各个景点,边表示各景点之间地道路,边上的权值表示距离,为此图选择适当的数实现提示 问实际是最短路径问题,如果有几条路径长度相同,可选择途径景点较少的路径提供给游客。 (2) 第二问可采用深度有线搜索,如果有多种路径可选择,则选择带权路径最小
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5509
    • 提供者:彭敏
  1. femcode

    0下载:
  2. 结构有限元,可以计算多种问题的边值问题-fintie element method code compute posiion problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1005226
    • 提供者:wusnow
  1. 1

    0下载:
  2. 第二章 解线性方程组的直接法 --------------------------------------------------------------------------------------- 主函数文件 子函数文件 功能 实例 -------------------------------------------------------------------------------------- GELIMM.C GELIM.C Gauss顺序消去法解线
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:374250
    • 提供者:xig
  1. twpbvp

    0下载:
  2. 求解两点边值问题,用Fortran编写,用起来很方便,只需修改输入函数即可。-to solve two point boundary problems
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:46524
    • 提供者:sue
  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
    • 文件大小:1841328
    • 提供者:8js
  1. Finite-Difference-Method

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

    • 发布日期:2017-03-21
    • 文件大小:746
    • 提供者:范阳阳
  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-25
    • 文件大小:1719
    • 提供者:陈明
  1. nonlineshoot

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

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

    0下载:
  2. 试射法求解二阶微分方程边值问题,数值算法-Solving Second Order Differential Equations tests, numerical algorithms
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1217
    • 提供者:孙臻
  1. fem

    0下载:
  2. 用三角形线性元方法求解以下二维边值问题:- Δu = f,u|partialΩ = g.-FEM sssssssssssssssssssssssss
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1687
    • 提供者:101010
  1. shooting

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

    • 发布日期:2017-04-23
    • 文件大小:477010
    • 提供者:
  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
    • 文件大小:639
    • 提供者:king
  1. Newton_Raphson

    2下载:
  2. 基于弧长法以及Newton-Raphson迭代方法求解非线性微分方程边值问题-Nonlinear differential equation boudary problem solution based on arc length and Newton-Raphson iteration method
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1661
    • 提供者:李伟
  1. poisson

    1下载:
  2. 十字区域,由五个相等的单位正方形组成,用五点差分格式求解下面的Poisson方程第一边值问题,程序能适应任何步长(solve poisson equation in ten area)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:230400
    • 提供者:柯基饼干
  1. 差分法求解两点狄利克雷边值问题

    1下载:
  2. 运用差分法求解两点狄利克雷边值问题。。。。(Two point Dirichlet boundary value problem is solved by difference method.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:杨小歪
  1. odesbvp

    2下载:
  2. matlab提供了边值问题求解器bvp4c()用于求解边值问题的数值解,bvp4c()采用带自适应网格的高阶差分法来求解边值问题,首先给出可调用的常微分方程组函数以及残差的边值条件函数,这些函数都必须返回一个列向量。(Matlab provides the numerical solution of the boundary value problem solver bvp4c () for solving the boundary value problem. Bvp4c () uses th
  3. 所属分类:其他

    • 发布日期:2018-12-01
    • 文件大小:1024
    • 提供者:lulu810
  1. matlab 常微分方程数值解法 源程序代码

    5下载:
  2. 11.1 Euler方法 380   11.1.1 Euler公式的推导 380   11.1.2 Euler方法的改进 383   11.2 Runge-Kutta方法 385   11.2.1 二阶Runge-Kutta方法 385   11.2.2 三阶Runge-Kutta方法 388   11.2.3 四阶Runge-Kutta方法 390   11.2.4 隐式Runge-Kutta方法 391   11.3 线性多步法 392   11.3.1 Adams外推公式
  3. 所属分类:其他

    • 发布日期:2020-05-27
    • 文件大小:16384
    • 提供者:XWLYF
  1. 有限元算例二维传热问题

    1下载:
  2. 流体力学边值问题计算中的有限元方法,C++编程资料(Finite element method in the calculation of boundary value problems in fluid mechanics, C + + programming data)
  3. 所属分类:其他

    • 发布日期:2020-04-09
    • 文件大小:8355840
    • 提供者:coco-xjtuer
« 12 »
搜珍网 www.dssz.com