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

搜索资源列表

  1. femcode

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

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

    0下载:
  2. 该问题为单元最短路经问题,求出一个有向图中两点之间权值最小的路径。 Dijkstra算法要求有向图中没有权值为负的边,有向图的信息由一个邻接表来表示,另外对每个顶点都设置一个属性d[v],描述从源点到v的最短路经上权值的上界。算法中设置一个顶点集合S,反复选择具有最短路经估计的顶点u∈V-S,并将u加入S中,算法中还用到了顶点的最小优先队列,排序关键字为顶点的d值。-The issue of the shortest path problem as a unit, find a directed
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5710
    • 提供者:
  1. miniSpanTree

    0下载:
  2. 1. 用连通网来表示n个城市以及n个城市间可能设置的通信线路,其中网的顶点表示城市,边表示两诚实之间的线路,赋于边的权值表示相应的代价.最小生成树问题就是要构造连通网的最小代价生成树.-1. Used to represent the n-connected network of n cities and between cities and communication lines may be set, including vertex network, said the city, said
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:417680
    • 提供者:路文明
  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. 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. xuanzhuan

    0下载:
  2. 【问题描述】 输入一个自然数N(2≤N≤9),要求输出如下的魔方阵,即边长为N*N,元素取值为1至N*N,1在 左上角,呈顺时针方向依次放置各元素。 N=3时: 1 2 3 8 9 4 7 6 5 【输入形式】 从标准输入读取一个整数N。 【输出形式】 将结果输出到文件文件file.out。输出符合要求的方阵,每个数字占5个字符宽度,向右对齐,在每一行末均输出一个回车符。 【输入样例】 4 【输出样例】输出文件file.out
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:380643
    • 提供者:服部半藏
  1. prim

    0下载:
  2. 无向图应用问题 任务:如果以五向网表示n个城市之间通信网络的建设计划,顶点表示城市,边上的权表示该线路的造价,设计一个方案,使这个通讯网的总造价最低。 提示:这是一个求最小生成树的问题。n个城市名和各边的权值由用户输入,建立图的邻接矩阵,然后以Prim算法来求最小生成树,然后输出方案。 - The application of an undirected graph Task: If the five-way communications network, said ne
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:1064730
    • 提供者:邓俊文
  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
搜珍网 www.dssz.com