搜索资源列表
tuxingxianshi
- 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.
tuxing
- mfc下实现DDA算法、一般直线的bresenham算法、bresenham画圆算法 、中点圆整数优化-mfc DDA bresenham
vc
- mfc编程bresenham算法源代码,mfc编程bresenham算法源代码。-mfc programming bresenham algorithm source code, mfc programming bresenham algorithm source code.
lab
- 用mfc实现的直线(DDA算法、中点算法和bresenham算法)、圆(八分画圆)、椭圆(四分画椭圆)。-Line with the mfc implementation (DDA algorithm, bresenham midpoint algorithm and the algorithm), round (eighth circle), elliptic (oval four paintings).
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
bmp
- 基于mfc用bresenham算法画的直线,可以用鼠标拖动,预览直线。-on mfc use bresenham paint line
project_draw_lineandcircle
- 该程序实现bresenham算法画圆,功能强大,基于mfc的画图程序,且基于bresenham算法-The program realization of the bresenham algorithm to draw a circle, powerful function, based on mfc drawing program, and based on bresenham algorithm
bresenhammfc
- 基于mfc用bresenham算法画的直线,可以用鼠标拖动,预览直线。-on mfc use bresenham paint line-Based mfc with bresenham algorithm painting a straight line, you can use the mouse to drag the preview straight line.-On mfc use bresenham paint line
bresenhamcircle
- VC++6.0写的mfc图像程序,bresenham画圆。-mfc image VC++6.0 write the program, bresenham circle.
test
- vc下用mfc绘制直线 DDA算法、bresenham算法、重点划线法-vc draw a straight line DDA algorithm, bresenham algorithm, the key line method with mfc
bresenham-Lines-Mid_circle-and-so-on
- VS2008下mfc编程,实现bresenham画线法、中点画圆、椭圆法,计算机图形学。-Under VS2008 mfc programming, bresenham line, the midpoint Circle, Ellipse, computer graphics.
Drawline
- 计算机图形学入门,用mfc实现DDA,中点,bresenham算法画直线-Computer graphics entry, using mfc DDA, the midpoint, bresenham algorithm for drawing a straight line
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
vsmfc
- 计算机图形学,DDA生成线段算法,bresenham生成线段算法,生成圆弧算法(Computer graphics, DDA generation line segment algorithm, bresenham generation line segment algorithm, arc generated algorithm)
mfc画直线程序(DDA和Brensenham)
- DDA bresenham, A brief code in mfc...................
tuxing
- 根据bresenham算法,实现了对直线和圆的反走样,提高了画图的精度。(According to the bresenham algorithm, anti-aliasing of lines and circles is realized, and the precision of drawing is improved.)
计算机图形学圆的方法实现
- 计算机图形学bresenham算法和数值微分法实现坐标轴绘制圆(Computerized Graphics bresenham Algorithms and Numeric Differential Method for Drawing Circular Coordinate Axis)