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

搜索资源列表

  1. PolygonCut

    1下载:
  2. 用weiler-atherton算法完成图形的多边形裁剪。-The Polygon is clipped using weiler-atherton algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:62680
    • 提供者:wxn
  1. 1123

    0下载:
  2. 适合在计算机开发图形界面,特别是熟练的高手-the painted line, drawn polygon, circle, parabola painting realize the function
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-13
    • 文件大小:20499559
    • 提供者:小河
  1. geometry

    0下载:
  2. 判断点是否在多边形内,点是否在有向线段的左边,点是否在圆内,两点是否相交-To determine point-in-polygon, the point of whether there is to the left of line segment, point-in-circle or two whether the intersection
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:685
    • 提供者:向日葵
  1. 09021095

    0下载:
  2. opengl 多边形裁剪 三维视图 填充 画线 整合小插件-opengl polygon clipping drawing a line filled with three-dimensional view of a small plug-in integration
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:4076665
    • 提供者:陈建
  1. convexpolygon

    1下载:
  2. 输入N个点的坐标,判断这N个点能否构成一个凸多边形-Enter the coordinates of N points, N points to determine whether this constitutes a convex polygon
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:100723
    • 提供者:lela900
  1. POLYGON

    0下载:
  2. Funcion recursiva que permite dibujar poligonos en c++. Esta hehco con SDL para la libreria grafica
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2368201
    • 提供者:Matias
  1. Seed_FillGraph

    0下载:
  2. 利用“橡皮筋”画线画出任意的多边形,然后根据四连通的区域填充算法,将其填充完整 画线:用鼠标左键在屏幕上单击一点,然后拖动鼠标到你想要到的位置再单击,以此类推,最后一点双击,将其与第一点连接起来形成一个封闭的多边形。 选取种子填充:用鼠标右键点击获取种子点,然后进行填充; 颜色:调取系统自带的调色板选取要填充的颜色 -Use of "rubber band" drawing a line to draw an arbitrary polygon, and then 4-conne
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1594941
    • 提供者:程元森
  1. jsjh

    0下载:
  2. ㈠ 点的基本运算 ㈡ 线段及直线的基本运算 ㈢ 多边形常用算法模块 ㈣ 圆的基本运算 矩形的基本运算 -Ii i point the basic operations of basic arithmetic straight line segment and polygon commonly used algorithm module iii iv rounded rectangular basic operations basic operations
  3. 所属分类:Fractal program

    • 发布日期:2017-04-17
    • 文件大小:13179
    • 提供者:凡小川
  1. Seed_FillGraph12

    0下载:
  2. 该程序可点击画任意多边形,最后双击形成。右键进行填充。可选择填充颜色。-The program can click on any polygon drawing and finally double-click the form. Right to fill. Optional fill color.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1597767
    • 提供者:程元森
  1. apointandgiven

    0下载:
  2. 如何判断一个点与多边形的关系,的c语言实现过程-How to determine the relationship between a point and polygon
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:34856
    • 提供者:吴金刚
  1. poligono

    0下载:
  2. Using dinamic memory draw an polygon.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:831
    • 提供者:jopa001
  1. writepolygonarea

    1下载:
  2. cad作图的一种简便方法,将多边形的面积写进图层和数据文件,方便识图。-cad mapping of a simple method, the area included in the polygon layer and data files to facilitate the knowledge map.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:1806
    • 提供者:xia
  1. 1000

    0下载:
  2. 学习java时所做实验的全部代码,包括applet和用户应用程序。程序代码有画图形的,(五角星,多边形,圆等等)有求最大公约数,最小公倍数的,还有很多其他的-Experimental study made when all the java code, including the applet and the user applications. Picture in graphics code, (five-pointed star, polygon, circle, etc.) are se
  3. 所属分类:JavaScript

    • 发布日期:2017-06-21
    • 文件大小:36931685
    • 提供者:高燕
  1. EXTENDS

    0下载:
  2. C++入门实例,对继承与组合的初步应用。可以让用户选择在指定位置打印出不同的图形,如正立等腰三角形,倒立等腰三角形,矩形,正方形、菱形和多边形。图形由随机选择的*或者#组成。 请为每种图形设计一个类,这些类之间的关系可能是继承或者组合。  每个类需要能保存该图形对象的参数,改变参数的方法以及在屏幕上用字符打印该图形的方法。  程序根据用户的选择产生一个新图形的对象,为该对象设置参数并打印。 -C++ Getting Started ex
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5372
    • 提供者:周子
  1. Rotate

    0下载:
  2. 三维空间多边形绕某条直线旋转,直线可定义两个端点的坐标-Three-dimensional polygon around the rotation of a straight line, straight line defines the coordinates of two endpoints
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-10
    • 文件大小:17203845
    • 提供者:Nigel
  1. DrawSys

    0下载:
  2. VC一个经典且实用的画图程序。可以实画圆,直线,多边形,曲线,写文本,随机线,清空裁剪等功能。挺好的。-VC drawing of a classic and practical procedures. Can really draw a circle, line, polygon, curve, write text, random lines, clear cutting and other functions. Fine.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:217380
    • 提供者:chen chen
  1. shift

    2下载:
  2. 直线偏移代码,已知多边形顶点坐标,可以将多边形各边沿其法线方向平移距离然后得到新的多边形顶点。-Linear shift code, known polygon vertex coordinates, can be the edge of the polygon shift its normal direction and then get a new polygon from the vertex.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:762
    • 提供者:cherishkf
  1. area

    1下载:
  2. 计算凸包面积,点集Q的凸包是指一个最小凸多边形,满足Q中的点或者在多边形边上或者在其内。-Calculate convex hull area。The convex hull of point set Q is a minimum convex polygon, to meet the Q of the point or polygon or in its inside edge
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:791
    • 提供者:秦稼轩
  1. CollisionDetection

    0下载:
  2. 2D游戏凸多边形碰撞检测,分离轴定理算法源码-2D Games convex polygon collision detection algorithm for source separation axis theorem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:19979
    • 提供者:Peter
  1. All

    1下载:
  2. 点在多边形内外的自动判断小程序,简单但是使用-Point in polygon automatically determine within and outside the applet, simple but with
  3. 所属分类:Other windows programs

    • 发布日期:2016-02-07
    • 文件大小:72489
    • 提供者:韩帅
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com