搜索资源列表
图形基础
- 中点画线法,中点画圆法,DDA画线法,Bresenham画线法,Bresenham画圆法-were dotted line, the midpoint Circle, DDA line drawing, Bresenham line drawing, Bresenham Circle France
kqf
- 关于vc里画图形的程序。包括画多边形,错切,裁剪,旋转,变换,填充等等的操作。还包括中点画线算法等。-on vc Lane painting graphics procedures. Polygon, including painting, wrong cutting, cutting, rotating, transform, filled out the operation. Also included were dotted li
图形学直线和圆的生成算法
- 掌握直线和圆的生成算法,分别用DDA法和中点画线法在屏幕上画两条直线段-grasp of linear and circular generation algorithm, respectively DDA Act and the dotted lines in the screen painting of two straight
lyc
- DAA画线法 中点画线 等 画直线-DAA line drawing law dotted lines painted line
MidpointLineDemo
- 该程序实现了计算机图形学中的中点画线法的算法,-the program in the computer graphics, which were dotted line method algorithm
计算机图形学小项目
- 实现了 DAA画线法画直 (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (必做) (2) 二维区域填充(四向种子填充颜色算法) (选作) (3) 直线裁减(任选一种) (必做) (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)(必做) -realized DAA painting painting straight line method (1) dotted line method
DDAline1
- 计算机图形学,利用DDA算法,中点画线算法,实现直线的绘制-computer graphics, the use of DDA algorithm, which dotted line algorithm, achieving a linear mapping
MidpintLine_win
- 我的图形学实验作业, 是一个简单的范例, 但有最基本的框架 中点画线算法.-my graphics experimental operations, is a simple example, but the basic fr a mework dotted line algorithm.
146165
- DAA画线法画直线 (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (2) 二维区域填充(四向种子填充颜色算法) (3) 直线裁减 (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)-DAA painting painting straight line method (1) dotted line method Circle (input coordinates x, y coordi
Chinapiecedlinealgorithms
- 此程序为中点画线算法.注意的是,本算法只能适合于直线的斜率0<k<1的情况,对于其它的情况并不适应。但是,对于其它的情况可以仿照本算法写出对应的算法,也可以用其它算法来实现,如可以用DDA算法,这里不再介绍。-for this procedure were dotted line algorithm. Note that this algorithm can only fit in a linear slope 0
CMidPointLine
- C语言,用中点画线法做的一个小程序。画一条线.-C language, the adoption of Midpoint method to do a small procedure. Painting a line.
BIGDrawing
- 实现了中点画线和中点画圆算法 -realized the Midpoint Circle Line and the midpoint algorithm realized the Midpoint Circle Line and the midpoint algorithm
draw_dot_line
- VC++程序,用VC++实现画点画线功能,希望对大家有所帮助,谢谢。-VC procedures, with VC painting Stipples line function, we hope to help, thank you.
drawline
- 通过数值微分法,中点画线法,Bresenham法画任意斜率直线-By numerical differentiation, medium stipple line method, Bresenham law slope of a straight line drawn arbitrarily
ex1
- 计算机图形学中用“中点画线法”和“Bresenham算法”实现画直线和圆弧的扫描转换算法(matlab实现)-Computer graphics using in the line stipple and Bresenham algorithm realize painting a straight line and arc scan conversion algorithm (matlab realize)
zhong_dian_hua_xian
- 图形学程序,我们的作业,实现中点画线法,适合初学者用来参考-Graphics procedures, our operations, to achieve in stipple line method, suitable for beginners to reference
zongdian
- 中点画线法源代码,属于计算机图形学范畴,可以在c以及c++的编程环境下运行-Stipple line method in the source code belonging to the scope of computer graphics, you can c, as well as c++ Programming environment running under
lineyc
- 利用opengl的库函数实现中点画线算法-The use of the library functions achieve opengl in stipple line algorithm
midpoint
- 使用中点画线法画直线,是用VB画线方法中的一种。-Stipple method used in drawing a straight line is the VB method of painting a line.
中点画线(提高)
- 在OpenGL环境下用c++语言实现中点画线算法画一万条直线(In the OpenGL environment, we use the c++ language to realize the midpoint line drawing algorithm and draw ten thousand straight lines.)