搜索资源列表
graphic_demo
- 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students lea
DDA_Algorithm
- DDA算法:用于计算机图形学中的线段绘制算法-DDA algorithm : Computer Graphics for the segment Rendering Algorithm
DDA画直线实验一
- DDA直线画线算法,希望能用得上。是老师在课堂上要求的,希望对大家有用-DDA straight line drawing algorithm, hope to ebb and flow. The teachers in the classroom requirements, I hope useful for all
Bresenham&DDA
- 《计算机图形学》用DDA和Bresenham算法画直线-"Computer Graphics" with DDA and the Bresenham algorithm painting line
DDA_motion
- 用dda算法实现的图象运动 对dda函数进行了必要的改良-dda algorithm with the image campaign dda function of the necessary improvements
Graphics-dengzi
- 一个简单图形软件包。 设计一个简单图形软件包,它调用已有的DDA程序,并包括如下功能: 1. Window(x1,y1,x2,y2) 2. Viewport(x1,y1,x2,y2) 3. MoveTo2(x,y) 4. MoveBy2(x,y) 5. LineTo2(x,y) 6. LineBy2(x,y) 7. Shift2(dx,dy) 8. Pivot2(x,y) 9. Rotate2(angle) 10. Scale2(S
TuXingXueZongHeShiXi
- 这是我图形学的综合实习程序,里面实现直线的dda算法,中点Bresenham算法,改进Bresenham算法的绘图,椭圆的中点Bresenham算法,圆的八分画圆结合中点Bresemham算法的绘制,并包含了图形的翻转,平移,对称,比例变换,内有说明文档-integrated graphics attachment procedures, straight line inside the dda algorithm, the midpoint of Bresenham algorithm, im
Exe_DDA
- 计算机图形学中DDA算法的实现,对于准备从事图形领域编程的人员是有一定的帮助,能真的帮助你是我最大的心愿。-computer graphics algorithms to achieve DDA, preparing for graphics programming staff is helpful to a certain extent, can really help you is my greatest wish.
Chinapiecedlinealgorithms
- 此程序为中点画线算法.注意的是,本算法只能适合于直线的斜率0<k<1的情况,对于其它的情况并不适应。但是,对于其它的情况可以仿照本算法写出对应的算法,也可以用其它算法来实现,如可以用DDA算法,这里不再介绍。-for this procedure were dotted line algorithm. Note that this algorithm can only fit in a linear slope 0
vcdrawing
- 实现画线的功能 其中dda 算法等计算机图形学中设计的基本算法在其中都有体现
DDAARC
- DDA直线插补编程 用于数控中的 可实现在某一象限的直线插补
DDA
- DDA圆弧插补编程 用于数控中的 可实现在某一象限的圆弧插补
shukongbiancheng
- 本课程设计的题目要求是DDA法插补第三象限直线,逐点比较法插补四一象限逆圆弧,根据题目的要求,我做到:全平面用逐点比较法插补直线和全平面用DDA法插补直线,全平面插补逆圆弧,其中圆弧是优弧还是劣弧,通过输入半径的正负性来决定,根据需要可以改变插补步长,可以动态显示插补过程等。
LBline
- 1、编程实现DDA算法、Bresenham算法、中点递归算法绘制直线段 2、分析对比三种算法的像素逼近效果和程序执行速度 3、输出要求:每种算法要分别在八个二分之一象限内画一条直线段
DrawGraph
- 计算机图形学实验,画出DDA算法、Bresonman算法、中点圆、椭圆算法
DDA
- DDA算法的具体实现 在VC下实现
DDA
- 使用DDA画线算法实现基本图元绘制的程序-DDA line drawing algorithm used to achieve the basic elements of the process mapping
dda
- 用dda算法编程,画直线。通过mfc的环境下写程序-Dda algorithm with programming, drawing a straight line. Mfc environment through the writing process
DDA
- 实现计算机图形学DDA算法帮助您实现实验要求-DDA algorithm to achieve computer graphics to help you achieve the requirement of experiment
DDA
- 基于DDA插补算法的2维直线插补源码,并绘制插补轨迹曲线.-DDA interpolation algorithm based on linear interpolation of 2-dimensional source, and draw the interpolation trajectory curve.
