搜索资源列表

  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. tuxingxueshiyan1

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

    • 发布日期:2008-10-13
    • 文件大小:44947
    • 提供者:fisherman
  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. draw

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

    • 发布日期:2008-10-13
    • 文件大小:1991687
    • 提供者:yth796
  1. 汇编奥运五环

    0下载:
  2. 汇编实现的奥运五环,采用了中点Bresenham算法即八分法画圆,来实现-compilation achieve the Olympic rings, using the midpoint of the Bresenham algorithm that interval law Circle to achieve
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:俞薛永
  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-19
    • 文件大小:10240
    • 提供者:4587
  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/图象编程

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:管声俊
  1. tuxingxueshiyan1

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

    • 发布日期:2024-05-19
    • 文件大小: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-19
    • 文件大小:229376
    • 提供者:刘晴
  1. draw

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

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

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

    • 发布日期:2024-05-19
    • 文件大小: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-19
    • 文件大小:73728
    • 提供者:budget
  1. Graphic

    0下载:
  2. 直线dda算法,直线bresenham算法,圆的中点算法,圆的bresenham算法,椭圆重点算法的java演示-Linear dda algorithm, Bresenham line algorithm, circle the mid-point algorithm, Bresenham algorithm for circle, oval key algorithm java demo
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:26624
    • 提供者:linyi
  1. Graphics

    0下载:
  2. 作为图形图像课程的设计,内容有椭圆中点(Bresenham算法),圆中点(Bresenham算法),直线中点Bresenham算法,画椭圆,画多边形(5边),画折线(6个点)。运行在VC6.0下用MFC-As a graphic image curriculum design, content elliptical midpoint (Bresenham algorithm), round the mid-point (Bresenha
  3. 所属分类:绘图程序

    • 发布日期:2024-05-19
    • 文件大小:3765248
    • 提供者:wangkafeng
  1. bresenham

    0下载:
  2. 1.实验目的: 理解基本图形元素光栅化的基本原理,掌握一种基本图形元素光栅化算法,利用OpenGL实现直线光栅化的DDA算法。 2.实验内容: (1) 根据所给的直线光栅化的示范源程序,在计算机上编译运行,输出正确结果; (2) 指出示范程序采用的算法,以此为基础将其改造为中点线算法或Bresenham算法,写入实验报告; (3) 根据示范代码,将其改造为圆的光栅化算法,写入实验报告; (4) 了解和使用Op
  3. 所属分类:OpenGL

    • 发布日期:2024-05-19
    • 文件大小:440320
    • 提供者:jing
  1. MATLAB

    0下载:
  2. 计算机图形学的实验代码。直线的DDA,中点,Bresenham画线,中点画圆,Bresenham画线,椭圆,图形变换代码-MATLAB DDA Bresenham
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:
  1. Bresenham

    0下载:
  2. 计算机图形学圆的中点的Brsenham算法代码-Midpoint circle algorithm in computer graphics code
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:242688
    • 提供者:小晓
  1. tuxing

    0下载:
  2. MFC下实现DDA算法、一般直线的Bresenham算法、Bresenham画圆算法 、中点圆整数优化-MFC DDA Bresenham
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1949696
    • 提供者:胡亚
  1. Round-midpoint-Bresenham-algorithm

    0下载:
  2. 圆中点Bresenham算法.基于mfc的开发,VC6.0是开发工具。能够完美运行的-Round midpoint Bresenham algorithm. Mfc-based development, VC6.0 development tools. Run perfectly
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:221184
    • 提供者:白贺京
  1. 圆中点Bresenham算法_指定线型大小和颜色

    0下载:
  2. 在CirclePoint()里面修改圆的线型大小和颜色即可(Modify the line size and color of the circle)
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-19
    • 文件大小:2703360
    • 提供者:HelloWorldhei
« 12 3 »

源码中国 www.ymcn.org