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

搜索资源列表

  1. 画多边形.rar

    0下载:
  2. 所属分类:图形图象

    • 发布日期:
    • 文件大小:29531
    • 提供者:
  1. 画多边形

    0下载:
  2. 是图形学中经典的活动边表的算法,老师评价破高的-Graphics is the classic side table algorithm, the teacher evaluation breaking high
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:9882
    • 提供者:吕航
  1. 图行算法

    0下载:
  2. 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理-download the original code, the computer graphics programming practice, including painting line, anti-aliasing straight Circle, pai
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:417483
    • 提供者:wuxuegang
  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
    • 文件大小:4602
    • 提供者:kai
  1. 几何图形的画法

    0下载:
  2. 计算机图形学,画圆,画直线,画多边形,填充.-computer graphics, Circle, painting line, polygon drawing, filling.
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:96221
    • 提供者:聪聪
  1. 多边形填充程序

    1下载:
  2. 这是计算机图象学中多边形填充程序,可以按照随机在文挡中点击鼠标自动会画出多边形并动态的进行填充-This is the computer graphics were filled polygon procedures, according to random text block automatically click of a mouse which will draw polygons and dynamic for filling
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:90240
    • 提供者:郑英
  1. 多边形裁剪程序

    1下载:
  2. 这是图形学中的多边形裁剪程序,可以在文档中画出一个区域,在用鼠标点击画出多边形的几个顶点,这时多边形就会按照原来画出的区域进行裁剪-this is the polygon graphics cutting procedures, the documents paint a regional, using mouse clicks draw polygons several vertex, then according to the original polygon will be the hea
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:48817
    • 提供者:郑英
  1. tuxingbianxing

    0下载:
  2. 本程序是一个简单的计算机图形学的课件程序,程序使用了OPENGL图形类库来设计的,实现的功能是画多边形,填充多边形颜色,同时还可以对图形变形,比如扩大缩小翻转等.-this procedure is a simple computer graphics courseware procedures, the procedures for the use of OpenGL graphics library to design and realize the function of drawing
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:33941
    • 提供者:许见
  1. Thepackingofthepolygon

    0下载:
  2. 多边形的填充,在VB平台上开发,属于图形学内容,实现画多边形并进行填充-polygon filling, in VB platform development, graphics content belongs to achieve paintings and filled polygon
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:4331
    • 提供者:张敬
  1. gisdraw_tracer

    0下载:
  2. 一个相当不错的绘图程序,包括了基本的画线,画面,画多边形的功能以及拖动,移动,编辑,打印等,更可贵的是该程序在实现拖动时有效避免了闪屏问题,值得学习-a pretty good drawing program, including the basic line drawing, face painting and polygon functions, and drag mobile, edit, print, more valuable is the process in achieving e
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:100615
    • 提供者:zpp
  1. lzt

    0下载:
  2. 图形学基本算法的实现,包括画线、画多边形,变换,裁减-graphics basic algorithm implementation, including line drawing, painting polygons, transformation, reduction, etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:119992
    • 提供者:lzt
  1. liujunpeng03081528

    0下载:
  2. 实验内容: 1 实现扫描转换多边形的算法填充多边形。 实现内容: 1, 可以画任意多边形。 2, 三角形也是通过扫描转换多边形的算法实现。 具体实现: 画多边形用moveto(),lineto(),两个函数实现画没一条边。 构造ET表,AEL表,通过这两个表填充多边形。 画图步骤: 1. 取顶点:用n记录顶点个数,按下鼠标开始取点,第二次按下取得第二个顶点,第i次按下取得第i 个顶点。取得的顶点放到Verex[]中。 2. 画多边形:按下菜单按钮----多
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:51309
    • 提供者:god
  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-24
    • 文件大小:2987008
    • 提供者:fairy
  1. draw.rar

    0下载:
  2. Bresenham算法生成直线,中点算法生成直线,DDA算法生成直线,中点画圆,Bresenham画圆,中点画椭圆,画多边形,多边形填充,the detail information is above
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1932080
    • 提供者:张伟
  1. ScanLineFillAlgorithm

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

    • 发布日期:2017-03-27
    • 文件大小:5086
    • 提供者:zhao_xinping
  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. 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. MIx

    0下载:
  2. 包含几种不同绘图方法:中点画线,Bresenham画线,画多边形,小球动画-Contains a number of different mapping methods: in the line stipple, Bresenham line drawing, polygon drawing, animation ball
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:2018371
    • 提供者:董欣
  1. duobianxing 画多边形

    1下载:
  2. opengl 的第二个实验 画多边形 虽然简单 入门好用-Although the the opengl experimental polygon drawing entry easy to use
  3. 所属分类:OpenGL

    • 发布日期:2012-11-17
    • 文件大小:211090
    • 提供者:营业员
  1. 多边形(合)

    0下载:
  2. 画多边形,梯形,对话框输入宽高宽画四边形,输入上宽下宽高画梯形,可倒四边圆角量,也有多边形选择,输入边数,如5边,然后输入边长画出多边形(Draw a polygon, trapezoidal, wide width of the dialog box enter the picture input quadrilateral, width width and height can be inverted trapezoid drawing, four have rounded, polygon
  3. 所属分类:CAD

    • 发布日期:2017-12-30
    • 文件大小:14336
    • 提供者:ll13416725557
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com