叶轮机械多级叶轮网格生成程序介绍 侯 乐 毅 非定常流课题组 本文开发的叶轮机械多级叶轮网格生成程序,采用的网格类型为H型,并在叶片前面/后面延伸区域设置平直网格数ID1和IDN。主程序MESH_BLADE_STAGES,分成三个部分,原始叶型及控制参数从输入程序INPUT输入,求解程序为Grid(ZERO),输出程序为OUTPUT。
上传时间: 2013-12-03
上传用户:bjgaofei
该项目为双用户:管理员 与营业员 角色登陆显示不同信息 今日房价:可以点双击房价进行在线修改 开房记录报表只供查询(关键字:开房/退房 时间或者日期或者描述信息) 房间信息管理:可以直接点击Grid面板编辑 房间类型是单击时从数据库读出 首页放了几张图片用的是jquery的一个图片插件 左侧面板公告信息是自己胡乱修改了Grid面板 改在这样的 数据库方面一小部分功能运用存储过程
上传时间: 2014-08-29
上传用户:redmoons
delphi的的三方控件,主要Grid表格的应用。
上传时间: 2013-12-22
上传用户:咔乐坞
HDFDUMP and BRFDUMP are utility programs developed for use with MISR data files. HDFDUMP will extract data from a MISR file in the HDF-EOS Grid format (MISR Level 1B2 and Level 2 files) and writes unformatted binary files. BRFDUMP calculates radiances and bidirectional reflectance factors (BRF) from MISR Level 1B2 files and creates unformatted binary files.
标签: HDFDUMP developed programs BRFDUMP
上传时间: 2017-04-02
上传用户:yy541071797
一个简单的Ext例子,里面有Ext.Grid.GridPanel和Ext.tree.TreePanel等Ext常用控件的使用,以及Ext和后台的交互
标签: Ext
上传时间: 2013-12-23
上传用户:qweqweqwe
The 2D CFD Program NaSt2D The program is a 2D solver for the incompressible, transient Navier-Stokes equations including the temperature equation and free boundary problems. It uses finite differences for discretization on a structured equidistant staggered Grid, central and upwind (donor-cell) discretization of the convective parts and an explicit time stepping scheme. The free boundary value problems are treated with the MAC technique.
标签: incompressible Navier-Sto The transient
上传时间: 2013-11-30
上传用户:xfbs821
Triangular mesh processing tool, currently very few people use this software, but it allows us to greatly reduce the time to deal with a lot of the Grid.
标签: Triangular processing currently software
上传时间: 2013-12-09
上传用户:BOBOniu
迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK, * 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary. * Each step can be made horizontally or vertically for one more Grid (diagonal * jump is not allowed). * Your program should print a series of Grid coordinates that start from m[0][0] * and go to m[9][9] * Hint: No need to find the shortest path, only need to find one path that gets * you to desitination. */
上传时间: 2013-12-27
上传用户:Divine
matlab有限元网格划分程序 DistMesh is a simple MATLAB code for generation of unstructured triangular and tetrahedral meshes. It was developed by Per-Olof Persson (now at UC Berkeley) and Gilbert Strang in the Department of Mathematics at MIT. A detailed description of the program is provided in our SIAM Review paper, see documentation below. One reason that the code is short and simple is that the geometries are specified by Signed Distance Functions. These give the shortest distance from any point in space to the boundary of the domain. The sign is negative inside the region and positive outside. A simple example is the unit circle in 2-D, which has the distance function d=r-1, where r is the distance from the origin. For more complicated geometries the distance function can be computed by interpolation between values on a Grid, a common representation for level set methods. For the actual mesh generation, DistMesh uses the Delaunay triangulation routine in MATLAB and tries to optimize the node locations by a force-based smoothing procedure. The topology is regularly updated by Delaunay. The boundary points are only allowed to move tangentially to the boundary by projections using the distance function. This iterative procedure typically results in very well-shaped meshes. Our aim with this code is simplicity, so that everyone can understand the code and modify it according to their needs. The code is not entirely robust (that is, it might not terminate and return a well-shaped mesh), and it is relatively slow. However, our current research shows that these issues can be resolved in an optimized C++ code, and we believe our simple MATLAB code is important for demonstration of the underlying principles. To use the code, simply download it from below and run it from MATLAB. For a quick demonstration, type "meshdemo2d" or "meshdemond". For more details see the documentation.
标签: matlab有限元网格划分程序
上传时间: 2015-08-12
上传用户:凛风拂衣袖
dhtmlx标准版源码,包含tree、form、Grid等常用插件
上传时间: 2017-05-09
上传用户:jiangjun0817