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

搜索资源列表

  1. tuxingxianshi

    0下载:
  2. MFC下动态的显示图形的画法,主要用了 Bresenham算法来画出三角型和圆,程序中还用了Sleep()函数来实现延时。-MFC dynamic display pictures of paint, the main Bresenham algorithm to paint a triangular and round, procedures also spent Sleep () function to achieve latency.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:41195
    • 提供者:孙韩
  1. 在OpenGL中实现基本的计算机绘图

    1下载:
  2. 在OpenGL中实现如下基本的计算机绘图功能: 1.为屏幕显示定义一个坐标系统; 2.熟悉绘点函数,并上机实习课件上的几个画点函数的例子; 3. 熟悉画线方法,并熟悉不同的画线状态,并上机实习课件上的几个画线函数的例子; 4. 在模板中添加代码,实现DDA法和Bresenham法绘制直线图元; 5.实现Bresenham法绘制圆图元; 6.实现中点法椭圆图元的生成(选做); 7.掌握顶点阵列和象素阵列绘制图元的方法,用顶点阵列绘制一个长方体,并设置表面颜
  3. 所属分类:OpenGL

    • 发布日期:2017-03-22
    • 文件大小:45468
    • 提供者:许晓晓
  1. Graphic

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

    • 发布日期:2017-04-01
    • 文件大小:252064
    • 提供者:
  1. c

    0下载:
  2. 计算机图形学中,Bresenham算法画直线,圆,椭圆 -Computer Graphics, Bresenham algorithm for drawing a straight line, round, oval
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1132
    • 提供者:朱颖
  1. cp

    0下载:
  2. 计算机图形学大作业 完成DDA,bresenham算法画直线,绘制圆和椭圆,区域填充,裁剪等功能。-Computer graphics major operation to complete DDA, bresenham algorithm drawing a straight line, circle and ellipse drawing, area filling, cutting and other functions.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:469156
    • 提供者:wx
  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 filling scanning region, thr
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:9669
    • 提供者:dang
  1. graphic3

    0下载:
  2. MFC单文档逐个画点,使用Bresenham画线、终点法画圆和椭圆,并提供设置线宽、线型的功能。-MFC single document one by one painting, using the Bresenham line, circle and oval end-point method, and provides set width, linear functions.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-13
    • 文件大小:28512
    • 提供者:gongweilin
  1. bresenham3

    0下载:
  2. 基于 Bresenham算法画圆并对其进行种子填充。-Bresenham algorithm based on a circle and its seed filling.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:1340
    • 提供者:chaoxin
  1. cycle

    0下载:
  2. 利用 Bresenham 算法画圆并对其进行填充操作 !-Draw a circle using Bresenham algorithm and its filling operation!
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:1113
    • 提供者:esidentM
  1. MidPointCircle

    0下载:
  2. 用opengl实现bresenham算法画圆,先画1/8个圆,再借助圆的对称性,画出其余部分-Use opengl achieve bresenham algorithm Circle, first draw the 1/8 round, and then with the symmetry of the circle to draw the rest
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:926
    • 提供者:ptsho
  1. Circle

    0下载:
  2. 利用逐点比较法和Bresenham中点比较法画圆-Use-by-point comparison method and comparative law Bresenham midpoint Circle
  3. 所属分类:Special Effects

    • 发布日期:2017-06-12
    • 文件大小:20404427
    • 提供者:钱志虎
  1. CircleWithGL

    0下载:
  2. 在VC2008下面使用OpenGL实现Bresenham算法画圆和画直线以及椭圆-The VC2008 below Bresenham algorithm using OpenGL, draw a straight line and a circle and oval
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:227435
    • 提供者:vanlin
  1. DDAandBresenham

    0下载:
  2. DDA直线生成算法在屏幕上绘制直线和Bresenham圆的生成算法在屏幕上绘制一个圆按一画直线按二画圆-DDA line algorithm to generate a straight line drawn on the screen and the Bresenham circle generation algorithm on the screen by drawing a circle draw a straight line by one second drawcircle
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:1389
    • 提供者:gepoin
  1. line-cilcle

    0下载:
  2. 通过程序实现Bresenham画线算法,中点画圆算法以及中点画椭圆的算法-Achieved through the process Bresenham line algorithm, the midpoint circle algorithm, and the dotted ellipse algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:58188
    • 提供者:sun
  1. circle

    0下载:
  2. 用opengl实现Bresenham算法画圆-Use opengl Bresenham algorithm for drawing a straight line
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:985
    • 提供者:Shelly_J
  1. Bresenhams-Algorithm-in-MFC

    0下载:
  2. 用Bresenham算法实现画线和画圆,基于microsoft MFC模式,输入相应的数据,程序画出该直线-Draw Lines or circle using Bresenham Algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-06-12
    • 文件大小:19100991
    • 提供者:New
  1. BresenhamCircle

    0下载:
  2. 杜晓增计算机图形学基础Bresenham法画圆源程序-Du Xiaozeng computer graphics based Bresenham law circle source program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-28
    • 文件大小:374837
    • 提供者:liuliwen
  1. Bresenham

    0下载:
  2. 计算机图形学__Bresenham完整算法_画直线、椭圆和圆-Bresenham ALg
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-04
    • 文件大小:29026
    • 提供者:qxbiao
  1. Line

    0下载:
  2. 运用vc6.0里面的mfc.exe工程实现bresenham算法画圆,画直线,是计算机图形学上机实习的基础内容-Use vc6.0 inside mfc.exe project realization bresenham algorithm circle, draw a straight line, on the basis of the content of computer graphics machine internship
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-11
    • 文件大小:2287104
    • 提供者:王嘉辉
  1. 计算机图形学

    0下载:
  2. 在vc++6.0环境下,基于OPENGL实现图形学设计内容。包括实现五边形到五角星的动态变换;利用DDA、中点画线法、Bresenham算法画直线;利用中点画圆法、Bresenham算法画圆;利用栅栏填充、扫描线填充实现多边形内部颜色填充;以及实现二维图形、三维图形的平移、放大、缩小、对称、旋转、错切等基本图形变换。(In vc++6.0 environment, we design content based on OPENGL. It includes the dynamic transfo
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:4198400
    • 提供者:水无缘
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com