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

搜索资源列表

  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
    • 文件大小:407.7kb
    • 提供者:wuxuegang
  1. dbutils

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

    • 发布日期:2008-10-13
    • 文件大小:4.43kb
    • 提供者:中国
  1. FillPoly

    0下载:
  2. 这个程序主要是实现一个带孔的多边形的填充,采用了边表,新边表等概念,适合新手看一下。-this procedure is a major hole in a polygon filling, using a side table, side table new concepts suitable for newcomers to see.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:47.17kb
    • 提供者:yszhang
  1. FillPolygon

    2下载:
  2. 用C实现的多边形填充算法,该算法效率很高,经过实际应用-C realized polygon filling algorithm, which is highly effective, practical applications after
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.45kb
    • 提供者:
  1. 厉害的程序

    0下载:
  2. 图形学C语言实现多边形种子填充算法源代码能填充任意的图形-graphics C language seed polygon filling algorithm source code can be filled with arbitrary graphics
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:405.87kb
    • 提供者:高原
  1. 计算机图形实验代码

    1下载:
  2. 对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。-of computer graphics programming practice, including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon fillin
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:44.4kb
    • 提供者:数据库
  1. 02824418

    0下载:
  2. 多边形扫描转换 通过实现光栅图形学经典的多边形填充算法,深入理解光栅图形学的原理。-polygon scan conversion raster graphics through the realization of the classic polygon filling algorithm, raster graphics, in-depth understanding of the principle.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:10.36kb
    • 提供者:陆俊
  1. 多边形的填充程序

    0下载:
  2. 实现了绘画任意多变形,以及对多边形的填充,颜色选择。-achieve the arbitrary drawing more deformation, and the polygon filling, color choices.
  3. 所属分类:2D图形编程

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

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

    • 发布日期:2008-10-13
    • 文件大小:58.16kb
    • 提供者:
  1. 0327401100

    0下载:
  2. 多边形的填充,算法可用于任何多边形的填充,只需知道它们的定点坐标就行。使用OpenGl写code-Polygon fill algorithm can be used for any polygon filling, they know only the sentinel coordinates on the line. Use OpenGl write code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:53.01kb
    • 提供者:丁钱飞
  1. hueituchenxudaquan

    0下载:
  2. 程序的功能: 一、用两种不同算法(DDA法和中点法)画任意直线,输入方式有鼠标取点点法,和对话框输入直线端点法。直线颜色在画线前任意选取。 二、直线的属性控制。可以从对话框中任意输入线宽画直线。还有画虚线的功能,你可以输入虚线中实线部分的长度和空白间隔的长度来画虚线。 三、用两种算法(中点法和正负法)画任意圆。 四、画任意椭圆。画椭圆时限任意取两点确定一矩形,由该矩形确定椭圆的大小。 五、多边形填充。用鼠标取点画任意多边形,可选取任意颜色去填充多边形区域。 六
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.18mb
    • 提供者:wgz
  1. Thepackingofthepolygon

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

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

    0下载:
  2. 任意多边形的填充算法 扫描线发式 可能对初学者可能有些帮助!-arbitrary polygon filling algorithm scanning lines hair style may beginners may help!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.73kb
    • 提供者:静静
  1. PolyGon

    0下载:
  2. 通过实现光栅图形学经典的多边形填充算法,深入理解光栅图形学的原理。实现了逐点判断法、扫描线算法、边缘填充算法-Raster graphics by implementing the classical polygon filling algorithm, in-depth understanding of the principles of raster graphics. Judge realized point by point method, scan line algorithms, e
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1.78mb
    • 提供者:葛高飞
  1. Draw

    1下载:
  2. 计算机图形学实习编程Visual C++源代码,包括直线、圆、椭圆、矩形、多边形、填充、文字、裁剪-Computer graphics internship program Visual C++ source code, including a straight line, round, oval, rectangle, polygon, filling, text, cutting ......
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-12-25
    • 文件大小:3.69mb
    • 提供者:哈哈
  1. polygon

    0下载:
  2. 典型的多边形填充算法主要包括扫描线填充算法和轮廓标志域填充算法,适用于矢量多边形文件的填充算法为扫描线填充算法-Typical polygon filling algorithm includes scan line fill algorithm and contour filling algorithm signs domain, suitable for vector polygon filling algorithm to scan the file line filling algori
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:3.63kb
    • 提供者:徐晓亮
  1. FILLPOLY

    0下载:
  2. program to implement polygon filling algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:959byte
    • 提供者:AK
  1. polygon_filling.ps

    0下载:
  2. polygon filling algorithm
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-10
    • 文件大小:1.34mb
    • 提供者:bosbos
  1. clip-polygon

    0下载:
  2. 多边形填充 多边形填充 多边形填充 -Polygon Filling
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:889.79kb
    • 提供者:mujian
  1. The-polygon-filling-experiment

    0下载:
  2. 对多边形进行填充,对于不规则图形可以通过图像处理连通后再进行填充,从而准确提取运动目标并实时跟踪。-For filling to the polygon, to irregular graphics can be connected through the image processing again filled, and accurate extract the moving object and real-time tracking.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5.3mb
    • 提供者:飞天
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com