搜索资源列表
MidpointCircleDemo
- 中点画圆法算法实现,能够实现坐标平移,支持鼠标绘图-midpoint Circle France algorithm to achieve coordinates translation, mapping support for mouse
MidpointCircle1
- 计算机图形学,中点画圆法,利用八分圆绘制圆-computer graphics, the midpoint Circle, using interval mapping Yuan Yuan
12123
- 计算机图形学实验,中点画圆法画圆,c++,win下,-computer graphics experiment, the midpoint drawcircle Circle, c, win,
console_graphic
- 用控制台程序(Console project)实现计算机图形学的基本图形,其中Bresenham为Bresenham算法画线的项目,输入起点和终点;dda为DDA算法画直线的项目,输入起点和终点;mid_point为中点画线法的项目,输入起点和终点;Bres_circle为根据Bresenham算法画圆,输入圆心点和半径; midpoint_circle为中点画圆法,包括填充,输入圆心点和半径;midpointEllipse为中点画椭圆,包括填充,输入圆心点和长短轴; duobianxi
zhongdianhuayuan
- 一个采用中点画圆法生成的程序-using the midpoint of a generation of Circle Act procedures
cg3
- 利用opengl实现中点画圆法,剪裁和中点填充方法。
seedfill
- 使用扫描线种子填充算法实现400×400的圆的填充,该算法用中点画圆法对原算法进行了优化,实现效率明显提高。
Flash实验报告
- 实现DDA直线画法和中点画圆法。 实现vc++6.0下实践图形算法(要求任意指定一个起始点坐标作为圆心和终止点坐标形成的半径)
MidpointCircle
- 利用C语言编的中点画圆法画同心圆-use of the C language midpoint Circle series paintings concentric circles
zhongdianhuayuanfa
- 运用中点画圆法画一个圆,半径和圆心都由用户确定。
zuoye2
- 计算机图形学作业二: 中点画圆法:圆心(300,400),半径150。
mid
- 中点画圆法源代码,属于计算机图形学范畴,可以在c以及c++的编程环境下运行
图形基础
- 中点画线法,中点画圆法,DDA画线法,Bresenham画线法,Bresenham画圆法-were dotted line, the midpoint Circle, DDA line drawing, Bresenham line drawing, Bresenham Circle France
MidPointCirle 用中点画圆法
- 用中点画圆法,通过调用opengl库在VC++中画一个圆-draw a circle with openGL
zsb02_10_20
- 1.实现DDA、Bresenham 直线生成算法。 2.实现Bresenham 画圆法或中点画圆法。 3.实现Bresenham 或中点法椭圆生成算法。 4.利用1、2、3 实现的直线、圆、椭圆图形生成函数进行图形绘制。 -err
PLine
- 画图算法,包括数值微分法、中点画圆法、Bresenham画线、画圆算法等-Drawing algorithms, including numerical differential method, the midpoint drawcircle, Bresenham line draw, drawcircle algorithm
DrawCircle
- 使用MATLAB 6.5开发,圆弧的扫描转换算法,中点画圆法画圆。-The development of the use of MATLAB 6.5, the scan conversion algorithm arc, the midpoint drawcircle drawcircle.
opengl
- 使用OpenGL实现DDA、中点画线法、Bresenham算法绘制;中点画圆法、Bresenham画圆算法;多边形扫描线转换算法;多边形裁剪--逐边裁剪法等计算机图形学基本算法。-Use OpenGL, DDA, the dotted line method, Bresenham algorithm to draw midpoint drawcircle, Bresenham circle algorithm polygon scan line conversion algorithm p
src
- 利用Bresenham画圆法、中点画圆法以及椭圆生成算法在java界面绘制(Using the Bresenham circle method, the middle point drawing circle method and the ellipse generation algorithm to draw the java interface)
bresenham和中点画圆画圆
- 用bresenham和中点画圆法实现画圆(Realization of the algorithm of drawing circle using c++)