搜索资源列表
graphic_demo
- 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students lea
Bresenham&DDA
- 《计算机图形学》用DDA和Bresenham算法画直线-"Computer Graphics" with DDA and the Bresenham algorithm painting line
TuXingXueZongHeShiXi
- 这是我图形学的综合实习程序,里面实现直线的dda算法,中点Bresenham算法,改进Bresenham算法的绘图,椭圆的中点Bresenham算法,圆的八分画圆结合中点Bresemham算法的绘制,并包含了图形的翻转,平移,对称,比例变换,内有说明文档-integrated graphics attachment procedures, straight line inside the dda algorithm, the midpoint of Bresenham algorithm, im
LBline
- 1、编程实现DDA算法、Bresenham算法、中点递归算法绘制直线段 2、分析对比三种算法的像素逼近效果和程序执行速度 3、输出要求:每种算法要分别在八个二分之一象限内画一条直线段
DDAandBresenham
- DDA与Bresenham直线算法:DDA法画线段。端点位置间水平和垂直差值赋给参数dx和dy。绝对值的参数参数steps的值。从像素位置(Xa,Ya)开始,确定沿线段生成下一个像素位置的每一步所需的偏移量,并循环上述过程steps次。
ComputerGraphicsDemo
- 内含直线生成的dda,中点画线算法及Bresenham算法界面美观方便实用-Intron line generated dda, dotted line algorithm and interface Bresenham algorithm facilitate practical aesthetics
t
- 用dda bresenham算法画直线,虚线等。通过对话框形式-Dda bresenham painting with a straight line algorithms, such as dotted line. Form through the dialog box
Linea
- Linea DDA Linea bresenham
tuxingxue
- 直线 算法:(DDA)算法和Bresenham算法 操作:选择菜单“基本图形绘制”——“直线”——“Bresenham(DDA)” 鼠标左键点击窗口,拖动鼠标,显示橡皮线,松开鼠标左键,绘出 直线。可以连续绘制,直至选择其他的选项。 连续画线 操作:连续点击鼠标左键,并移动鼠标,鼠标移动到起始点是,鼠标成十 字形,点下鼠标左键,将得到一个封闭的多边形。如果在窗口任何 地方点击右键,将停止连续画线。 画圆 Bresenham
Computer-Graphic-Algorithm
- 计算机图形学相关算法实现,如DDA算法,中点画线算法、Bresenham画线(画圆)算法等-Computer graphics-related algorithms, such as the DDA algorithm, the dotted line algorithm, Bresenham line drawing (circle) algorithm
Line-generation-algorithm
- 直线生成算法:采用DDA与Mid-Bresenham两种算法实现直线的绘制,可是直线的生成过程现实很明确。-Line generation algorithm: The DDA and the Mid-Bresenham straight line drawing of two algorithms to achieve, but the reality of the line generation process is very clear. 朗读 显示对应的拉丁字符的拼音 字典
DDA
- 两种生成直线的方法Bresenham画线 对于opengl初学中很有帮助-Two methods of generating line Bresenham line drawing for the OpenGL beginner very helpful
vsmfc
- 计算机图形学,DDA生成线段算法,Bresenham生成线段算法,生成圆弧算法(Computer graphics, DDA generation line segment algorithm, Bresenham generation line segment algorithm, arc generated algorithm)