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

平面点集的delaunay剖分

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

  • VC.MATLAB
    说明:  VC和matlab的教程,好用,放心下载,希望对大家有帮助(VC, and matlab tutorial, easy to use, secure download, we want to help)
    2010-04-17 12:07:55下载
    积分:1
  • program
    Graphics Program using c & c++ Programming
    2013-10-07 15:08:30下载
    积分:1
  • salary_manage
    这款自己写的软件相当强大,但必须用sql2005版的版本,是不错的工资管理系统,还有设计报告,及源代码,软件工程导论,数据结构设计,vc++数据库设计都可以用这个(This very powerful write their own software, but must use sql2005 edition version is a good salary management system, as well as design report, and the source code, software engineering introduction, data structure design, vc++ database design can use this)
    2010-06-20 09:31:29下载
    积分:1
  • SECS程序安装
    提供SECS GEM 运行软件 广州金南瓜科技有限公司SECS GEM测试例子 选择一家好的高防服务提供商很重要 详细介绍SECS/GEM通讯规范和SECSII的消息介绍文档((A document about SECS/GEM))
    2019-06-29 23:29:58下载
    积分:1
  • s_M
    这是一个基于STC89C51的串行通行程序,可与主机进行通信(This is a common procedure based on serial STC89C51 can communicate with the host)
    2010-08-11 14:57:39下载
    积分:1
  • 3Dmen
    别人写的模仿3D游戏人物走路的功能,仅供学习使用,(Written by someone else imitate 3D game characters walk, only to learn to use,)
    2012-08-27 08:45:36下载
    积分:1
  • PSO
    matlab的PSO法实验报告完整版matlab experiments to catch up with the full version of the report(matlab experiments to catch up with the full version of the report)
    2009-05-03 23:23:39下载
    积分:1
  • BGA
    UCOS在LPC2378开发板里面的原版移植程序(UCOS in LPC2378 development board inside the original transplant procedure)
    2008-05-17 18:24:11下载
    积分:1
  • 2
    2008-08-28 22:44:52下载
    积分:1
  • 18B20
    是在战舰例程上做了一些修改,实现将采集到数据通过串口进行发送
    2022-01-24 13:05:57下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载