搜索资源列表
用bresenham算法实现画直线
- 主要是图形学课程中的一个小实验,采用bresenham算法实现直线的一个C语言源程序
中点bresenham算法画圆
- 中点bresenham算法圆
Bresenham
- 直线中点Bresenham算法-Straight-line mid-point Bresenham algorithm
bresenham
- 直线bresenham算法,用VC++ 6.0编写。 注意:新建一个MFC(EXE)工程,在导向中选单文档即可-Bresenham line algorithm, with VC++ 6.0 preparation. Note: Create a new MFC (EXE) project, in the guidance document in the menu can be
Bresenham
- 这个是用Bresenham画线算法绘制任意方向的直线-This is drawing a line using Bresenham algorithm for drawing a straight line in any direction
Bresenham(mouse_control)
- 使用C++和OpenGL实现的Bresenham画母算法。-The use of C++ and OpenGL mother realize the Bresenham algorithm for drawing.
Ellipse-Bresenham
- Draw ellipse use Bresenham Algorithm
Bresenham
- Bresenham算法,椭圆中点Bresenham,是VC++算法,初学计算机图形学的人来说,是一个不错的例子。-Bresenham algorithm, elliptic midpoint Bresenham, are VC++ algorithm, beginner computer graphics of the people, are a good example.
Bresenham
- 使用Bresenham算法画圆,VC实现-Drawcircle use Bresenham algorithm, VC implementation
Bresenham(600X800)
- bresenham 算法 简单实现bresenham的画线方法-algorithm is simple to achieve bresenham paintings bresenham method
bresenham
- 1.实验目的: 理解基本图形元素光栅化的基本原理,掌握一种基本图形元素光栅化算法,利用OpenGL实现直线光栅化的DDA算法。 2.实验内容: (1) 根据所给的直线光栅化的示范源程序,在计算机上编译运行,输出正确结果; (2) 指出示范程序采用的算法,以此为基础将其改造为中点线算法或Bresenham算法,写入实验报告; (3) 根据示范代码,将其改造为圆的光栅化算法,写入实验报告; (4) 了解和使用OpenGL的生成直线的命令,来验证程序运行结果。 -shi
Bresenham
- C++ code. Realization of Bresenham algorithm for rasterization of line, ellipse and circle (with Glut).
bresenham
- 用matlab实现画圆,采用bresenham的画圆方法,内含代码还有文档-Draw a circle with matlab implementation, using bresenham the Circle method, there is a document containing the code
Bresenham
- Drawing a straight line using Bresenham algorithm can be easy.
Bresenham
- 计算机图形学椭圆中点的Bresenham算法代码-Computer Graphics Bresenham midpoint ellipse algorithm code
Bresenham
- bresenham line in all directions for students of graphics
Bresenham
- bresenham直线算法,可实现8方向的直线绘制-bresenham line algorithm can achieve 8 to draw a straight line direction
Bresenham
- 该源码实现Bresenham划线算法,基于OpenGL,在VC++ 6.0下编译运行通过。该算法可以帮助大家更好理解计算机图形学的关键算法概念。-Source crossed the Bresenham algorithm to achieve, based on OpenGL, under the VC++ 6.0 compiler run through. This algorithm can help you better understand the concept of key alg
Bresenham
- 通过图形学中的Bresenham画线算法的原理,可以实现通过Bresenham的思想进行画线。-Through the graphics, Bresenham draw line algorithm, can realize the principle of Bresenham s thoughts by drawing a line.
Bresenham
- bresenham program using java