搜索资源列表
UPML
- 关于二维FDTD程序,主要是在边界条件的设置上有困难,用UPML编了一个程序,出了一些问题,电场的吸收很好,但对磁场的吸收不是很好
xiaoyuan
- 用无向网表示学校的校园景点平面图,图中顶点表示主要景点,存放景点的编号、名称、简介等信息, 图中的边表示景点间的道路,存放路径长度等信息。要求能够回答有关景点介绍、游览路径等问题。游 客通过终端可询问: (1)从某一景点到另一景点的最短路径。(最短路径问题) (2)游客从公园进入,选取一条最佳路线。 (3)使游客可以不重复地浏览各景点,最后回到出口(出口就在入口旁边)。 [基本要求] (1)将导游图看作一张带权无向图,顶点表示公园的各个景点,边表示各景点之间的道路
migonglujing qiujie
- 迷宫的问题实质上就是图的遍历问题,我们可以用一个二维数组存储一个迷宫的各个结点,给定一个开始的坐标和一个结束的坐标.本程序可以寻找一条路径,但这条路径不是最短的.就是说不是最优的.-maze is the essence of the plan traverse the problem, we can use a two-dimensional array storage a maze of the various nodes, to set a beginning and an end coo
heat-transfer
- 用于一维和二维传热问题的有限差分和有限元法数值计算-For one-dimensional and two-dimensional heat transfer finite difference and finite element method numerical calculation
Computational_Methods_for_Fluid_Dynamics.tar
- Peric编写的计算二维流体问题的全套源码。 是书籍<Computational Methods for Fluid Dynamics>的附录程序 其中parallel文件夹下包括了comet3维程序及PVM并行代码-Peric fluid prepared by two-dimensional problem of calculating the full set of source code. Books <Computational Methods for Flu
hyper_eul
- Toro的经典书 "Riemann Solvers and Numerical Methods for Fluid Dynamics" 中的算例程序。该程序求解二维笛卡尔网格下的理想气体欧拉方程程序。采用TVD格式与HLLC的近似黎曼解相结合,二维处理采用维数分裂,求解扩张一维问题。6种通量限制器可供选择。- to solve the two-dimensional Euler equations for an ideal gas on a Cartesian quadri
2dShallowwaterequationRiemannsolver
- 用MATLAB编写的基于有限体积法求解二维浅水方程边界数值通量的Riemann求解器(HLL格式),可处理干河床问题,适用于规则网格及不规则网格,只需提供边界左右两侧的水深和流速以及外法线矢量-Written using MATLAB numerical flux based on the finite volume method for solving the two-dimensional shallow water equations boundary Riemann solver (HL
wangge
- matlab编写的计算二维导热问题的数值传热程序,对初学者有用。-Matlab prepared by the numerical calculation of two-dimensional heat conduction problems heat transfer program, useful for beginners.
CFD_CSharp
- cfd经典问题C源代码:一维黎曼问题;一维可压N-S方程;二维斜激波刚壁反射;二维泊萧叶黏性流动;有限体积法求解库塔流-Riemann problem a compressible N-S equations of two-dimensional oblique shock wave reflection stiffness 2D Poiseuille viscous flow finite volume method to solve the Kuta flow
CFD_CSharp
- cfd经典问题C源代码:一维黎曼问题;一维可压N-S方程;二维斜激波刚壁反射;二维泊萧叶黏性流动;有限体积法求解库塔流-Riemann problem a compressible N-S equations of two-dimensional oblique shock wave reflection stiffness 2D Poiseuille viscous flow finite volume method to solve the Kuta flow
Mesh free simulation program
- 采用全局弱式无网格的f90程序 针对二维弹性力学的问题
FEMOL
- 有限元线法温度场分析程序 可以分析二维稳态瞬态问题,有平面单元,轴对称单元-FEMOL temperature field analysis program can analyze transient two-dimensional steady-state problem, a flat-screen unit, axisymmetric element
circle2
- 在二维平面上的n个点中,如何快速的找出最近的一对点,就是最近点对问题。-In the two-dimensional plane of n points, how to quickly find the nearest pair of points, that is, the nearest point on the issue.
DOD_DOA_RD_music
- 发射角和到达角二维角度自动配对,其中主要解决一个angle函数的问题。-Emission angle and the angle of arrival automatically paired two-dimensional angle, which is mainly to solve a problem of angle function.
heat2D
- 使用分布式编程技术MPI,解决二维热传导问题,实现分布式计算-using MPI programing tech to solve the problem of 2 dimension heat conducting problem
computation
- 解决储罐内的二维扩散对流问题,可用在多孔介质中的运算,能够很好的解决问题-Solve the problem of one dimensional convection diffusion
erweibodong
- 维波动显格式计算程序,本程序采用有限差分法来计算二维波动问题-Two-dimensional wave the explicit calculation program, this program USES the finite difference method to calculate the two-dimensional wave problem
finite-volume--Euler-equation
- 基于有限体积法求解二维欧拉方程,是流体问题的最基本求解方法-The finite volume method to solve two-dimensional Euler equation
zuoyetwo
- 利用TDMA和ADI方法求解二维稳态导热问题,采用C语言编程-Use TDMA and ADI method for solving the two-dimensional steady-state heat conduction problem, using C language programming
二维ostu代码
- 维基百科上的二维ostu代码有点问题,这个是根据其原理修改后的(The two-dimensional Ostu code on Wikipedia has some problems. This is a modified version based on its principles.)