搜索资源列表
femcode
- 结构有限元,可以计算多种问题的边值问题-fintie element method code compute posiion problem
Dijkstra
- 该问题为单元最短路经问题,求出一个有向图中两点之间权值最小的路径。 Dijkstra算法要求有向图中没有权值为负的边,有向图的信息由一个邻接表来表示,另外对每个顶点都设置一个属性d[v],描述从源点到v的最短路经上权值的上界。算法中设置一个顶点集合S,反复选择具有最短路经估计的顶点u∈V-S,并将u加入S中,算法中还用到了顶点的最小优先队列,排序关键字为顶点的d值。-The issue of the shortest path problem as a unit, find a directed
miniSpanTree
- 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
Static_electromagnetic_field_electromagnetic_field
- 电磁场和电磁波静态场及其边值问题的解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
lineshoot
- 线性微分方程边值问题打靶算法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
nonlineshoot
- 非线性微分方程边值问题打靶算法Matlab程序-Nonlinear differential equations boundary value problem targeting algorithm Matlab procedures
SHOOT
- 试射法求解二阶微分方程边值问题,数值算法-Solving Second Order Differential Equations tests, numerical algorithms
xuanzhuan
- 【问题描述】 输入一个自然数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
prim
- 无向图应用问题 任务:如果以五向网表示n个城市之间通信网络的建设计划,顶点表示城市,边上的权表示该线路的造价,设计一个方案,使这个通讯网的总造价最低。 提示:这是一个求最小生成树的问题。n个城市名和各边的权值由用户输入,建立图的邻接矩阵,然后以Prim算法来求最小生成树,然后输出方案。 - The application of an undirected graph Task: If the five-way communications network, said ne
fem
- 用三角形线性元方法求解以下二维边值问题:- Δu = f,u|partialΩ = g.-FEM sssssssssssssssssssssssss
shooting
- 两点边值问题的打靶法,也是自己亲手做的一个作业-Boundary Value Problems shooting method, also by myself
parabolicFD
- 这是一个求解一维抛物型方程的初边值问题的程序,这只是一个函数文件,在命令窗口调用函数即可。-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.
Newton_Raphson
- 基于弧长法以及Newton-Raphson迭代方法求解非线性微分方程边值问题-Nonlinear differential equation boudary problem solution based on arc length and Newton-Raphson iteration method
poisson
- 十字区域,由五个相等的单位正方形组成,用五点差分格式求解下面的Poisson方程第一边值问题,程序能适应任何步长(solve poisson equation in ten area)
差分法求解两点狄利克雷边值问题
- 运用差分法求解两点狄利克雷边值问题。。。。(Two point Dirichlet boundary value problem is solved by difference method.)
odesbvp
- matlab提供了边值问题求解器bvp4c()用于求解边值问题的数值解,bvp4c()采用带自适应网格的高阶差分法来求解边值问题,首先给出可调用的常微分方程组函数以及残差的边值条件函数,这些函数都必须返回一个列向量。(Matlab provides the numerical solution of the boundary value problem solver bvp4c () for solving the boundary value problem. Bvp4c () uses th
matlab 常微分方程数值解法 源程序代码
- 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外推公式
有限元算例二维传热问题
- 流体力学边值问题计算中的有限元方法,C++编程资料(Finite element method in the calculation of boundary value problems in fluid mechanics, C + + programming data)