搜索资源列表
面积计算
- 可以计算三角形和多边形面积,需要要求顺时针输入多边形的点坐标来计算
计算多边形面积的代码(不论凸凹)
- 计算多边形面积的代码
area3D
- 一个计算3D空间多边形面积的小程序,笑纳-a calculation of 3D polygon area of small procedures, heart
calcu area for poly
- 任意多边形面积计算源代码-arbitrary polygon area of the source code
MultiSqureArea
- 计算多边形面积的算法-polygon area calculation algorithm
mypolygon
- 多边形常用算法模块 1. 判断多边形是否简单多边形2. 检查多边形顶点的凸凹性 3. 判断多边形是否凸多边形 4. 求多边形面积5. 判断多边形顶点的排列方向,方法一 6. 判断多边形顶点的排列方向,方法二 7. 射线法判断点是否在多边形内8. 判断点是否在凸多边形内-Does the polygon commonly used algorithm module 1. judgements polygons whether simple
apoly
- renyiduobianxing 任意多边形面积-It uses for calculating the area of any polygon.
面积量算
- 面积量算工具,用于高斯投影下的多边形面积量算,其中包括两种数学计算方法。-the area-measurement tool is used to measure a polygon s area in gauss projection.it includes two kinds of mathematical algorithm
PolyArea
- 用VC++编写的计算多边形面积的程序,比较简单,用户通过界面画图,系统自动计算多边形面积-VC prepared by the Polygon area calculation procedures are relatively simple, user interface drawing, the system automatically calculating polygon area
plyRgn(Add)
- 用"补充法"计算任意多边形面积. 点左键画多边形,右键结束-"add" arbitrary polygon area calculation. Left painting polygon points, right end
CalcArea
- 计算任意多边形面积,全Visual c++代码。-calculated arbitrary polygon area, the whole Visual c code.
geometry
- C++语言编写的几何学算法模板。包括几何学的10多种基本的操作。例如点生成直线,叉积运算,线段的拐向,任意多边形面积的计算,点的位置判断,线段相交判断,求凸包等等。-C++ Language template geometry algorithm. Including the geometry of more than 10 kinds of basic operation. For example, point to generate
testArea
- 一个求多边形面积的程序 也许会对某些人有用-Area of a polygon for the procedure may be useful to some people
Modified-gpc
- 开源多边形计算GPC的修改版,可以添加到VC工程中直接调用。该库功能:计算多边形面积,顶点查找,边查找,计算多边形之间的交、并、或、补等各种操作,对于数值、图形图像处理非常有用。-Open-source computing GPC polygon modified version, can be added to the VC works directly call. The library features: calculating
mianjideng
- C#编程 求多边形面积、周长、重心 大学课程设计成果,想要的-C# Programming for polygon area, perimeter, the focus of the University of curriculum design results, the desired
GetArea
- 一个球求多边形面积的VC++源码,求多边形的面积有梯形法和三角形法,本程序采用梯形法-Polygon area of a ball for the VC++ source code, and the area of polygons and triangle trapezoid method, trapezoidal method using the procedure
area
- 实现计算多边形面积的功能。第一行输入多边形的顶点数。第二行以后按照次序依次输入坐标点(如“2 3”,代表X 坐标和Y 坐标,中间加入空格区分)-To achieve the function of calculating the polygon area. Enter the first line of the polygon vertices. After the second line followed in the order o
vc
- 用vc实现求任意多边形面积,输入多边形点坐标,求连接各顶点所形成的多边形面积。-Vc seeking to achieve by arbitrary polygon area, enter the coordinates of polygon points, and formed by connecting all vertices of the polygon area.
Thesis
- polygon area。这是一个算法,包括多边形面积,点在多边形的判断和how long is too long等问题。-polygon area. This is an algorithm, including the polygon area, the judge in the polygon and how long is too long and so on.
Geometer
- 从c 的基础几何函数库翻译过来的 内容包括: ㈠ 点的基本运算 1. 平面上两点之间距离 2. 判断两点是否重合 3. 矢量叉乘 4. 矢量点乘 5. 判断点是否在线段上 6. 求一点饶某点旋转后的坐标 7. 求矢量夹角 ㈡ 线段及直线的基本运算 1. 点与线段的关系 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最