kjxyang 在 2006-04-16 11:01:19 上传
说明:This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometric, spectral, geometric spectral, and coordinate bisection. It also has routines to generate recursive multiway partitions, vertex separators, and nested dissection orderings and it has some sample meshes and mesh generators. The toolbox contains a Matlab interface to Leland and Hendrickson s Chaco partitioning package, but it doesn t contain Chaco itself. The file "chaco/README" tells how to install the interface to Chaco. It also contains a Matlab interface to Karypis et al. s Metis partitioning package, using Robert Bridson s "metismex" code.
开发平台:matlab | 大小:258KB | 下载65次
hoyi 在 2006-04-15 11:22:54 上传
说明:很酷的openGL例程,教你如何载mesh,并控制,这可是难得的3d动画例程。
开发平台:Visual C++ | 大小:69KB | 下载270次
billytqf 在 2006-04-11 14:59:45 上传
说明:应用了opengl的归一化函数,利用opengl和vc++编程
开发平台:Visual C++ | 大小:1067KB | 下载44次
qinqinhao 在 2006-03-23 19:07:54 上传
说明:This a very simple Yee algorithm 3D FDTD code in C implementing the free space form of Maxwell s equations on a Cartesian grid. There are no internal materials or geometry. The code as delivered simulates an idealized rectangular waveguide by treating the interior of the mesh as free space/air and enforcing PEC (Perfect Electric Conductor) conditions on the faces of the mesh.
开发平台:matlab | 大小:9KB | 下载79次
soulofwind 在 2006-03-22 17:26:50 上传
说明:nice mesh.可以很好的学习一下,适用于初学者
开发平台:Visual C++ | 大小:527KB | 下载11次
389812 在 2006-03-21 20:08:53 上传
说明:导进一个静态网格mesh模型.菜鸟第一步:)
开发平台:Visual C++ | 大小:2445KB | 下载58次
ilmhy 在 2006-03-19 15:50:09 上传
说明:三维图形生成和察看工具,使用VC++ 6.0和OpenGL开发
开发平台:Visual C++ | 大小:3802KB | 下载170次
bdstarboy 在 2006-03-13 16:32:43 上传
说明:一个浙江大学教授写的三维网格简化的源代码,用的是能量误差算法!
开发平台:Visual C++ | 大小:796KB | 下载1365次
tianqg 在 2006-02-17 16:45:15 上传
说明:在三角网格重建的过程中,平坦区域可以用较少的三角形表示,而曲率较大的地方应该有更多的三角形,本程序删减平坦区域的三角形
开发平台:C++ | 大小:14KB | 下载470次
星空浪漫 在 2006-02-08 00:28:22 上传
说明:本程序实现一个功能强大的列表视控件,本控件具有下列特征: 整行加亮;对列自动排序(用数字和文本序列); 支持背景图像和混合加亮选择; 支持水平和垂直网格;可拖动的列; 通过Format对话框,可以定制列格式(大小、对齐);用Column Manager管理列; 支持分类视(象Outlook 98) 在每个单元中,支持定制文本颜色、字体和网格边界; 自动从注册表中存储和装入信息; 打印支持; 每个单元支持图像; 列视的头支持图像;使用多信息编辑控件编辑子项; 用组合框控件支持子项编辑;自动拷贝项到剪接板; 定制项目高度;单元工具提示;高亮当前选择的单元;支持数据库。
开发平台:Visual C++ | 大小:140KB | 下载491次
tom010 在 2006-01-15 16:10:37 上传
说明:生成tin,三角网格的显示,delauncy三角形的显示
开发平台:Visual C++ | 大小:41KB | 下载244次
jymaster 在 2006-01-11 10:14:05 上传
说明:等边三角形有限元网格生成程序,效果不错,值得参考
开发平台:Visual C++ | 大小:3411KB | 下载301次
kivenfly 在 2006-01-04 15:12:13 上传
说明:医学图像处理 三维重建 数字人可用代码005
开发平台:Visual C++ | 大小:2513KB | 下载528次
kivenfly 在 2006-01-04 15:09:30 上传
说明:医学图像处理 三维重建 数字人可用代码004
开发平台:Visual C++ | 大小:17KB | 下载288次
soberll 在 2005-11-14 22:23:08 上传
说明:有限元分析方法使用c语言编程生成二维网格的程序
开发平台:Visual C++ | 大小:13KB | 下载787次
jianxin 在 2005-10-09 23:58:20 上传
说明:direct 3d载入地图模型的例子,非常适合初学者学习。
开发平台:Visual C++ | 大小:610KB | 下载111次
vvvv110 在 2005-10-08 09:40:35 上传
说明:这是我自己参考大量的科研论文自己编制的离散高程数据(x,y,h)的三角形网格化源代码能够根据指定离散数据文件自动绘制出三角形网格,并且源代码已经实现了等值点的追踪,大家少加修改,加入拟和算法就可以绘制出等值线,源代码完全采用面向对象的方法编制,对于delphi新手学习面向对象的方法也有很大帮助。编译环境为delphi7操作系统为win2003。大家如果对源代码有何建议请联系我 QQ:58092190,email:seekmzy@gmail.com
开发平台:Delphi | 大小:224KB | 下载362次
pkchiu 在 2005-09-28 16:32:22 上传
说明:Terrain Edit Tool To load a terrain you need to use the .ox3 look the sample in [TerrainLoad] folder. But you have two chose with the texture you can add a glmateriallib to your form and load the saved texture manualy with your setting. Or you can add a glmateriallib to your form and load the [YourTerrainfile]_.mat with the lib and set the Material.libname to Terrain . [YourTerrainfile].ox3 [Terrain Mesh]//User file [YourTerrainfile].ox3_.mat [Terrain Material Save]//User file [YourTerrainfile].ox3_.dat [Terrain Save/Load info]//Editor file [YourTerrainfile].ox3_.jpg [Terrain Texture]//Editor file and User file [YourTerrainfile].ox3_Detail_.jpg [Terrain Detail map]//Editor file and User file Plz don t delete or move file in this folder it have some path name saved. Or if you like to delete your terrain delete all file with the same name in but you lose your terrain.
开发平台:Delphi | 大小:1750KB | 下载31次
sun722 在 2005-09-07 18:01:57 上传
说明:四叉树剖分地归算法Terrain示例(仅仅算法实现)
开发平台:Visual C++ | 大小:723KB | 下载499次
fly99 在 2005-07-22 21:19:31 上传
说明:delauney二维非结构化网格生成程序 采用fortran语言
开发平台:MultiPlatform | 大小:6KB | 下载238次
fayme 在 2005-04-14 15:27:57 上传
说明:基于DirectX平台的骨骼动画的模型读取,
开发平台:Visual C++ | 大小:1121KB | 下载146次
anders12 在 2005-04-05 17:24:45 上传
说明:二维规则网格数据的等值线追踪, 追踪算法为网格追踪法, 线绘制,可配置颜色 所读取的数据的文件格式为:surfer软件的ASCii grd文件数据
开发平台:Visual C++ | 大小:77KB | 下载545次
csf 在 2005-01-25 09:56:29 上传
说明:pdnMesh is an automatic mesh generator and solver for Finite Element problems. It will also do post-processing to generate contour plots and Postscript printouts. GUI support using GTK or MFC (Win32) is available. The problem definition can be done in any form and given to pdnMesh as an input data file. Drawing Exchange Format (DXF) files can be directly imported to pdnmesh. The quality and the coarseness of the mesh can be controlled by giving input parameters.
开发平台:C++ | 大小:2443KB | 下载55次
xvcheng 在 2005-01-07 10:51:20 上传
说明:direct3d---meshview
开发平台:Visual C++ | 大小:188KB | 下载75次
yjwang 在 2004-12-16 20:12:20 上传
说明:一个读三维网格的程序 *.tm后缀的,可以自己定义
开发平台:Visual C++ | 大小:3218KB | 下载112次
jianxin 在 2004-12-11 21:04:09 上传
说明:load .x file to application
开发平台:Visual C++ | 大小:308KB | 下载14次
chbo76 在 2004-11-26 12:15:56 上传
说明:基于C语言的网格程序
开发平台:WINDOWS | 大小:123KB | 下载107次
捉鱼小子 在 2004-08-10 16:15:47 上传
说明:一个很不错的网格类,有破解
开发平台:Visual C++ | 大小:6799KB | 下载71次
管理员 在 2004-08-09 08:38:18 上传
说明:Render .NET is an 3D Photorealistic Rendering Library - REYES(RenderMan),Ray / Photon Tracing Architecture - Complex Models such Quadrics / Patches / Mesh... - Primitive / Displacement(True) / Surface / LightSource / Volume/Imager Shaders - Sampling / Filtering / Motion / DepthOfField / GlobalI...
开发平台:C# | 大小:470KB | 下载89次