搜索资源列表
sanjiaohua
- 用VTK实现物体表面三角格网的构造,并实现格网的绘制。-used VTK achieve surface of the triangular grid structure, and to achieve the mapping grid.
三角
- 这是算法是程序设计的精髓,程序设计的实质就是构造解决问题的算法,将其解释为计算机语言。-This is the algorithm is the essence of program design, program design is the real structural problem-solving algorithm, be interpreted as a computer language.
1
- 定义一个抽象类的CShape,包括纯虚数Area(用来计算面积)和SetData(用来重设形状大小)。然后派生出三角形CTriangle类、矩形CRect类、圆CCircle类,分别求其面积。最后定义一个CArea类,计算这几个形状的面积之和,各形状的数据通过CArea类构造函数或成员函数来设置。-Defines an abstract class CShape, including the pure imaginary number Area (used to calculate the ar
Sierpinski
- 谢氏三角的图形的构造, -Xie triangle graphics
Bee22md2mE
- BEMD对图像进行分解,包络构造使用Delaunay三角剖分与三次插值,的的到分解的结果。输入:灰度bmp图像输出:imf1 imf2 imf3 残差 -BEMD decomposition of the image, envelope constructed using the Delaunay triangulation with cubic interpolation of the result of decomposition. Input: grayscale bmp image
DelaunayMakeTINbasedJAVA
- 使用JAVA编写的Delaunay构造三角网的代码,代码放在word中-Delaunay method make TIN code used java,deposit in word
fastMakeTIN
- 使用MFC编写的构造三角网的代码,速度比一般的构网程序kuai-make tin code, write based MFC, faster than the general code
TriangleTest
- 根据所给的一群离散点构造德洛尼三角网,便于运用-De Luoni triangulation structure according to a group of discrete points, easy to use
tin三角网
- 不规则三角网构造算法 ,在数据集中选取任一点,查找距离次点最近的点,相连后作为初始基线—在初始基线右边应用Delaunay法则搜索第三点—生成Delaunay三角形,并以该三角形的两条新边作为新的基线—重复前面的过程直至所有基线处理完毕(Construction algorithm of Irregular Triangulation Network)