搜索资源列表
d3dwave
- 动态的3d网格画图-dynamic mesh drawing
Knowledge-of-FLUENT_Dynamic-Mesh
- 详细介绍了动网格的模型的建立、使用条件等,为学习fluent的同学提供这个方面的指导。-Details of the moving grid model, using the conditions for learning fluent students to provide this guidance.
WirelessMeshNetworkAlgorithm
- 无线网状网是一种高速率、高容量的多点对多点网络,可把它看成是Ad Hoc网络的简化版本。正如Ad Ho。网络一样,无线网状网中的路由是它的一项关键技术。基于此,本论文对无线网状网的路由协议进行研究。 文中首先介绍了无线网状网的结构,特点以及其发展与现状 其次,分析了Ad hoc网络中各种路由协议的优劣 再次,重点研究了其中的一种动态源路由协议(DSR)的具体实现过程 在DSR的基础上,对其进行改进,提出了一种均衡流量动态源路由协议,对它进行性能分析和仿真。-Wireless Mesh Ne
meshfile
- mesh file for Computational fluid dynamic
gridmonster
- Example of dynamic mesh without cracks.
Mesh
- 摘要:针对传统的DP算法存在条纹瑕疵,提出了一种改进的垂直性约束动态规划立体匹配算法,通过利用扫描线间的相关信息来约束动态规划过程,使得处理每一条扫描线时都能充分利用以前扫描线的匹配信息。实验结果表明,该算法可以明显地消除传统DP算法的视差图的条纹瑕疵,匹配精度高, 而且执行时间短。-ABSTRACT Although network speed has been increased over the years,bandwidth limitation continues to pos
silo
- 导弹的六自由度动网格UDF代码,c源文件代码 -Six degrees of freedom dynamic mesh missile UDF code
e
- abqus动网格技术的自定义程序,可以以用来重新划分网格-abqus dynamic mesh custom program can be used to re-mesh
dsr.tcl
- Dynamic Source Routing - is a routing protocol for wireless mesh networks. It is similar to AODV in that it forms a route on-demand when a transmitting computer requests one. However, it uses source routing instead of relying on the routing table at
valve
- This tutorial introduces basic dynamic mesh calculations in FLUENT. In addition to com- bining the basic mesh motion schemes, this tutorial introduces rigid body motion of a cell.
valve_init.cas
- This tutorial introduces basic dynamic mesh calculations in FLUENT. In addition to com- bining the basic mesh motion schemes, this tutorial introduces rigid body motion of a cell.
FLUENT---Tutorial---Dynamic-mesh---Missile-Silo-L
- dynamic meshing of a missile body
3d-fluent-dynamic-mesh
- 搅拌器动网格 能够模拟网格动态变化的过程-Stirrer moving mesh grid to simulate the dynamic process of change
bubble-dynamic-mesh
- 气泡根据内外压力差变化的动网格-bubble dynamic mesh
layering-dynamic-mesh
- fluent中layering动网格case及程序-layering dynamic mesh case and program
dynamic-mesh-case-of-valve-
- fluent中阀门运动的动网格case及程序-valve dynamic mesh case and procedure
smooting-dynamic-mesh-case
- fluent中smoothing动网格case及程序-smoothing dynamic mesh case and procedure in fluent
dynamic programming
- 设平面上有一个m×n 的网格,将左下角的网格点标记为(0,0)而右上角的网格点标记为(m,n)。某人想从(0,0)出发沿网格线行进到达(m,n),但是在网格点(i,j)处他只能向上行进或者向右行进,向上行进的代价为aij(amj =+∞),向右行进的代价是bij(bin =+∞)。试设计一个动态规划算法,在这个网格中为该旅行者寻找一条代价最小的旅行路线。(There is a m * n mesh on the plane, and the grid point on the lower lef