Welcome![Sign In][Sign Up]
Location:
Search - dda

Search list

[Graph DrawingEX5

Description: 本人原创图形学实验程序,完成DDA,BRESENHAM直线、圆、椭圆算法,扫描线、种子填充算法,平移、旋转、缩放等算法。-I original graphics experimental procedures, the completion of DDA, BRESENHAM a straight line, round, oval algorithm, scanning lines, seed filling algorithm, shifting, rotating, zooming and other algorithms.
Platform: | Size: 62464 | Author: Diana | Hits:

[Graph DrawingDrawLine

Description: 用bresenham,dda,midpoint三种算法实现画直线,鼠标可在屏幕上取点画直线-With bresenham, dda, midpoint algorithm painting of three straight, the mouse can check on the screen straight stipple
Platform: | Size: 18432 | Author: 刘提 | Hits:

[Dialog_Windowdraw

Description: 计算机图形学 此系统由本人独自开发; CGraph类中是画图函数; 画直线: DDA算法 中点Bresenham算法 改进的Bresenham算法 画圆: 中点Bresenham算法 画椭圆: 中点Bresenham算法-Computer graphics system developed by me alone CGraph class is drawing function draw a straight line: DDA algorithm improved the mid-point Bresenham algorithm Bresenham algorithm drawcircle: the mid-point Bresenham algorithm for drawing elliptical: the mid-point Bresenham algorithm
Platform: | Size: 1991680 | Author: | Hits:

[Graph Drawingbasicdraw

Description: 展示了很多基本图形的算法,包括直线DDA算法,圆的Bresenham算法,区域填充算法-Show a lot of basic graphics algorithms, including linear DDA algorithm, Bresenham circle algorithm, the region filling algorithm
Platform: | Size: 183296 | Author: xiaofei | Hits:

[2D Graphic2ddraw

Description: 计算机图形学大作业,一、 调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现。三、线段裁剪和多边形裁剪算法的动画演示实现。四、交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。五、自行车行走和绕固定点旋转的自旋转物体动画。六、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。七、交互式Bezier曲线的输入绘制程序实现 -Computer Graphics big operation, a point of calling a function of painting with DDA, the mid-point algorithm for drawing a straight line and the mid-point algorithm drawcircle and elliptical. Second, polygon scan conversion algorithm and region filling algorithm. Third, cutting line and polygon clipping algorithm to achieve the animated demo. Fourth, interactive two-dimensional linear intersection: If the existence of intersection, with a solid round show Nodal, and text display its coordinates. Fifth, walking and bike rotating around a fixed point of self-rotating object animation. Sixth, a simple three-dimensional graphics system: convex polyhedron modeling, perspective projection, hidden surface elimination and basic graphics transform (translation, rotation, scaling). Seven, interactive input Bezier curve drawing program
Platform: | Size: 3697664 | Author: ling | Hits:

[AlgorithmDda

Description: 通过在计算机上实现直线的扫描转换,学习和理解基本图形生成的原理和算法,掌握将数学的,模拟的图形变成数字的离散的计算机图形过程中的设计思想,计算方法和设计要求-Through the computer to achieve a straight line of scan conversion, learning and understanding generated by basic graphics principles and algorithms, will grasp the math, analog graphics into a discrete number of computer graphics in the process of design concepts, calculation methods and design requirements
Platform: | Size: 1024 | Author: yvonne | Hits:

[GDI-BitmapDDAARC

Description: DDA直线插补编程 用于数控中的 可实现在某一象限的直线插补-DDA linear interpolation for numerical control programming can be achieved in a certain quadrant of the linear interpolation
Platform: | Size: 1024 | Author: 孙来东 | Hits:

[GDI-Bitmapshukongbiancheng

Description:   本课程设计的题目要求是DDA法插补第三象限直线,逐点比较法插补四一象限逆圆弧,根据题目的要求,我做到:全平面用逐点比较法插补直线和全平面用DDA法插补直线,全平面插补逆圆弧,其中圆弧是优弧还是劣弧,通过输入半径的正负性来决定,根据需要可以改变插补步长,可以动态显示插补过程等。 -The topic of curriculum design requirement is the third quadrant DDA Act linear interpolation, interpolation-by-point comparison against the 41-quadrant arc, in accordance with the requirements of the topic, I do: full-plane-by-point comparison with linear interpolation and full- planar straight-line interpolation using DDA method, the whole plane interpolation inverse arc, which is a major arc arc arc or worse, by entering the radius of the positive and negative nature to decide, in accordance with the needs of interpolation step size can be changed, you can dynamically display the interpolation processes.
Platform: | Size: 211968 | Author: 孙来东 | Hits:

[Graph DrawingDraw

Description: 本次综合设计实验是用C++语言在MFC环境下实现一个的画图程序。程序主要由两个类构成,分别是实现响应菜单和实现作图与图形处理的功能。在作图类里有计算机图形学课本中的各种的与图形相关的算法的具体实现,如DDA画线算法、中点圆算法、种子填充算法、平移、旋转、比例缩放等。-The integrated design of experiments is used C language in the MFC environment realize a drawing program. Procedures constituted mainly by two categories, namely, to respond to the menu and realize realize mapping and graphics processing functions. In the mapping category, there are computer graphics in a variety of textbooks and graphics related to the concrete realization of the algorithm, such as the DDA line drawing algorithm, the midpoint circle algorithm, the seed fill algorithm, translation, rotation, scaling and so on.
Platform: | Size: 3769344 | Author: xiaoqzh | Hits:

[Windows DevelopDDA

Description: c++程序,实现了数字图像处理 的 DDA划线,在一个图像里 根据要求画一条线。-c++ procedures realize the digital image processing DDA crossed, in an image in accordance with the requirements draw a line.
Platform: | Size: 907264 | Author: Fang | Hits:

[2D GraphicJavaBasicGraph

Description: java编写的基本绘图程序,没有采用系统api,而是演示了一些基本的计算机图形学算法,比如,DDA,中点法画直线,画圆形等。
Platform: | Size: 178176 | Author: quix | Hits:

[2D GraphicZHIXIAN

Description: 用DDA法编写的直线插补程序。积分插补发是用来画直线的一种方法。-DDA method used to prepare a linear interpolation procedure. Integral plug replacement is used to draw a straight-line method.
Platform: | Size: 1024 | Author: | Hits:

[Graph DrawingDDA

Description: 两种常用的DDA算法的主要程序, void Line::Draw_Bresenham(CDC *pDC)-DDA algorithm commonly used in two main program, void Line:: Draw_Bresenham (CDC* pDC)
Platform: | Size: 1024 | Author: 方战 | Hits:

[GDI-BitmapGridCircleArc

Description: DDA扫描转换直线段的算法描述,这个是比较简单的,希望能对大家有帮助-DDA line scan conversion algorithm described above, this is relatively simple, I hope everyone can help
Platform: | Size: 93184 | Author: 李菲 | Hits:

[Graph programfqdivider

Description: 数字积分dda直线插补器 希望与数控系统设计的朋友一起学习进步-The number of points straight dda Interpolator hope and numerical control system designed to study the progress of friends
Platform: | Size: 157696 | Author: 黄朝谦 | Hits:

[Graph programShow

Description: MFC实现直线的DDA算法,中点算法与Bresenham算法的演示。-MFC realize linear DDA algorithm, the midpoint algorithm and presentation Bresenham algorithm.
Platform: | Size: 40960 | Author: kakaxi | Hits:

[Graph programDrawLine

Description: (计算机图形学)分别用Bresenham, DDA及中点法实现画线段的基本方法-(Computer graphics), respectively Bresenham, DDA and the mid-point method to achieve the basic method of drawing line segments
Platform: | Size: 13312 | Author: Zhong | Hits:

[JSP/Javagraphics0

Description: 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二维多边形扫描转换的扫描线算法实现二维多边形扫描转换的边缘填充算法或栅栏填充算法实现二维连通区域填充的扫描线种子填充算法(四连通或八连通)实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法实现二维多边形裁剪的Sutherland-Hodgman算法和Weiler-Athenton算法 实现二维图形的平移变换实现二维图形的放缩变换实现二维图形的旋转变换曲线曲面的生成 分形图生成.-err
Platform: | Size: 228352 | Author: 盖大明 | Hits:

[Mathimatics-Numerical algorithmsdda

Description: dda算法是计算机图形学的基本算法,非常实用,建议大家用。可以画直线-dda algorithm is the basic algorithm in computer graphics, very useful, it is recommended by everyone. Can draw a straight line
Platform: | Size: 1024 | Author: 李凯 | Hits:

[Graph DrawingDDA_Bresenham_Circle_Ellispe

Description: DDA画线算法,Bresenhan画线算法,中点圆算法,中点椭圆算法-DDA line drawing algorithm, Bresenhan painted line algorithm, the midpoint circle algorithm, the midpoint ellipse algorithm
Platform: | Size: 1982464 | Author: yangpan | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 42 »

CodeBus www.codebus.net