搜索资源列表

  1. 图形学DDA算法画直线

    0下载:
  2. DDA算法画直线
  3. 所属分类:其它资源

    • 发布日期:2011-06-12
    • 文件大小:711
    • 提供者:w755472897
  1. EX602

    0下载:
  2. 计算机图形学:直线DDA算法2-Computer Graphics : linear DDA Algorithm 2
  3. 所属分类:图形图象

    • 发布日期:2024-05-23
    • 文件大小:67584
    • 提供者:乐振望
  1. DDA法画椭圆

    0下载:
  2. 画椭圆的方法有很多,这是其中一种,用DDA算法画的-oval paintings are lots of ways, this is one of those painted with the DDA Algorithm
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-23
    • 文件大小:28672
    • 提供者:李少
  1. DDA_Algorithm

    0下载:
  2. DDA算法:用于计算机图形学中的线段绘制算法-DDA algorithm : Computer Graphics for the segment Rendering Algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:月间
  1. dda&bres

    0下载:
  2. DDA算法和bresham算法画图,运用OPENGL的一个简单例子-DDA algorithm and bresham drawing algorithm, using the OpenGL a simple example
  3. 所属分类:OpenGL

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:
  1. lab_one

    0下载:
  2. 图形学的代码,使用系统提供的绘点函数,加上自己的算法。可以画出直线。包括DDA算法和breshenham算法,中心点画圆和8分画圆,提供种子填充算法,多边形画法。-graphics code, the use of the system provides painted point function, together with its own algorithm. Sense straight. DDA include algorit
  3. 所属分类:绘图程序

    • 发布日期:2024-05-23
    • 文件大小:58368
    • 提供者:黄显龙
  1. drawaline

    0下载:
  2. DDA算法画直线,虽然比较简单,但是我个人的第一个图形学程序,希望大家提出批评.-DDA algorithm painting line, although relatively simple, but personally I of a graphics procedures in the hope that we criticize.
  3. 所属分类:TreeView控件

    • 发布日期:2024-05-23
    • 文件大小:6463488
    • 提供者:赵遥
  1. DDA-line

    0下载:
  2. 自己用C语言编写的直线DDA算法。可以根据输入的坐标,在屏幕上画出直线。-own use C language prepared by the DDA linear algorithms. Can be imported under the coordinates on the screen paint line.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-23
    • 文件大小:28672
    • 提供者:ffff
  1. threeSamplesForOpenGL

    0下载:
  2. 第一个是分别用Bresenham和DDA算法画直线,第二个是画圆算法,第三个是cohen-sutherland算法的实现-respectively DDA Bresenham algorithm and line drawing, and the second is drawcircle algorithm, Cohen is the third-Algorithm of sutherland
  3. 所属分类:OpenGL

    • 发布日期:2024-05-23
    • 文件大小:211968
    • 提供者:邹文科
  1. DDABresenham

    0下载:
  2. 利用VB编制的直线的DDA算法和圆的Bresenham算法等程序.很好.-VB establishment of the DDA straight round of the algorithm and the Bresenham algorithm, and other procedures. Good.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:3072
    • 提供者:zhangwanglizhao
  1. 00_DDA_LINE

    0下载:
  2. 一个DDA算法画线的c程序,希望对初学者有些帮助,学习图形学都要学这个。-a line drawing algorithm c procedures in the hope that some help for beginners, students are learning the graphics.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:rosie
  1. 0102050202

    0下载:
  2. 计算机图形学设计,实现画线、画圆、画多边形,用DDA算法实现画线,用Bresenham 算法实现画圆。还有实现区域的填充和多边形的裁剪,填充用种子填充算法,多边形的裁剪用的是Sutherland_Hodgman算法!本程序只是实现这些算法,如要使用,还可以进行完善!谢谢!-computer graphics design, realization of line drawing, Circle, drawing polygons, DD
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:56320
    • 提供者:张建
  1. ImproveDDA

    0下载:
  2. 改进的DDA算法,不论方向输出像素点,即给出线段两端点,就得到唯一的线段像素值-improved algorithm, regardless of the direction of the output pixel, which is given segment ends, on the line is the only value of the pixel
  3. 所属分类:绘图程序

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:Jakewowy
  1. DDA

    0下载:
  2. dda算法 计算机图形学 直接运行 源程序 -dda algorithm for computer graphics source directly run
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:乐儿
  1. DDA

    0下载:
  2. DDA 算法 achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm -DDA algorithm achieve DDA line drawing algorithm, the Br
  3. 所属分类:OpenGL

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:
  1. DDA

    0下载:
  2. DDA算法的具体实现 在VC下实现 -DDA algorithm for concrete realization of the VC under
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-23
    • 文件大小:1238016
    • 提供者:tina
  1. DDA

    0下载:
  2. dda 计算机图形学 dda算法 java程序实现-dda Computer Graphics dda algorithm java program
  3. 所属分类:图形图象

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:zhang
  1. draw

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

    • 发布日期:2024-05-23
    • 文件大小:1932288
    • 提供者:张伟
  1. dda

    0下载:
  2. 利用OpenGL实现直线光栅化的DDA算法,还可以继续优化!-GOOD
  3. 所属分类:OpenGL

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:王建
  1. DDAMouseLine

    0下载:
  2. 计算机图形学 DDA算法 画圆 点击鼠标画圆-DDA Circle Algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:1931264
    • 提供者:叶紫
« 12 3 4 5 6 7 8 9 10 ... 28 »

源码中国 www.ymcn.org