搜索资源列表
LineScanConversion
- 使用MATLAB 6.5开发,圆弧的扫描转换算法,中点画圆法画圆。-The development of the use of MATLAB 6.5, the scan conversion algorithm arc, the midpoint drawcircle drawcircle.
sanjiaowang
- 用中点画圆法画一个圆,其生成的速度快,存储结构比较简单-Drawcircle paintings by the mid-point of a circle, which generates fast, relatively simple storage structure
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
BaseDrawing
- 这是用MFC开发的画图软件,包括画直线,圆和椭圆,圆和椭圆是用中点画圆法-This is developed with MFC drawing software, including painting a straight line, circular and oval, round and ellipse is the midpoint of drawcircle
graphic
- 能用数值微分法画直线,用中点画圆法,besenham画圆,用中点画圆法画椭圆,-line circle ellipse
DRAW3013
- 一个简单的绘图程序,实现类的继承。可以画直线、圆、矩形。并实现简单的图形保存。直线画法为DDA,圆的画法为中点画圆法,矩形在直线基础上画。程序比较适合初学者。-A simple drawing program to achieve class inheritance. Can draw a straight line, round, rectangular. And to achieve a simple, save the drawing. Straight-line painting for
yuan
- 编程实现中点画圆法和圆的Bresenham算法; 2.编程实现一种区域填充算法,能够对任意绘制一个N边形(N>=5)进行填充。 -Programming midpoint drawcircle and round Bresenham algorithm 2. Programming to achieve a region filling algorithm can arbitrarily draw a N-gon (N> = 5) were filled.
MidPointCircle
- MidpointCircle 利用C语言编的中点画圆法画同心圆 -MidpointCircle using C language series of concentric circles drawn midpoint drawcircle
draw(vc)
- VC6.0实现画图功能,包括基本图形:直线(数值微分法、中点画线法,Bresenham画线算法),圆与椭圆(中点画圆法、Bresenham画圆算法、椭圆生成算法),区域填充(边填充算法、种子填充算法、圆与椭圆的填充、图案填充),裁剪、线宽与线型的处理。还有简单的图形变换,以及简单曲线和曲面的实现-VC6.0 implement drawing functions, including basic graphics: linear (numerical differential method, t
ZUOYE1
- 可以实现在turboC上用DDA法画直线,用中点画圆法画圆并成图-Can be achieved with the DDA Act on the turboC draw a straight line, draw a circle with the midpoint drawcircle and mapping
Center_draw_cycle
- 用C中中点画圆法画圆。要求输入圆心的坐标和半径。-With C in the midpoint drawcircle Circle. Asked to enter the circle center coordinates and radius.
mygraphic
- 在VC++环境下,实现Bressham直线画法,中点画圆法,种子填充算法,Bezier曲线,黑块的移动,一个立方体的三维透视。-In VC++ environment, to achieve Bressham painting a straight line, circle the midpoint method, the seed filling algorithm, Bezier curves, the black block move, a cube of three-dimensiona
TextWGL(MidPoint)
- 中点画圆法,使用vc++,假设中心在原点,半径为整数R的圆的画法-failed to translate
an
- 数值微分DDA画线法,breseham画线法,中点画圆法,种子填充算法。-Draw a line, elliptical and other graphic picture
zhong-dian-hua-yuan-fa
- 用中点画圆法画椭圆。可以改变大小和位置。-Ellipse midpoint drawcircle.You can change the size and position.
1zsb02_10_20
- 1.实现DDA、Bresenham 直线生成算法。2.实现Bresenham 画圆法或中点画圆法。3.实现Bresennham 或中点法椭圆生成算法。4.利用1、2、3 实现的直线、圆、椭圆图形生成函数进行图形绘制.-1. Achieve DDA, Bresenham line drawing algorithm. 2. The Bresenham drawcircle or midpoint Circle. 3. Oval generation algorithm to achieve Bre
BresenhamDrawCircle
- 基于C++的bresenham中点画圆法,源码,在VC6.0和VS2010均能实现-Based C++ bresenham midpoint drawcircle, the source code, can achieve in VC6.0 and VS2010
include1
- 利用中点画圆算法绘制一个圆,中点画圆法是利用圆心在坐标原点圆的方程,将每个像素的中点坐标代入圆的方程得到d,再通过d的值来确定中点与圆的位置。-Utilization of stipple round draw a circle algorithm。Stipple the center circle method is to use in the origin of coordinates the equation of circle, the midpoint of each pixel co
BresenhamDrawCircle
- 基于C++的bresenham中点画圆法,源码,在VC6.0和VS2010均能实现-Based C++ bresenham midpoint drawcircle, the source code, can achieve in VC6.0 and VS2010
MidPointCirle
- 用中点画圆法,通过调用opengl库在VC++中画一个圆-draw a circle with openGL