搜索资源列表
Graphics
- 作为图形图像课程的设计,内容有椭圆中点(Bresenham算法),圆中点(Bresenham算法),直线中点Bresenham算法,画椭圆,画多边形(5边),画折线(6个点)。运行在VC6.0下用MFC-As a graphic image curriculum design, content elliptical midpoint (Bresenham algorithm), round the mid-point (Bresenham algorithm), a straight line
tuxing
- MFC下实现DDA算法、一般直线的Bresenham算法、Bresenham画圆算法 、中点圆整数优化-MFC DDA Bresenham
line
- 自编的,MFC,Bresenham算法生成直线-The self, MFC, Bresenham algorithm to generate a straight line
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
gy1
- 在VS2008中MFC应用程序中 主要实现直线,矩形,椭圆,自由线的绘制(不能重绘) 以及图形颜色的填充 以及Bresenham画圆-MFC in VS2008 application in the main straight, rectangular, oval, the Liberal line drawing (not redraw), as well as color graphics and filled Bresenham drawcircle
circle
- MFC编写的Bresenham二维画圆,自己上计算机图形学课编的,很好用-MFC prepared by two-dimensional Bresenham Circle, they themselves are compiled by computer graphics class, very good use
vc
- MFC编程Bresenham算法源代码,MFC编程Bresenham算法源代码。-MFC programming Bresenham algorithm source code, MFC programming Bresenham algorithm source code.
draw-line-with-MFC-in-vcPP
- 直线画法,输入起始点可以自动用Bresenham直线画法描出通过的点,并两成直线。-A method drawing straight line,with the fist and last point it can draw line using Bresenham method.
Bresenham
- 本程序基于MFC编写,可实现圆的Bresenham算法。-The MFC-based application written in a round of Bresenham algorithm can be realized.
line-Bresenham
- 本程序基于MFC编写,可实现直线的Bresenham算法-The MFC-based application written in a straight line of the Bresenham algorithm can achieve
1
- 进一步理解和掌握中点bresenham画圆算法的基本原理;掌握以上算法生成圆和圆弧的基本过程 掌握在C/C++环境下完成用中点bresenham算法圆或圆弧的绘制方法 -bresenham MFC
OpenGL--MFC
- MFC框架,用OpenGL API实现画点,直线和多边形采用Bresenham算法,圆形采用中点圆弧算法实现。-MFC framework using the OpenGL API to draw points, lines and polygons with Bresenham algorithm, and the circular midpoint circle algorithm implementation.
Bresenham
- 计算机图形学中基于MFC的Bresenham算法画线法-MFC-based computer graphics Bresenham algorithm for drawing line method
Bresenham-Lines-Mid_circle-and-so-on
- VS2008下MFC编程,实现Bresenham画线法、中点画圆、椭圆法,计算机图形学。-Under VS2008 MFC programming, Bresenham line, the midpoint Circle, Ellipse, computer graphics.
Bresenham
- MFC画斜线程序自己编写的请参考一下 怎么凑20个字哈 好麻烦哈-MFC hatched program I have written, please refer to scrape together 20 words how good trouble Ha Ha
bresenham
- bresenham画直线算法MFC实现,根据课本上的伪代码自己写的。-To draw a line with bresenham algorithm
Round-midpoint-Bresenham-algorithm
- 圆中点Bresenham算法.基于mfc的开发,VC6.0是开发工具。能够完美运行的-Round midpoint Bresenham algorithm. Mfc-based development, VC6.0 development tools. Run perfectly
Oval-midpoint-Bresenham-algorithm
- 椭圆中点Bresenham算法,基于mfc,运行平台VC 6.0能够完美运行-Oval midpoint Bresenham algorithm, based on mfc, VC 6.0 operating platform run perfectly
Bresenhams-Algorithm-in-MFC
- 用Bresenham算法实现画线和画圆,基于microsoft MFC模式,输入相应的数据,程序画出该直线-Draw Lines or circle using Bresenham Algorithm
MFC画直线程序(DDA和Brensenham)
- DDA Bresenham, A brief code in MFC...................