搜索资源列表
直线bresenham
- bresenham 直线算法 值得大家参考-valuable reference
最小二乘法直线算法
- 最小二乘法的直线拟合算法,可用各种开发工具实现-linear least squares fitting algorithm can be used to achieve various development tools
直线算法
- 高速直线生成算法-high-speed linear Algorithm
中点Bresenham画直线算法
- 中点Bresenham画直线算法-midpoint Bresenham algorithm for drawing straight lines
直线算法
- 高速直线生成算法-high-speed linear Algorithm
中点Bresenham画直线算法
- 中点Bresenham画直线算法-midpoint Bresenham algorithm for drawing straight lines
图形学中三种画直线算法源码
- 这是OpenGL MinGW运行的文件,这是学习图形学时所编的实现代码-This is the OpenGL MinGW running in the paper, which is studying graphics as part of the realization of code
直线bresenham
- bresenham 直线算法 值得大家参考-valuable reference
最小二乘法直线算法
- 最小二乘法的直线拟合算法,可用各种开发工具实现-linear least squares fitting algorithm can be used to achieve various development tools
MidpointLine.c
- MidpointLine.c 在Turboc2下编写中点画直线算法。本程序实现的是中点线算法。内有详细介绍。-MidpointLine.c in Turboc2 under preparation dotted line algorithm. This program is the midpoint algorithm. Within a detailed briefing.
line
- 嵌入式系统中,从任意一点到任意一点画直线算法程序-Embedded systems, from any point to any point draw a straight line algorithm procedure
Mid_Clip
- 中点分割直线算法,C语言写的,完整的~~~~~~~~~~~ 写死我了,-The midpoint of a straight line segmentation algorithm, C language, complete death ~~~~~~~~~~~ write me,
DrawLine
- 计算机图形学的各类直线算法的VC++实现,自定义类来实现-Computer Graphics of all kinds of straight-line algorithm VC++ Realize, custom categories to achieve
0301
- 本人搜集到的计算机图形学的一些DDA直线算法源码及其程序。-I collected a number of computer graphics DDA line algorithm source code and its procedures.
PointLine
- 实现直线算法的模拟,系计算机图形学的类容,直线的三种实现方法-Linear algorithm simulation, the Department of Computer Graphics class capacity, the three straight-line method
StraightLine
- 本程序包括两个画直线算法的实现:DDA和Brensenham-This procedure includes two paintings to achieve a straight line algorithms: DDA and Brensenham
line_inter_2d
- Matlab的M文件编写的数控插补2D直线算法仿真。具体参数可使用:X-500,Y-600,Fc-600,Fs-0,Fa-0,at--200.仿真的本意是为了验证DSP上同类插补算法的正确性-Matlab M-file to prepare the CNC interpolation algorithm for 2D simulation of a straight line. Specific parameters can be us
bresenham
- bresenham画直线,非常经典的画直线算法-good
LB直线
- 计算机课程,数字图像LB直线算法,opengl(LB linear algorithm for digital image, OpenGL)
DDA、Bresenham、MidBresenham画直线算法
- DDA、Bresenham、MidBresenham画直线算法(DDA,BresenhamLine,MidBresenhamLine)