搜索资源列表

  1. tuxingxueshiyan1

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

    • 发布日期:2008-10-13
    • 文件大小:44947
    • 提供者:fisherman
  1. 001MidCircle

    0下载:
  2. 中点画圆算法,计算机图形学试验,图形交互技术-midpoint drawcircle algorithm, computer graphics test, interactive graphics technology
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:797
    • 提供者: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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:845
    • 提供者:李倩
  1. zhongdianhuaxian

    0下载:
  2. 中点划线 中点划线 -crossed the midpoint midpoint crossed crossed t he midpoint midpoint midpoint crossed crossed the midpoint line
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:30794
    • 提供者:xiaofeng
  1. zhongdian

    0下载:
  2. 中点法画直线,输入起点与终点的坐标后,可画出任意种情况的直线-Midpoint painting line, starting with the input of the coordinates of the end, after the paint kinds of arbitrary line
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1654
    • 提供者:杨秀芳
  1. DrawPaintCode

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

    • 发布日期:2008-10-13
    • 文件大小:229613
    • 提供者:刘晴
  1. zhongdianhuayuan

    0下载:
  2. 一个采用中点画圆法生成的程序-using the midpoint of a generation of Circle Act procedures
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:44396
    • 提供者:阿闲
  1. 中点Bresenham画直线算法

    0下载:
  2. 中点Bresenham画直线算法-midpoint Bresenham algorithm for drawing straight lines
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:788
    • 提供者:刘强
  1. DrawPoint

    0下载:
  2. 输入一组坐标后,程序可以在对话框中将该坐标对应的点画出来,如过坐标值过大,程序将自动调节映射模式-importation of a set of coordinates, the procedures in this dialog coordinates corresponding to the Midpoint, and as their coordinates excessive, procedures will be automa
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:30805
    • 提供者:王立波
  1. cournia_terrain-20020422

    0下载:
  2. 这个源码包含几个地形生成算法,heightmap方法,midpoint和fault方法。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:43594
    • 提供者:*师
  1. DrawArch

    0下载:
  2. 该程序实现的是,用Bresenham算法实现画圆,用Midpoint算法实现画椭圆
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:13851
    • 提供者:刘提
  1. DrawLine

    0下载:
  2. 用bresenham,dda,midpoint三种算法实现画直线,鼠标可在屏幕上取点画直线
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:18044
    • 提供者:刘提
  1. 40MapX

    0下载:
  2. mapx中点的移动 mapx中点的移动-MapX Mobile midpoint of th e MapX Mobil e midpoint of th e MapX Mobile
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2258423
    • 提供者:滕栖
  1. MidpointCircle

    0下载:
  2. 利用C语言编的中点画圆法画同心圆-use of the C language midpoint Circle series paintings concentric circles
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:910
    • 提供者:
  1. 500927318

    0下载:
  2. 1. 实现了 DAA画线法画直线 (必做) (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (必做) (2) 二维区域填充(四向种子填充颜色算法) (选作) (3) 直线裁减(任选一种) (必做) (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)(必做)-1. To achieve the DAA painting painting straight line method (regimen) (a) M
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:81938
    • 提供者:丽丽
  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
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:987
    • 提供者:minglus
  1. 图形基础

    0下载:
  2. 中点画线法,中点画圆法,DDA画线法,Bresenham画线法,Bresenham画圆法-were dotted line, the midpoint Circle, DDA line drawing, Bresenham line drawing, Bresenham Circle France
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:4932
    • 提供者:波波
  1. zhongdianyuansuanfa

    0下载:
  2. 图形学中点圆算法实现-graphics midpoint algorithm Yuan
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:797
    • 提供者:cjlz
  1. DrawCircleEllipse

    0下载:
  2. (计算机图形学)用Bresenham实现画圆的算法,用MidPoint实现画椭圆的算法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:17150
    • 提供者:Zhong
  1. MIDPOINT

    0下载:
  2. 通过中点判定算法,绘制指定端点的直线,用来测试tuborC的图形编程
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1675
    • 提供者:xu
« 1 2 3 4 5 67 8 9 10 11 ... 31 »

源码中国 www.ymcn.org