搜索资源列表

  1. 2006010511

    1下载:
  2. dda、bresenham 画直线 ,bresenham 画圆 ,填充算法,几何变换(平移、缩放、旋转等), 小型绘图软件(用鼠标绘制直线、矩形、多边形、圆、填充、平移)-dda, bresenham painting straight bresenham Circle, filling algorithm, Geometric Transformations (translation, scaling, rotating, etc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:740998
    • 提供者:唐伟
  1. DDA&Bresenham

    0下载:
  2. DDA,Bresenham算法来实现画圆,画直线,画椭圆。-DDA, the Bresenham algorithm to achieve Circle, linear paintings, painted oval.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:248490
    • 提供者:李冰海
  1. Ellipticalscanningconversionandachieve

    0下载:
  2. 中点Bresenham画圆算法扫描转换的基本原理,用C语言编程实现这个算法。本算法只讨论圆心位于坐标原点的圆。-midpoint Bresenham algorithm scan conversion Circle to the basic principles C language programming algorithm to achieve this. The algorithm is discussed only at the
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:6985
    • 提供者:管声俊
  1. 0372244

    0下载:
  2. 中点画圆,bresenham画圆,中点画线,bresenham画仙,-midpoint Circle, bresenham Circle, Stipples line bresenham painting cents
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:78707
    • 提供者:许斌
  1. 58941

    0下载:
  2. 中点画圆,直线,bresenham画圆以及直线-midpoint Circle, Line, Circle and straight bresenham
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:12007
    • 提供者:徐琼霞
  1. Bresenham

    1下载:
  2. Bresenham画直线线算法与画圆算法实现
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:48700
    • 提供者:Kword
  1. Project1

    0下载:
  2. 用c++ builder实现bresenham 画圆算法
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8878
    • 提供者:李宋清
  1. 3qwes

    0下载:
  2. 用Bresenham画圆算法绘制椭圆-with Bresenham algorithm mapping Circle Oval
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:28082
    • 提供者:几米
  1. DrawGraph

    1下载:
  2. 计算机图形学的上机:bresenham画线算法,bresenham画圆,拾取算法,种子填充算法-computer graphics programs: bresenham drawing line algorithm,bresenham circle algorithm,etc.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:72399
    • 提供者:小分
  1. drawcircle

    0下载:
  2. Bresenham画圆算法,利用圆的对称性,同时在四个方向画点-Bresenham circle algorithm, the use of circular symmetry, the direction of painting at the same time point in four
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:258048
    • 提供者:jia
  1. draw

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

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

    0下载:
  2. 主要是各种算法思想及程序,包括:直线的DDA画线、中点画线、Bresenham画线算法;中点画圆、Bresenham画圆、中点画椭圆算法;有序边表填充、种子填充、圆和椭圆的填充、图案填充算法;线型和线宽处理;Cohen-Sutherland裁剪算法、中点分割裁剪算法、Liang-Barsky裁剪算法、多边形逐边裁剪算法-AppWizard has created this Draw application for you. This
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:2285568
    • 提供者:文网文
  1. Line-circle

    0下载:
  2. C++实现计算机图形学算法,绘制线(数值微分法、中点画线法、Bresenham法),绘制圆(圆心半径画圆、中心点画圆算法)-C++ realization of computer graphics algorithms, rendering line (numerical differential method, the stipple method of lines, Bresenham method), draw the circl
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-22
    • 文件大小:50176
    • 提供者:钟哲
  1. draw(vc)

    1下载:
  2. VC6.0实现画图功能,包括基本图形:直线(数值微分法、中点画线法,Bresenham画线算法),圆与椭圆(中点画圆法、Bresenham画圆算法、椭圆生成算法),区域填充(边填充算法、种子填充算法、圆与椭圆的填充、图案填充),裁剪、线宽与线型的处理。还有简单的图形变换,以及简单曲线和曲面的实现-VC6.0 implement drawing functions, including basic graphics: linear (nu
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:29973504
    • 提供者:鈞天下
  1. opengl

    0下载:
  2. 使用OpenGL实现DDA、中点画线法、Bresenham算法绘制;中点画圆法、Bresenham画圆算法;多边形扫描线转换算法;多边形裁剪--逐边裁剪法等计算机图形学基本算法。-Use OpenGL, DDA, the dotted line method, Bresenham algorithm to draw midpoint drawcircle, Bresenham circle algorithm polygon sca
  3. 所属分类:OpenGL

    • 发布日期:2024-05-22
    • 文件大小:4977664
    • 提供者:
  1. compiled-graphical-clock

    0下载:
  2. 汇编语言编写的图形化时钟,采用了Bresenham算法画圆-Graphical assembly language clock, using the Bresenham circle algorithm
  3. 所属分类:汇编语言

    • 发布日期:2024-05-22
    • 文件大小:9216
    • 提供者:李明
  1. Bresenham

    0下载:
  2. Bresenham画圆算法,采取圆的8个对称点画圆,增添鼠标控制事件-On Bresenham algorithm, take a round of eight symmetrical point circle, adding mouse control events
  3. 所属分类:OpenGL

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:张博
  1. Bresenham-Line-Drawing

    0下载:
  2. 计算机图形学中Bresenham画圆和画线的C++代码,用于VGA等图形显示。Bresenham本人仍在为IBM工作。-Bresenham is a pretty smart cookie (note the use of the word is , last I heard he was still working for IBM). This file contains the algorithms he deve
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-22
    • 文件大小:11264
    • 提供者:w
  1. opengl画圆和直线

    0下载:
  2. c++,使用OpenGL库,运用bresenham 算法进行画圆和画直线的操作并显示(The use of Bresenham algorithm for circle and draw a straight line operation and display.USE c++ AND OPENGL)
  3. 所属分类:OpenGL

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:夕饮冰
  1. ComputerGraphicsexci3

    0下载:
  2. 用Bresenham算法和中点算法画圆和椭圆(Using the Bresenham algorithm and the midpoint algorithm of circle and ellipse)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:33792
    • 提供者:xiaomenghui
« 1 2 34 5 6 7 8 9 10 »

源码中国 www.ymcn.org