搜索资源列表
mid
- 中点画圆法源代码,属于计算机图形学范畴,可以在c以及c++的编程环境下运行
中点画圆算法
- VC环境下的中点画圆算法-VC environment of the mid-point Circle Algorithm
MidPointCircle
- 生成圆弧的中点算法,消去浮点改进方法,差分方法-generation of the mid-point arc algorithm, improved floating-point elimination method Difference Method
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
CG
- 学计算机图形学所画的图形,有画线(DDA,中点,Bresenham),画圆(中点和Bresenham),填充(扫描线和种子),裁剪,Bezier曲线,动画,三维形体。-By painting computer graphics school graphics, a painted line (DDA, the mid-point, Bresenham), Circle (mid-point and Bresenham), filling (scan line and seeds), cut, B
ComputerGraphics
- 图形学中简单图形的生成。画线,画圆,画椭圆。DDA,Bresenham,中点算法。-Simple graphics to generate graphics. Painting line, circle, oval painting. DDA, Bresenham, the mid-point algorithm.
Bresenham
- 图形学课程设计 2-直线中点Bresenham算法.rar-Graphics Course Design 2- a straight line mid-point Bresenham algorithm. Rar
Bresenham
- 圆中点Bresenham算法 VC++ 6.0-Round the mid-point Bresenham algorithm Bresenham midpoint circle algorithm for VC++ 6.0
gh
- 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
Line_Bresenham
- 直线中点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.
MidPointCircle
- 该程序能够实现中点画圆,而且颜色的调配由弹出的对话框来实现,很方便哦-Mid-point of implementation drawcircle
draw_line_circle
- 本程序实现了直线(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.
Bresenham_Line
- 中点画直线法的扫描转换程序:用中点法绘制的直线,可以是任意斜率。-Straight-line method of stippling the scan conversion process: A straight line drawn by the mid-point method, the slope can be arbitrary.
VC05
- 计算机图形学-直线画法(DDA、中点、Breshenham画法)的VC05.net实现。-Computer graphics- drawing a straight line (DDA, the mid-point, Breshenham painting) the achievement of the VC05.net.
circl
- 实现中点画圆算法 很好的一个实例 C-Drawcircle algorithm to achieve the mid-point of a very good example of C++
myproduction
- 计算机图形学的中点画圆法,Bresenham画圆,中点画椭圆及种子填充算法,用VC05实现,还有实验报告-The mid-point of computer graphics drawcircle, Bresenham Circle, Ellipse and seeds in stipple fill algorithm, the VC05 to achieve, there are experimental reports
Draw
- 计算机图像学绘图程序 DDA,BH,MP,中点圆及中点椭圆。-Computer graphics imaging procedures DDA, BH, MP, mid-point of the mid-point circle and ellipse.
Bresenhamdrawcircle
- 计算机图形学 中点画圆算法 计算机图形学 计算机图形-The mid-point Circle Algorithm for Computer Graphics
Graphic
- 使用C语言编写的一些简单的图形算法基础,其中有中点直线算法,中点画圆,种子填充和裁剪算法。-Using the C language written in the basis of some simple graph algorithms, including the midpoint of a straight line algorithms, the mid-point Circle, seed filling and clipping algorithms.
try3
- 实现画直线功能,(所用算法有DDA、Bresenham、中点算法)-Draw straight lines to achieve function (used in algorithm are DDA, Bresenham, mid-point algorithm)
