搜索资源列表

  1. 图形圆的生成算法

    0下载:
  2. 斜率为0~1和大于1的Bresenham画线程序,将该算法程序扩展到任一八分圆坐标空间图,从而形成一般的Bresenham画线算法。-slope of 0 to 1 and more than a line drawing of Bresenham procedures, the extension of this algorithm, arrived on January 8 pm Yuan map coordinates space
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:899
    • 提供者:成龙
  1. 图形学直线的生成算法

    0下载:
  2. 圆心在原点,半径为R的第一个4分圆的Bresenham画圆算法程序,将该算法程序推广到任一四分圆,从而形成一般的Bresenham画圆算法。并利用Bresenham画圆算法画出一个圆心在点(xc,yc), 半径为R, 圆周颜色为color的圆-Center in the basics of radius R for the first four hours round the Bresenham algorithm Circle pro
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:878
    • 提供者:成龙
  1. 图形学实验kkk

    0下载:
  2. 关于图形学中的Bresenham画线算法,中点画圆算法的实现,以及五边形,六边形,七边形填充。-graphics on the Bresenham line drawing algorithm, the midpoint of the algorithm to achieve Circle, and pentagons, hexagons, heptagon filled.
  3. 所属分类:图形图象

    • 发布日期:2024-05-22
    • 文件大小:915456
    • 提供者:梁清
  1. Bresenham

    0下载:
  2. 计算机图形学Bresenham算法实现画1/8圆,使用C语言编写-computer graphics Bresenham algorithm paintings 1/8 round, the use of C language
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:7168
    • 提供者:symlenovo
  1. TuXingXueZongHeShiXi

    0下载:
  2. 这是我图形学的综合实习程序,里面实现直线的dda算法,中点Bresenham算法,改进Bresenham算法的绘图,椭圆的中点Bresenham算法,圆的八分画圆结合中点Bresemham算法的绘制,并包含了图形的翻转,平移,对称,比例变换,内有说明文档-integrated graphics attachment procedures, straight line inside the dda algorithm, the midpo
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-22
    • 文件大小:10240
    • 提供者:4587
  1. Line_Circle_Ellipse

    0下载:
  2. 简单的Bresenham_Circle(画圆)Bresenham_Line(直线) MidpointEllipse(椭圆) 三个基本图形的实现算法-simple Bresenham_Circle (Circle) Bresenham_Lin e (linear) MidpointEllipse (oval) three basic graphics algorithm
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:efeffeef
  1. zdhy

    0下载:
  2. 用Bresenham算法画圆,使用打点函数实现上述功能-with Bresenham algorithm Circle, which was used to achieve the above function function
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:朽木银
  1. yangke

    0下载:
  2. 这个是我计算机图形学的实验的源代码, 包括中点画线 画圆,Bresenham 画线 画圆, 种子扫描填充区域, 三角形图形基本3种变换,附 实验报告-this my computer graphics of the source code, including Midpoint Circle Line, Circle Bresenham line drawing, scanning seed filling regional t
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:168960
    • 提供者:杨科
  1. console_graphic

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

    • 发布日期:2024-05-22
    • 文件大小:1744896
    • 提供者:李文
  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-22
    • 文件大小:1024
    • 提供者:rosie
  1. tuxingxueshiyan1

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

    • 发布日期:2024-05-22
    • 文件大小:718848
    • 提供者:fisherman
  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-22
    • 文件大小:229376
    • 提供者:刘晴
  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-22
    • 文件大小:1936384
    • 提供者:yanzi
  1. Bresenham

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

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

    0下载:
  2. 计算机图形学 此系统由本人独自开发; CGraph类中是画图函数; 画直线: DDA算法 中点Bresenham算法 改进的Bresenham算法 画圆: 中点Bresenham算法 画椭圆: 中点Bresenham算法-Computer graphics system developed by me alone CGraph class is drawing
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-22
    • 文件大小:1991680
    • 提供者:
  1. dda_line2007

    0下载:
  2. DAA画线,这个是我计算机图形学的实验的源代码, 包括中点画线 画圆,Bresenham 画线 画圆, 种子扫描填充区域, 三角形图形基本3种变换-DAA painting lines, this is my experimental computer graphics source code, including stipple line drawcircle, Bresenham Line drawcircle, seed fill
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-22
    • 文件大小:1154048
    • 提供者:
  1. bresenhamCircle

    0下载:
  2. bresenham算法的画圆程序,很简单的一个程序,希望对大家有用,-Bresenham algorithm drawcircle procedure, a procedure is very simple, I hope all of you useful,
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:周彦
  1. zsb02_10_20

    0下载:
  2. 1.实现DDA、Bresenham 直线生成算法。 2.实现Bresenham 画圆法或中点画圆法。 3.实现Bresenham 或中点法椭圆生成算法。 4.利用1、2、3 实现的直线、圆、椭圆图形生成函数进行图形绘制。 -err
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:3682304
    • 提供者:溺所至
  1. ComputerGraphics

    0下载:
  2. 图形学中简单图形的生成。画线,画圆,画椭圆。DDA,Bresenham,中点算法。-Simple graphics to generate graphics. Painting line, circle, oval painting. DDA, Bresenham, the mid-point algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:73728
    • 提供者:budget
  1. gy1

    0下载:
  2. 在VS2008中MFC应用程序中 主要实现直线,矩形,椭圆,自由线的绘制(不能重绘) 以及图形颜色的填充 以及Bresenham画圆-MFC in VS2008 application in the main straight, rectangular, oval, the Liberal line drawing (not redraw), as well as color graphics and filled Bres
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:20445184
    • 提供者:guoyu
« 1 2 3 45 6 7 8 9 10 11 »

源码中国 www.ymcn.org