搜索资源列表
sanjiaohua
- 用VTK实现物体表面三角格网的构造,并实现格网的绘制。-used VTK achieve surface of the triangular grid structure, and to achieve the mapping grid.
contour234
- vb 处理数据等高线,原创,构造三角网,计算机图形学作业-vb data processing contour lines, originality, structure triangulation, computer graphics operations
wineryulmslvbo
- 构造一组被噪声污染的方波或三角波数据,试选取适当的FIR滤波器结构和参数,分别应用LMS,DFT/LMS和DCT/LMS算法来实现自适应滤波器,对改组数据进行滤波,并分析仿真结果。-Construction Group was one of the Noise Pollution square or triangular wave data, Examination choose appropriate FIR filter structure and parameters, applicat
e2md2.m
- BEMD对图像进行分解,包络构造采用Delaunay三角剖分和三次插值,得到分解的结果。 输入:灰度bmp图像 输出:imf1 imf2 imf3 残差
Dynamicdisplayofreal-time3Dterrain
- 三维地形实时动态显示DEMO800*600下效果最好,源代码包含了三维地形生成的全过程,包括数据的读入,数据的组织,三角网的构造,光照、材质、纹理等应用。
sanjiaowang
- 通过在工作区内点击得到一定数目点,然后构造Delaunay三角网
Delauney
- 生长法构造Delauney三角网的程序,对做地形有一定作用-Growth Act tectonic Delauney triangulation procedures, do have a certain effect on the terrain
三角
- 这是算法是程序设计的精髓,程序设计的实质就是构造解决问题的算法,将其解释为计算机语言。-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.
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
PEG_LDPC.rar
- 引入PEG(Progressive-edge-growth)算法来构造适合线性时间编码的LDPC校验矩阵,译码时采用简化最小和Min-Sum译码算法实现简化译码.仿真结果表明,该方法能够构造适合LDPC码的线性时间编码的下三角校验矩阵日,并且用此方法构造的LDPC码性能非常接近原来PEG算法构造的LDPC码.同时通过采用最小和Min-Sum算法降低译码复杂度.,The introduction of PEG (Progressive-edge-growth) algorithm to const
Delaunay----VB
- tin三角网的构造 tin是使用不规则多边形拟和地球表面或者其他不规则表面,是构造数字地面模型,数字高程模型的基本方法之一-tin structure of triangulation is the use of tin to be irregular polygon and the Earth s surface or other irregular surfaces, is constructed digital terrain model, digital elevation mode
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
delaunay
- 方便的构造不规则三角网的面向对象程序,值得跟大家分享交流-A convenient structure TIN object-oriented programming, it is worth sharing with you the exchange
xiaobofenxi
- 小波工程主要包括一两部分:一、连续小波分析的应用,二、离散小波分析的应用。下面分两个部分分别说明这两个程序的分析结果: 一、连续小波分析: 所用信号为自己构造的三角波和正弦波叠加的信号:s=(-1).^(floor(n/50)+1).*(mod(n,50)-25)*2-(-1).^(floor(n/17)+1).*(mod(n,17)-8.5)*3+1*cos(n/2)*10。其中第一项(-1).^(floor(n/50)+1).*(mod(n,50)-25)*2为一周
Sierpinski
- 谢氏三角的图形的构造, -Xie triangle graphics
yc
- 利用Toeplitz性质,构造上三角矩阵,再利用高分辨MUSIC算法,可实现一次快拍下 高分辨的DOA估计- Using Toeplitz nature, construct the upper triangular matrix, and then use high-resolution MUSIC algorithm can achieve a fast captured high-resolution DOA estimation
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
tin三角网
- 不规则三角网构造算法 ,在数据集中选取任一点,查找距离次点最近的点,相连后作为初始基线—在初始基线右边应用Delaunay法则搜索第三点—生成Delaunay三角形,并以该三角形的两条新边作为新的基线—重复前面的过程直至所有基线处理完毕(Construction algorithm of Irregular Triangulation Network)