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

平面点集的delaunay剖分

于 2022-02-02 发布 文件大小:137.94 kB
0 113
下载积分: 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 个回复

  • BinaryTree
    Simple binary tree class
    2014-10-01 05:22:32下载
    积分:1
  • STM32L152-ADC_DMA
    STM32L152VB的AD采集程序,7通道DMA方式采集,通过串口发送到PC,本人查阅多方资料亲自编程测试,可直接用。附带STM32L152VB工程模板,本人根据资料自己建的。(The AD STM32L152VB acquisition program, 7 channel DMA acquisition, through the serial port to send to the PC multi access information, I personally programming test, can be directly used. With STM32L152VB project templates according to the data, I built myself. )
    2014-11-25 15:19:29下载
    积分:1
  • Grade
    用mfc做的学生成绩c++程序,能连接数据库。能实现增加,删除,修改(Using MFC to do student achievement c++ program, can connect to the database. Can increase, delete, modify)
    2018-09-25 22:06:42下载
    积分:1
  • mppt_disturb_s
    用S函数实现的电导增量法,可以对方便修改为变步长电导增量法(S function realization of conductance increment method)
    2018-01-24 20:02:56下载
    积分:1
  • 基于stm32的电源PID算法
    主要用于闭环的电源控制环路,实现快速反应控制电压的变化。
    2022-04-19 04:11:53下载
    积分:1
  • weinalvboqi
    卡尔曼滤波器和维纳滤波器的实现 教育资料 学术研究(Kalman filter and Wiener filter to achieve educational materials research)
    2011-10-07 18:57:16下载
    积分:1
  • NURBSsurface
    一个生成NURBS曲面的程序,是在Visual下运行的(A NURBS surface generation program is run under Visual)
    2021-04-11 17:38:58下载
    积分:1
  • Keil5初始化代码
    有关Keil5的初始化代码(寄存器版本)
    2022-03-31 03:35:11下载
    积分:1
  • cut_video
    把视频分割成一帧一帧并且保存为图像,实现视频录制(Put the video into a frame of a frame and saved as image segmentation)
    2013-06-14 16:55:58下载
    积分:1
  • TExttendedKalh
    运用TDOA/AOA定位方法使用扩展卡尔曼滤波定位算法的的matlab程序源码仿真代码 (Use TDOA/AOA location method using extended Kalman filter algorithm matlab program source code of simulation)
    2012-09-15 22:36:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载