搜索资源列表

  1. draw

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

    • 发布日期:2008-10-13
    • 文件大小:1991687
    • 提供者:yth796
  1. 中点bresenham算法画圆

    0下载:
  2. 中点bresenham算法圆
  3. 所属分类:源码下载

  1. 汇编奥运五环

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

    • 发布日期:2024-04-28
    • 文件大小: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-04-28
    • 文件大小: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-04-28
    • 文件大小:7168
    • 提供者:管声俊
  1. DrawPaintCode

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

    • 发布日期:2024-04-28
    • 文件大小:229376
    • 提供者:刘晴
  1. draw

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

    • 发布日期:2024-04-28
    • 文件大小:1991680
    • 提供者:
  1. Desktop

    0下载:
  2. 在turboc上实现中点bresenham算法画直线,改进中点bresenham算法画直线,DDA算法画直线,画圆,画椭圆。-TurboC achieved in the mid-point Bresenham algorithm for drawing a straight line, improving the mid-point Bresenham algorithm for drawing a straight line, DD
  3. 所属分类:Windows编程

    • 发布日期:2024-04-28
    • 文件大小:2048
    • 提供者:马兴明
  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-04-28
    • 文件大小:3765248
    • 提供者:wangkafeng
  1. CG1

    0下载:
  2. 一个opengl下的图形学实验,展示了DDA算法画直线、中点Bresenham算法画直线、改进Bresenham算法画直线、八分法绘制圆等算法的c语言实现,结果采用每秒逐点画出,清晰明了-Opengl graphics under an experiment to demonstrate the DDA algorithm for drawing a straight line, the mid-point Bresenham algo
  3. 所属分类:OpenGL

    • 发布日期:2024-04-28
    • 文件大小:2892800
    • 提供者:林思哲
  1. draw

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

    • 发布日期:2024-04-28
    • 文件大小:1932288
    • 提供者:张伟
  1. MidBresenhamLine

    0下载:
  2. 中点 Bresenham 算法绘制0<<k<<1直线 C语言 调试成功 Bresenham 算法画圆 调试成功-Bresenham algorithm for drawing
  3. 所属分类:绘图程序

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:杨凡
  1. Graphics

    0下载:
  2. 基于图形算法的图形,包括Bresenham算法和中点算法画圆以及用它们画直线-Graphic based on graphics algorithms, including the Bresenham algorithm and midpoint algorithms draw a circle and using them to draw a straight line
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-28
    • 文件大小:79872
    • 提供者:arlin
  1. tuxing

    0下载:
  2. 图形学实验,用opengl画圆,实现中点Bresenham算法画直线,实现改进Bresenham算法画直线码,实现具有宽度的图形(线刷子或方刷子)-Graphics experiment, using opengl draw a circle to achieve the midpoint of Bresenham algorithm for drawing a straight line, to achieve improved Br
  3. 所属分类:图形图象

    • 发布日期:2024-04-28
    • 文件大小:3072
    • 提供者:吴心
  1. tuxing

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

    • 发布日期:2024-04-28
    • 文件大小:1949696
    • 提供者:胡亚
  1. BasicGraphics

    0下载:
  2. 实现中点Bresenham算法画直线 实现改进Bresenham算法画直线 实现Bresenham算法画圆(八分法绘制圆) 实现Bresenham算法画椭圆(四分法绘制圆) 实现具有宽度的图形(线刷子或方刷子)-Mid-Bresenham draw line Improved Bresenham algorithm Draw circle Draw ellipse Line/Square brush
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-04-28
    • 文件大小:106496
    • 提供者:R chen
  1. shiyan1

    0下载:
  2. 用OpenGL实现中点Bresenham算法画直线与圆,改进Bresenham算法画直线-The midpoint of the Bresenham algorithm for drawing a straight line and circle, using OpenGL to improve the Bresenham algorithm draw a straight line
  3. 所属分类:OpenGL

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:张凡
  1. Graphic

    0下载:
  2. 实验内容 :(1)理解glut程序框架(2)理解窗口到视区的变换(3)理解OpenGL实现动画的原理(4)添加代码实现中点Bresenham算法画直线(5)添加代码实现改进Bresenham算法画直线(6)添加代码实现圆的绘制(可以适当对框架坐标系进行修改) -Experimental content : (1) understand the glut application fr a mework (2) underst
  3. 所属分类:OpenGL

    • 发布日期:2024-04-28
    • 文件大小:251904
    • 提供者:
  1. shiyan1

    0下载:
  2. 用OpenGL实现中点Bresenham算法画直线与圆,改进Bresenham算法画直线-The midpoint of the Bresenham algorithm for drawing a straight line and circle, using OpenGL to improve the Bresenham algorithm draw a straight line
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:coupfo
  1. ComputerGraphicsexci3

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

    • 发布日期:2024-04-28
    • 文件大小:33792
    • 提供者:xiaomenghui
« 12 3 »

源码中国 www.ymcn.org