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

搜索资源列表

  1. 多边形的填充

    1下载:
  2. 学习计算机图形学的学生必做的一个题目,本人自认做的比较完美,会对其他同学有点借鉴意义,实现橡皮颈画任意多边形,对其进行填充-study computer graphics students will do a topic, I do a self perfection, the other students would somewhat useful to achieve rubber neck painting arbitrary polygon, its filling
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:4.49kb
    • 提供者:kai
  1. 点与多边形包含

    0下载:
  2. 点与多边形 包 含的算法。文本文档,算法可靠新颖,非常好用,非常实用,完全用c语言实现,真是非常的好,可以用来教学(正是我要找的东西,哈哈..站长)-points and polygons included in the algorithm. Text documents novel algorithm reliable, very good, very practical, complete with c language, is really very good, can be used f
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:3.52kb
    • 提供者:王大
  1. 橡皮筋算法和多边形填充算法

    1下载:
  2. 计算机图形学中的橡皮筋算法和多边形填充算法,使用vc编写.-computer graphics algorithms and the rubber-band polygon filling algorithm, vc prepared.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:58.16kb
    • 提供者:
  1. 移动多边形

    0下载:
  2. 用vc+mapobjects开发的源代码,实现鼠标多边形的移动-with vc MapObjects development of the source code, mouse polygon mobile
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:62.24kb
    • 提供者:风疏竹
  1. 缩放多边形

    0下载:
  2. 用vc + mapobjects开发的源代码,用鼠标对多边形进行操作,实现了多边形的缩放功能。-with vc MapObjects development of the source code, using the mouse to operate polygons and achieve the polygon's zoom function.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:62.68kb
    • 提供者:风疏竹
  1. 多边形异或

    0下载:
  2. 用vc + mapobjects开发的源代码,用鼠标对多边形进行操作,实现了多边形的异或功能。-with vc MapObjects development of the source code, using the mouse to operate Polygon, the realization of a polygon or functional differences.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:62.85kb
    • 提供者:风疏竹
  1. 多边形相交计算

    1下载:
  2. 用vc + mapobjects开发的源代码,用鼠标对多边形进行操作,实现了多边形的相交计算功能。-with vc MapObjects development of the source code, using the mouse to operate polygons and achieve the intersection of polygons computing capabilities.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:63.19kb
    • 提供者:风疏竹
  1. 多边形计算

    1下载:
  2. 用vc + mapobjects开发的源代码,用鼠标对多边形进行操作,实现了多边形计算的功能。-with vc MapObjects development of the source code, using the mouse to operate polygons and achieve the polygon count function.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:70.81kb
    • 提供者:风疏竹
  1. 绘制多边形

    0下载:
  2. 本程序实现绘根据单击确定的点绘制多边形,一个很好的例子绝对值得收藏-this program click OK painted under the polygon drawing point, a very good example worthy collection
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:7.89kb
    • 提供者:邱波
  1. 通过鼠标点击画多边形的MFC界面

    1下载:
  2. 通过鼠标点击画多边形的MFC界面.每次鼠标左击时取得当前鼠标的位置,放到point类型数组中,直到点击了鼠标右键结束,Polygon drawing by mouse click in MFC enviroment. Every time when the mouse left-click to obtain the current mouse position, into an array of point type, click the right mouse button until th
  3. 所属分类:绘图程序

    • 发布日期:2016-01-25
    • 文件大小:2.85mb
    • 提供者:fairy
  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
    • 文件大小:3.82mb
    • 提供者:李超
  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
    • 文件大小:3.56mb
    • 提供者:逍遥飞
  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
    • 文件大小:1.84mb
    • 提供者:linym
  1. duobianxingcaijian

    0下载:
  2. 学习图形学时编制的多边形裁剪算法实例,希望对学习图形血的朋友们有所助益-Graphics prepared to learn when the polygon clipping algorithm for instance, want to learn graphic bloody helpful friends
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:69.05kb
    • 提供者:无名
  1. dbxtc

    0下载:
  2. 多边形填充扫描算法源码:对每一条扫描线都建立一个与它相交的多边形的活性边表-Polygon Fill-scan algorithm Source: for every one scanning lines intersecting a polygon with its active side of the table
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:1.07kb
    • 提供者:lnfslcc
  1. Drawing_Qiu

    0下载:
  2. 画图板基本功能实现直线,圆,多边形,填充等-Drawing Canvasers
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:9.07kb
    • 提供者:afdasdf
  1. ScanarithDemo

    0下载:
  2. 程序具有以下功能: 1、 采用鼠标输入顶点的方法确定待填充多边形; 2、 实现多边形扫描转换算法完成对该多边形的填充,包括实现边表与活跃边表的构造,要求完成使用自己学号的后四位数字对多边形内部进行填充。-Program has the following features: 1, using the mouse input method to determine the vertices to be filled polygons 2, polygon scan conversion
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:2.38mb
    • 提供者:Jack
  1. ComGraphic

    0下载:
  2. 基于Visual C++的多边形扫描转换算法实现(Implementation of polygon scan conversion algorithm)
  3. 所属分类:绘图程序

    • 发布日期:2018-01-05
    • 文件大小:2.4mb
    • 提供者:FORVER
  1. 案例7-多边形边缘填充算法

    1下载:
  2. MFC图形学 多边形边缘填充算法 直接用VC打开编译即可运行(MFC graphics polygon edge fill algorithm can be run directly by VC.)
  3. 所属分类:绘图程序

    • 发布日期:2018-05-01
    • 文件大小:418kb
    • 提供者:冯泽涛
  1. Vononoi

    16下载:
  2. ABAQUS中用来绘制二维泰森多边形的插件,可以方便快捷的绘制出晶粒(ABAQUS used to draw two-dimensional voronoi plug-in, can be convenient and fast draw the grain)
  3. 所属分类:绘图程序

    • 发布日期:2019-04-11
    • 文件大小:255kb
    • 提供者:似水Shiyz
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com