搜索资源列表
-
0下载:
作为图形图像课程的设计,内容有椭圆中点(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
-
-
0下载:
图形学中简单图形的生成。画线,画圆,画椭圆。DDA,Bresenham,中点算法。-Simple graphics to generate graphics. Painting line, circle, oval painting. DDA, Bresenham, the mid-point algorithm.
-
-
0下载:
图形学课程设计 2-直线中点Bresenham算法.rar-Graphics Course Design 2- a straight line mid-point Bresenham algorithm. Rar
-
-
0下载:
1. 简单图元的生成(如直线、圆、长方形等)
2. 用DDA算法或中点(Besenham)算法实现直线段、椭圆或圆的绘制
3. 用扫描线填充算法进行区域填充,用Sutherland 裁剪算法裁减多边形
4. BEZIER曲线或B样条曲线的绘制
5. 个性化图形软件包的开发
6. 所有文件包括源码和截图-1. Easy metafile generation (such as linear, round, rectangular, etc) 2. Using DDA algor
-
-
0下载:
直线中点BRESENHAM算法。要求使用对话框输入直线的起点和终点坐标。直线的颜色为蓝色。-The mid-point algorithm for linear BRESENHAM. Require the use of the dialog box enter the start and finish line coordinates. Straight line for the blue color.
-
-
0下载:
本程序实现了直线(Bresenham算法和DDA算法),和圆(中点Bresenham算法和正负法)的绘制,并能够选取其颜色。-This procedure has a straight line (Bresenham algorithm and DDA algorithm) and round (mid-point of Bresenham algorithm and plus or minus method) drawing, and be able to select the color.
-
-
0下载:
本代码包含以下算法的演示:
直线:DDA算法生成直线,中点算法生成直线,Bresenham算法生成直线。
圆:中点画圆,Bresenham画圆。
椭圆:中点画椭圆。
区域填充:多边形扫描线填充,种子扫描线填充。-This code contains a demonstration of the following algorithm:
Direct Line: DDA algorithm to generate a straight line, the midpoint al
-