CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bresenham画圆

搜索资源列表

  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 midpoint of Bresenham algorithm, im
  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 triangle three basic types of g
  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

    1下载:
  2. 用控制台程序(Console project)实现计算机图形学的基本图形,其中Bresenham为Bresenham算法画线的项目,输入起点和终点;dda为DDA算法画直线的项目,输入起点和终点;mid_point为中点画线法的项目,输入起点和终点;Bres_circle为根据Bresenham算法画圆,输入圆心点和半径; midpoint_circle为中点画圆法,包括填充,输入圆心点和半径;midpointEllipse为中点画椭圆,包括填充,输入圆心点和长短轴; duobianxi
  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. Bresenham

    0下载:
  2. Opengl,实现Bresenham画线和画圆算法,鼠标右键交互切换画线模式和画圆模式,C++实现。-Opengl, Bresenham draw lines and circle algorithm, Right alternating line mode and circle mode, achieve by C++.
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-04
    • 文件大小:33100
    • 提供者:孟jc
  1. bresenhamcircle

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

    • 发布日期:2017-11-19
    • 文件大小:422297
    • 提供者:射狼传说
  1. circle

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

    • 发布日期:2017-11-11
    • 文件大小:1011
    • 提供者:zyy
  1. yuanxing

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

    • 发布日期:2017-11-14
    • 文件大小:2174
    • 提供者: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. 所属分类:EditBox

    • 发布日期:2017-11-09
    • 文件大小:9605148
    • 提供者:LEO_山
  1. OpenGL

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

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

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

    • 发布日期:2017-04-13
    • 文件大小:2886
    • 提供者:官兵列队
  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 circle, Bezier curves, B-spline
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-18
    • 文件大小:4821196
    • 提供者:康锐
  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 program

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

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

    • 发布日期:2017-04-12
    • 文件大小:1323
    • 提供者: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. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:230400
    • 提供者:123456...
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com