搜索资源列表

  1. 汇编奥运五环

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

    • 发布日期:2008-10-13
    • 文件大小:2590
    • 提供者:俞薛永
  1. Bresenham

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

    • 发布日期:2008-10-13
    • 文件大小:7680
    • 提供者:symlenovo
  1. TuXingXueZongHeShiXi

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

    • 发布日期:2008-10-13
    • 文件大小:10651
    • 提供者:4587
  1. zdhy

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

    • 发布日期:2008-10-13
    • 文件大小:1334
    • 提供者:朽木银
  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. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:168821
    • 提供者:杨科
  1. Bresenham_Circle

    0下载:
  2. 本程序实现了Bresenham的画圆算法,并且在此基础上实现了圆的填充-the realization of the Circle Bresenham algorithm, and on this basis to achieve a round filled
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:69919
    • 提供者:李真
  1. threeSamplesForOpenGL

    0下载:
  2. 第一个是分别用Bresenham和DDA算法画直线,第二个是画圆算法,第三个是cohen-sutherland算法的实现-respectively DDA Bresenham algorithm and line drawing, and the second is drawcircle algorithm, Cohen is the third-Algorithm of sutherland
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:211863
    • 提供者:邹文科
  1. console_graphic

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

    • 发布日期:2008-10-13
    • 文件大小:1745205
    • 提供者:李文
  1. 0_Bresenham_circle

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

    • 发布日期:2008-10-13
    • 文件大小:980
    • 提供者:rosie
  1. tuxingxueshiyan1

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

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

    0下载:
  2. VC++6.0写的MFC图像程序,bresenham画圆。-MFC image VC++6.0 write the program, bresenham circle.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-16
    • 文件大小:421888
    • 提供者:射狼传说
  1. circle

    0下载:
  2. 中点Bresenham画圆算法,根据画圆步骤得到需要的圆。在OPENGL中实现。-print circle
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:zyy
  1. yuanxing

    0下载:
  2. 图像 处理 opengl 方程法和bresenham画圆 cpp源代码 有注解-Image processing opengl equation method and Bresenham Circle cpp source code annotated
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:xiewenhui
  1. Bresenham-Lines-Mid_circle-and-so-on

    0下载:
  2. VS2008下MFC编程,实现Bresenham画线法、中点画圆、椭圆法,计算机图形学。-Under VS2008 MFC programming, Bresenham line, the midpoint Circle, Ellipse, computer graphics.
  3. 所属分类:编辑框

    • 发布日期:2024-05-16
    • 文件大小:9605120
    • 提供者:LEO_山
  1. OpenGL

    0下载:
  2. 扫描画圆、中点画圆、Bresenham画圆算法、四分之一圆画圆算法-Scan circle, the midpoint Circle, Bresenham circle algorithm, fourth round circle algorithm, etc.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:1688576
    • 提供者:泪无痕
  1. basic-graph--drawing-using-opengl

    0下载:
  2. 用opengl实现基本图形的绘制,包括DDA画线法、bresenham中点画线法、改进的bresenham中点画线法、bresenham画圆画椭圆法-basic graph drawing using opengl
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:官兵列队
  1. COMPUTER_GRAPHICS

    0下载:
  2. 本程序实现了计算机图形学的一些典型算法,如中点画线,中点画圆,Bresenham画线,Bresenham画圆,Bezier曲线,B样条曲线,区域填充-This program implements a typical computer graphics algorithms, such as the dotted line, the midpoint Circle, Bresenham line drawing, Bresenham c
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:4820992
    • 提供者:康锐
  1. HW3

    0下载:
  2. opengl绘制圆的三种算法,中心点画圆,bresenham画圆和正负法画圆。-Three kinds of algorithm of circle drawing OpenGL, center point circle, circle and law circle of positive and negative bresenham.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:8478720
    • 提供者:小樱
  1. Bresenham

    0下载:
  2. 基于bresenham算法的画圆和画直线程序,画圆算法输入图像,圆心坐标,圆半径-draw circle and line by bresenham algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:haha
  1. OpenGLBresenhamCircle

    0下载:
  2. 输入圆心坐标和半径长度,利用Bresenham画圆算法交互式绘制圆。(Input the center of the center and the length of the radius, using the Bresenham circle algorithm to interactive drawing circle.)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:230400
    • 提供者:123456...
« 1 2 3 4 5 67 8 9 10 11 »

源码中国 www.ymcn.org