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

Search list

[Graph DrawingdrawLine

Description: 计算机图形学 bresenham 画直线 任意斜率-Computer Graphics Bresenham drawing a straight line of arbitrary slope
Platform: | Size: 2099200 | Author: sfdlkwqe | Hits:

[Graph DrawingdrawCircle

Description: 计算机图形学 画圆算法 bresenham-Computer Graphics drawcircle Bresenham algorithm
Platform: | Size: 1895424 | Author: sfdlkwqe | Hits:

[2D GraphicBresenham

Description: Bresenham画直线线算法与画圆算法实现-Bresenham straight line drawing algorithm and algorithm drawcircle
Platform: | Size: 48128 | Author: Kword | Hits:

[JSP/Javadraw

Description: mpl.add(new MenuItem("DDA画线")) mpl.add(new MenuItem("中点画线")) mpl.add(new MenuItem("Bresenham画线")) mpl.addActionListener(this) mp2=new Menu("画圆") mp.add(mp2) mp2.add(new MenuItem("公式法画圆")) mp2.add(new MenuItem("多边形逼近圆")) mp2.add(new MenuItem("中点画圆")) mp2.addActionListener(this) -mpl.add (new MenuItem ( DDA line drawing )) mpl.add (new MenuItem ( in the line stipple )) mpl.add (new MenuItem ( Bresenham line drawing )) mpl.addActionListener (this) mp2 = new Menu ( Circle ) mp.add (mp2) mp2.add (new MenuItem ( drawcircle formula )) mp2.add (new MenuItem ( Polygon approximation circle )) mp2.add (new MenuItem ( midpoint drawcircle )) mp2.addActionListener (this)
Platform: | Size: 6144 | Author: 李默 | Hits:

[OpenGL programdrawLine

Description: 计算机图形学OPENGL直线生成算法的实现程序: 1.采用键盘输入的方式输入直线段的两端点 2.实现BRESENHAM直线生成算法-Computer Graphics OPENGL linear algorithm to generate the procedure: 1. The use of keyboard input enter the two end points of line segment 2. The realization of a straight line Bresenham Algorithm
Platform: | Size: 1024 | Author: huang | Hits:

[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:

[OpenGL programopenGL--Bemhan

Description: 本代码为Bresenham直线生成代码,在窗体中可以以任意角度画出直线。-The code for Bresenham line generated code, in the form we can draw a straight line to any angle.
Platform: | Size: 1024 | Author: 李文晖 | Hits:

[Graph Drawinggraph

Description: (1).用Bresenham算法绘制直线. (2).用Bresenham算法画图. (3).用打点(如:C语言的putpixel())法显示汉字,汉字库以文件形式保存,以图形方式显示汉字. (4).在二维空间绘制一个多边形(三角形,四边形任选),然后实施平移变换,对称变换和旋转变换,-(1). Bresenham algorithm for drawing a straight line to use. (2). By drawing Bresenham algorithm. (3). With RBI (for example: C language putpixel ()) display Chinese characters,汉字库preserved in documentary form in order to graphically display Chinese characters. (4). In the two-dimensional spatial mapping of a polygon (triangle, quadrilateral optional), and then the implementation of translational transform, symmetry transform and rotation transformation,
Platform: | Size: 17408 | Author: 鹰隼 | Hits:

[VC/MFCBresenham

Description: 使用Bresenham算法进行划线,并且,在全屏显示,表明鼠标的具体位置,在鼠标移动时候。-The use of Bresenham line algorithm, and, in the full screen display, indicating the specific location of the mouse, when moving the mouse.
Platform: | Size: 1936384 | Author: 廉静静 | Hits:

[2D GraphicDraw

Description: 图形学作业,实现了DDA、Bresenham绘制直线和圆的算法,及多种填充、裁剪算法。-Graphics operations, the realization of the DDA, Bresenham straight line and circle drawing algorithm, and a variety of filling, clipping algorithm.
Platform: | Size: 2057216 | Author: 曹玫璇 | Hits:

[Graph Drawingbresenhamhuaxian

Description: Bresenham画线法实现直线段的扫描转换-Bresenham drawing line method to achieve a straight line segment scan conversion
Platform: | Size: 18432 | Author: 燕子 | Hits:

[Graph Drawingbresenhamhuayuan

Description: 运用Bresenham画圆法实现圆的扫描转换-Drawcircle realize the use of Bresenham circle scan conversion
Platform: | Size: 19456 | Author: 燕子 | Hits:

[Graph Drawingdda_bresenham

Description: use DDA and bresenham algorithn to draw line.
Platform: | Size: 1024 | Author: 黄鹤楼 | Hits:

[GDI-Bitmapdda_line2007

Description: DAA画线,这个是我计算机图形学的实验的源代码, 包括中点画线 画圆,Bresenham 画线 画圆, 种子扫描填充区域, 三角形图形基本3种变换-DAA painting lines, this is my experimental computer graphics source code, including stipple line drawcircle, Bresenham Line drawcircle, seed filling scanning region, three kinds of basic triangle graphics transform
Platform: | Size: 1154048 | Author: | Hits:

[Special EffectsBresenham

Description: 计算机图形学 直线 园的画法 源程序 可直接运行 dfhdhdhdj
Platform: | Size: 1024 | Author: 乐儿 | Hits:

[OpenGL programzuoye1

Description: 端点为(200,100)和(300,180),Bresenham画线算法。 -Endpoint for the (200,100) and (300180), Bresenham line drawing algorithm.
Platform: | Size: 7168 | Author: 董栋 | Hits:

[GDI-Bitmap61549808DDABresenham

Description: 运用Bresenham画圆法实现圆的扫描转换-Drawcircle realize the use of Bresenham circle scan conversion
Platform: | Size: 2538496 | Author: dailiu | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 49 »

CodeBus www.codebus.net