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

平面点集的delaunay剖分

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

  • HB_COM
    可以控制标签的各种状态,包括大小,字体等等,只要你能想到(Can control a variety of status labels, including size, fonts, etc., as long as you can think of)
    2008-04-15 19:22:25下载
    积分:1
  • ADC_simultaneous_DMA_FFT
    利用28335自带的ADC采集两路模拟正弦信号,用DMA方式将采样值写入内存,用epwm控制采样周期。利用FFT求得两路正弦信号的相位差。(Sampling two analog sinusoidal signals, write them to the memory by DMA controller. The sampling period is controlled by the EPWM module. Calculate the phase difference by FFT method.)
    2014-02-20 17:07:33下载
    积分:1
  • 数字电能表
    PZEM-014模块检测电压、电流、电功率、电能等信息,在LCD1602上显示(PZEM-014 module detects voltage, current, power, electric energy and other information, which is displayed on LCD1602.)
    2020-11-17 20:39:40下载
    积分:1
  • 针对mp4相关的内容进行处理
    队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装队列、线程封装
    2022-07-03 11:51:54下载
    积分:1
  • 数据结构(C语言版)
    说明:  该书籍详细讲述了C语言的数据结构部分,不断提高你的编程能力。(This book describes the data structure of C language in detail, and constantly improves your programming ability.)
    2020-06-22 07:00:01下载
    积分:1
  • FMDB
    基于VC++和数据库的学生成绩管理 程序能运行 基本没什么错误
    2010-12-08 14:10:32下载
    积分:1
  • C++代码规范.pdf
    【实例简介】
    2021-07-01 00:31:19下载
    积分:1
  • 9154269
    学习WINDOWS网络编程入门的好资料,希望对初学网络编程的人有帮助()
    2018-06-14 13:13:55下载
    积分:1
  • en.CD00211314
    stm32用户说明书,可以帮助开发者快速建立上传完成后请等待几分钟到一个小时。(stm32 user manuaml NVIC_InitStructure.NVIC_IRQChannelPreemptionPriority = 2;)
    2020-06-24 15:40:02下载
    积分:1
  • Desktop
    給定一串陣列 依序排列大小 並且計算出總和 和找出最大值 屬於c++的基本練習題目(Given the size of the string array arranged sequentially and calculates the sum of the maximum values and identify the basic exercises belong c++ title)
    2015-06-04 19:52:39下载
    积分:1
  • 696518资源总数
  • 105895会员总数
  • 18今日下载