搜索资源列表
三角网
- 构建三角网的VB程序,构建三角网的算法很多,这是逐点插入法,并在插入后进行外接圆检测,构成最有三角网-Triangulation algrithms for VB, it is Point Insertion algrithms, and detect the circumcircle after inserted, then make the best Triangulation.
job1
- 在vc++中用opengl实现三角行及三角形的外接圆和内切圆的生成.-the vc used opengl achieve Triangle Bank and the circle and triangle tangentially within the formation.
C++(Circle)
- 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的
外接圆和内切圆
- 关于绘制外接圆和内切圆的程序-circumscribed and inscribed circle of procedures
Nie_Wai_qie_yuan
- 实现了任意三角形内切圆、外接圆的计算公式。另外,采用了直线的反走样类绘图,消除了锯齿。-realized the arbitrary triangle inscribed circle, the circle of the formula. Furthermore, the introduction of a linear type of anti-aliasing graphics, removed the serrated.
circle_wyb
- (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2个构造函数:允许用1 个参数或2个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1´ r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角线长度的成员函数。 (4) 对于给定的实数r,先声明一个半径为r 的圆c1;然后声
Out
- 画外接圆的C++代码 //计算外接圆半径 //输入参数: // 三角形三点坐标(ddDot0,ddDot1,ddDot2) //输出参数 // 圆心坐标(ddCenter) // 圆心半径(dRad) //成功:返回值>0 //失败:返回值<=0
1223
- 在窗口中画一个旋转的风车,风车中有三个叶片,颜色分别为红,黄和蓝,叶片外侧有一个外接圆
几何问题
- 试用C++的类来定义表示简单平面几何对象的抽象数据类型Geometry。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0000。 (2) 实现2 个构造函数:允许用1个参数或2 个参数声明几何对象。用1 个参数r声明的 几何对象为半径为r 的圆;用2 个参数r1和r2 声明的几何对象为r1磖2 的矩形。所声明的几 何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角线长度的成员函数。 (4)
外接圆和内切圆
- 关于绘制外接圆和内切圆的程序-circumscribed and inscribed circle of procedures
triangle
- 对于给定的初始点集P,有多种三角网剖分方式,其中Delaunay三角网具有以下特征: 1、Delaunay三角网是唯一的; 2、三角网的外边界构成了点集P的凸多边形“外壳”; 3、没有任何点在三角形的外接圆内部,反之,如果一个三角网满足此条件,那么它就是Delaunay三角网。 4、如果将三角网中的每个三角形的最小角进行升序排列,则Delaunay三角网的排列得到的数值最大,从这个意义上讲,Delauna
三角网
- 构建三角网的VB程序,构建三角网的算法很多,这是逐点插入法,并在插入后进行外接圆检测,构成最有三角网-Triangulation algrithms for VB, it is Point Insertion algrithms, and detect the circumcircle after inserted, then make the best Triangulation.
job1
- 在vc++中用opengl实现三角行及三角形的外接圆和内切圆的生成.-the vc used opengl achieve Triangle Bank and the circle and triangle tangentially within the formation.
C++(Circle)
- 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的
Nie_Wai_qie_yuan
- 实现了任意三角形内切圆、外接圆的计算公式。另外,采用了直线的反走样类绘图,消除了锯齿。-realized the arbitrary triangle inscribed circle, the circle of the formula. Furthermore, the introduction of a linear type of anti-aliasing graphics, removed the serrated.
Out
- 画外接圆的C++代码 //计算外接圆半径 //输入参数: // 三角形三点坐标(ddDot0,ddDot1,ddDot2) //输出参数 // 圆心坐标(ddCenter) // 圆心半径(dRad) //成功:返回值>0 //失败:返回值<=0 -Painting circumcircle of C++ Code// calculating the circumcircle rad
1223
- 在窗口中画一个旋转的风车,风车中有三个叶片,颜色分别为红,黄和蓝,叶片外侧有一个外接圆-Painting in the window of a rotating windmill, windmill blades in three colors were red, yellow and blue, the outer leaves have a circumcircle
PolygonCentroidAndCenterAndCircle
- Windows窗体实现绘制多边形并实现计算多边形质心及中心,计算多边形最小外接圆的功能(Windows form to achieve polygon drawing and calculating the polygon centroid and center calculation of minimum circumscribed circle function)
等圆外接圆
- 求解圆的外接圆,提供一种新的思想,即用排列组合方式求解(For a solution circle)