搜索资源列表

  1. console_graphic

    0下载:
  2. 用控制台程序(Console project)实现计算机图形学的基本图形,其中Bresenham为Bresenham算法画线的项目,输入起点和终点;dda为DDA算法画直线的项目,输入起点和终点;mid_point为中点画线法的项目,输入起点和终点;Bres_circle为根据Bresenham算法画圆,输入圆心点和半径; midpoint_circle为中点画圆法,包括填充,输入圆心点和半径;midpointEllipse为中点画
  3. 所属分类:绘图程序

    • 发布日期:2024-05-15
    • 文件大小:1744896
    • 提供者:李文
  1. bresenhamsuanfachengxu

    0下载:
  2. bresenham画线算法程序,运行环境windows xp TC2.0环境.-bresenham line drawing algorithm procedures, the environment windows xp TC environment.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:skywyj
  1. StudyGraph

    0下载:
  2. 一个VC写的绘图程序,演示了Bresenham算法生成直线、园,还有Bezier曲线生成。对学习图形学很有帮助-write a VC mapping procedures, demonstrated the Bresenham algorithm to create line, the landscape, There Bezier curve generation. Learning helpful graphics
  3. 所属分类:绘图程序

    • 发布日期:2024-05-15
    • 文件大小:36864
    • 提供者:freesurfing
  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-15
    • 文件大小:3072
    • 提供者:zhangwanglizhao
  1. 0_Bresenham_circle

    0下载:
  2. Bresenham_circle一个Bresenham算法画圆 的方法,希望对图形学课程学习的有所帮助-Bresenham_circle a Bresenham algorithm Circle method hope to learn the graphics help
  3. 所属分类:绘图程序

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

    0下载:
  2. 实现DDA直线生成算法、Bresenham直线生成算法、中点绘圆算法,以及多边形扫描线填充算法-achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:61440
    • 提供者:dangdang
  1. tuxingxueshiyan1

    0下载:
  2. 《计算机图形学》 实验一 基本图形的生成 实验目的: 1、编写直线的DDA和Bresenham算法的实现程序,验证算法的正确性。 2、编写圆的Bresenham算法或中点算法的实现程序,验证算法的正确性。 3、用多边形的扫描线填充算法对一多边形进行填充,验证算法的正确性。 4、使用Cohen-Sutherland算法裁减二维线段或使用Sutherland-Hodgman算法对多边形进行裁减,验证算法的正确性。
  3. 所属分类:绘图程序

    • 发布日期:2024-05-15
    • 文件大小:718848
    • 提供者:fisherman
  1. zhixiansangesyanfa

    0下载:
  2. Bresenham算法是计算机图形学领域使用最广泛的直线扫描转换算法。仍然假定直线斜率在0~1之间,该方法类似于中点法,由一个误差项符号决定下一个象素点。 -Bresenham algorithm is the field of computer graphics the most widely used linear scan conversion algorithm. Still assuming that the linea
  3. 所属分类:图形图像处理(光照,映射..)

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

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

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

    0下载:
  2. 代码实现了计算机图形学中画线算法(包括DDA,中点法,Bresenham)以及画圆算法(包括中点法,Bresenham)以及多边形的填充(包括边填充,种子填充,扫描填充)多边形的二维变换,多边形的裁减等功能.根据不同的控件进行选择,然后实现各算法.-code realized the computer graphics line drawing algorithm (including DDA, the midpoint method,
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:229376
    • 提供者:刘晴
  1. dujunli_337

    0下载:
  2. 想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;
  3. 所属分类:文件格式

    • 发布日期:2024-05-15
    • 文件大小:38912
    • 提供者:隋毅
  1. Bres_line

    0下载:
  2. Bresenham 画直线,用Bresenham算法画出直线,计算机图形学的基本要求。-Bresenham straight line drawing, using Bresenham algorithm to draw a straight line, the basic requirements of computer graphics.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:haizi
  1. Arithmatic

    0下载:
  2. 学习直线算法DDA与Bresenham算法的源程序-Linear learning algorithm of DDA and Bresenham algorithm source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:66560
    • 提供者:pritry
  1. Bresenham

    0下载:
  2. 使用Bresenham方法绘制直线和圆,可以作为计算机图形学的例子-The use of Bresenham straight line and circle drawing method can be used as examples of computer graphics
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-15
    • 文件大小:43008
    • 提供者:KIDXT
  1. breLine

    0下载:
  2. 直线的bresenham算法实现,通过鼠标交互确定线段的端点,适用于任意斜率-Bresenham line algorithm, through mouse interaction segment endpoint identified for arbitrary slope
  3. 所属分类:绘图程序

    • 发布日期:2024-05-15
    • 文件大小:38912
    • 提供者:zz
  1. drawline

    0下载:
  2. 通过数值微分法,中点画线法,Bresenham法画任意斜率直线-By numerical differentiation, medium stipple line method, Bresenham law slope of a straight line drawn arbitrarily
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-15
    • 文件大小:49152
    • 提供者:陈良
  1. ddanew1

    0下载:
  2. 实现三种画线方法及画圆,DDA画线,中点画线,BRESENHAM画线法,可画任意直线及圆弧和圆-Draw a line to achieve the three methods and drawcircle, DDA painting line, in line stipple, BRESENHAM Line Act, may be painting a straight line and arc and arbitrary round
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-15
    • 文件大小:1936384
    • 提供者:yanzi
  1. drawLine

    0下载:
  2. 计算机图形学 bresenham 画直线 任意斜率-Computer Graphics Bresenham drawing a straight line of arbitrary slope
  3. 所属分类:绘图程序

    • 发布日期:2024-05-15
    • 文件大小:2099200
    • 提供者:sfdlkwqe
  1. drawCircle

    0下载:
  2. 计算机图形学 画圆算法 bresenham-Computer Graphics drawcircle Bresenham algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-05-15
    • 文件大小:1895424
    • 提供者:sfdlkwqe
  1. Bresenham

    0下载:
  2. Bresenham画直线线算法与画圆算法实现-Bresenham straight line drawing algorithm and algorithm drawcircle
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-15
    • 文件大小:48128
    • 提供者:Kword
« 1 2 3 4 5 6 78 9 10 11 12 ... 49 »

源码中国 www.ymcn.org