登录
首页 » c++ » 平面点集的delaunay剖分

平面点集的delaunay剖分

于 2022-02-02 发布 文件大小:137.94 kB
0 105
下载积分: 2 下载次数: 1

代码说明:

   首先新建有关三角化的基本元素:顶点、边、三角形的类:    typedef struct Vertex    { int x, y;// 离散点的坐标 int index;//点的索引     };    typedef struct Triangle    { int NodeA; // 三角形的顶点A的坐标索引 int NodeB; // 三角形的顶点B的坐标索引 int NodeC; // 三角形的顶点C的坐标索引 int BorderA; // 三角形的顶点A的对边的索引 int BorderB; // 三角形的顶点B的对边的索引 int BorderC; // 三角形的顶点C的对边的索引 int index; // 三角形的索引    };    typedef struct Edge    { int Start; // 边的起点的索引 int End; // 边的终点的索引 int LeftTriangle; // 边的左三角形索引 int RightTriangle; // 边的右三角形索引 int index; // 边的索引    }

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 利用深度学习方法进行信号解调
    对bpsk信号利用深度学习的方法进行信号的解调
    2022-03-31 18:04:20下载
    积分:1
  • 连连看游戏C #源CSDN网站为游戏爱好者的计划下…
    连连看游戏 C#源码 也是在CSDN网站里下的 对于游戏编程爱好者是一个很好的入门基础-Lianliankan game C# Source also CSDN site under the program for the game lovers is a good entry-basis
    2023-08-14 12:00:02下载
    积分:1
  • Gabor-filter
    实现Gabor滤波的源代码,包括C++、matlab源程序,还有介绍其原理的word文件(Gabor filter realization of the source code, including C++, matlab source, as well as introduce the principle of word document)
    2011-05-13 08:50:39下载
    积分:1
  • C#做中国农历小程序.zip
    C#做中国农历小程序.zip-C# make Chinese Lunar small programs. Zip
    2022-11-13 21:40:04下载
    积分:1
  • shot
    实现射击小游戏的功能 一般见于手机游戏上(shooting small game to achieve the functions normally found on the cell phone game)
    2005-01-04 20:52:29下载
    积分:1
  • Implementation-of-transposition-cipher
    Implementation of Transposition Cipher in C
    2014-10-01 13:20:22下载
    积分:1
  • MyOnlineTest
    基于C#开发的考试管理系统,数据库位sql server(C# development based test management system, database-bit sql server)
    2013-11-21 10:14:23下载
    积分:1
  • opencv肤色获取
    这是通过皮肤模型进行肤色识别和提取的demo  本人opencv为2.4.10版本  vs2013找到后就可以直接运行+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    2023-02-21 00:50:03下载
    积分:1
  • Infones Rockbox
    Infones 具有更好的声音和 iPod 纳米 2 g 控件修改后的代码。
    2022-01-24 18:28:37下载
    积分:1
  • thermal-1
    说明:  用LBM代码编写的由于温差而产生的自然对流小程序(As with the LBM code written in natural convection resulting from temperature applet)
    2021-05-15 11:30:02下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载