CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 多边形

搜索资源列表

  1. PointInPolygon

    1下载:
  2. 这是一个判断点是否在多边形内的很漂亮的算法。-This is a point to determine whether the polygon is very beautiful algorithms.
  3. 所属分类:Other windows programs

    • 发布日期:2016-02-07
    • 文件大小:922
    • 提供者:陈晓斌
  1. PtInPolygon

    0下载:
  2. 采用射线法判断给定点与多边形的关系,数据文件存储在Excel文件中,判断结果直接回写Excel文件。-Ray method used to determine the relationship between fixed-point and polygon data file is stored in the Excel document, write-back to judge the results of Excel files directly.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:83445
    • 提供者:ZLD
  1. Draw

    1下载:
  2. 基于Visual C++ 6.0开发系统,仿制Windows画图软件,实现如下功能: 1. 动态绘制文本、直线、矩形、圆(椭圆)、多边形等基本图形; 2. 可以改变图形的颜色、粗细、线型(实线、虚线、点划线等); 3. 可以实现图形的剪切、复制、粘贴、缩放(全部或指定区域)等基本编辑功能; 4. 基本的图形保存、打开、显示等功能;-Based on Visual C++ 6.0 development system, generic Windows drawing softwar
  3. 所属分类:Graph Drawing

    • 发布日期:2014-12-15
    • 文件大小:4000768
    • 提供者:李超
  1. exer2

    1下载:
  2. 多边形有效边表填充算法的实现,设计了活性边表、桶的数据结构,利用动态链表实现了填充算法。在VC6.0下实现。-Effective edge polygon fill algorithm implementation table, side table designed activity, the data structure barrels, the use of dynamic linked list implementation of the filling algorithm. At un
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1950161
    • 提供者:du
  1. liang-barsky

    0下载:
  2. Weiler-Atherton算法实现多边形裁剪-Weiler-Atherton polygon clipping algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:1248
    • 提供者:huang
  1. TestMinvexCore

    2下载:
  2. 求点集的最小凸包Graham算法。给定平面上的一个点集,找出一个最小点集顺次连结形成一个凸多边形,使得点集中的点皆在此多边形内或此多边形上,这个凸多边形就是给定点集的 二维凸包。-The smallest point set for convex hull algorithms Graham. Given a planar point set, find a link to the smallest sequence set to form a convex polygon, the po
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-12-20
    • 文件大小:39983
    • 提供者:soulkyo
  1. ScanLineFillAlgorithm

    0下载:
  2. 扫描线填充算法画多边形 说明: 可以是边相交的多边形-Scan Line Fill Algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:5086
    • 提供者:zhao_xinping
  1. image

    2下载:
  2. 对图像进行处理,直接在RGB图片上画直线,矩形,多边形,写字。-Image processing, including the pictures directly on the RGB lines, rectangles, polygons, write.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-11-09
    • 文件大小:13694
    • 提供者:sherryhxp
  1. PolygonFill

    0下载:
  2. 使用C++和OpenGL实现的多边形填充。 -The use of C++ and OpenGL Polygon Fill realize.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-26
    • 文件大小:9992
    • 提供者:dcj
  1. points

    0下载:
  2. 给出平面上一组顶点的坐标,计算出它们所围成的凸多边形的面积-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:187038
    • 提供者:wanshuizaoqi
  1. doublefox_petrel-poly

    0下载:
  2. 用于石油地质,可将双狐中的断层多边形转化为petrel可识别加载的Polygen-Used in petroleum geology can be double-fault of Fox polygon into identifiable petrel loaded Polygen
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1950
    • 提供者:cfw207
  1. 2

    0下载:
  2. openGL 编写的多边形应用程序,可以存储和调入多边形,能移动选择的多边形的位置-openGL polygon write applications that can be stored and transferred to polygons, the polygons can move the location of choice
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1132147
    • 提供者:mi
  1. Graphic

    0下载:
  2. 计算机图形学中用经典算法实现的绘图程序,包括直线生成、圆弧生成、线段裁剪、多边形裁剪等-Computer graphics with the classic algorithm of mapping procedures, including a straight-line generation, arc formation, line cutting, cutting, such as polygon
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-14
    • 文件大小:3733124
    • 提供者:逍遥飞
  1. tianchong

    0下载:
  2. 实现多边形区域扫描线填充的有序边表算法,并将实现的算法应用于任意多边形的填充,多边形的顶点可由键盘输入或鼠标拾取,填充要准确,不能多填也不能少填。 要求掌握边形区域扫描线填充的有序边表算法的基本原理和算法设计,画出算法实现的程序流程图,使用C或者VC++实现算法,并演示。 -Scan-line polygon fill the region to achieve the orderly side of the table algorithm, and the algorithm is a
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:1930702
    • 提供者:linym
  1. test

    1下载:
  2. 点在多边形内判断,思想:点的做射线与多边形的交点个数。-Point in polygon judge thought: point to do ray intersection and the number of polygons.
  3. 所属分类:Console

    • 发布日期:2016-02-07
    • 文件大小:1289
    • 提供者:青台
  1. Todeterminewhetherthepolygonpoints

    1下载:
  2. 利用射线法判断点是否在多边形内,算法的执行效率高-To determine whether the polygon points
  3. 所属分类:Special Effects

    • 发布日期:2016-02-07
    • 文件大小:2126
    • 提供者:shasha12345
  1. GetArea

    0下载:
  2. 一个球求多边形面积的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
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:40360
    • 提供者:Dogous
  1. polygonfill

    1下载:
  2. 晕线多边形填充,课堂实验题目,可以画多边形,也可以加载多边形文件-Halo line polygon fill, classroom test subject, you can draw polygons, you can also load the polygon file
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:13311
    • 提供者:朱军
  1. MyPolyStock

    2下载:
  2. 实现凸多边形排样,使用临界多边形NFP判断两个凸多边形是否相交,使用启发式算法提高效率-It s a good implement of convex polygon stock.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:727657
    • 提供者:陈露
  1. PolygonFill

    0下载:
  2. 实现多边形的种子及扫描线的填充算法,同时实现画圆 、直线的功能-To realize Polygon fill and Ellipse 、Line
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:66698
    • 提供者:wangshuhua
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com