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

Search list

[Windows DevelopBresenhamCircle

Description: 利用Bresenham画圆法画同心圆-use Concentric Circle paintings
Platform: | Size: 1024 | Author: | Hits:

[GDI-BitmapCGHomework

Description: 这个程序是我的一个图形学课程的小作业,其中实现了Bresenham直线插补算法、Barsky线框裁剪算法、平行六面体自消隐算法以及绕任意轴的旋转算法。-this procedure is a small graphics course operations, which achieved a Bresenham interpolation algorithm, Barsky wireframe cutting algorithm, parallel hexahedron since blanking algorithm and around the axis of rotation of arbitrary algorithm.
Platform: | Size: 31744 | Author: 聂青阳 | Hits:

[Fractal program图形基础

Description: 中点画线法,中点画圆法,DDA画线法,Bresenham画线法,Bresenham画圆法-were dotted line, the midpoint Circle, DDA line drawing, Bresenham line drawing, Bresenham Circle France
Platform: | Size: 5120 | Author: 波波 | Hits:

[Graph programtxx

Description: bresenham的直线生成算法的代码-generation algorithm code
Platform: | Size: 1024 | Author: 黄卉 | Hits:

[GDI-Bitmap3qwes

Description: 用Bresenham画圆算法绘制椭圆-with Bresenham algorithm mapping Circle Oval
Platform: | Size: 32768 | Author: 几米 | Hits:

[Graph DrawingZhuYouyong

Description: 直线的DDA,bresenham算法画图 圆的bresenham算法画图 椭圆的bresenham算法画图 均匀B样条曲线算法画图 多边形的Y-X填充算法画图 动态三维立体图形的正透视投影图-linear DDA, bresenham algorithm for drawing a round of bresenham algorithm to draw the ellipse drawing algorithm bresenham uniform B-spline curves polygon drawing algorithm Y-X filling algorithm drawing dynamic 3D graphics is the perspective projection map
Platform: | Size: 1972224 | Author: 朱友勇 | Hits:

[File Format中点椭圆画法

Description: 源代码是中点Bresenham椭圆法。可以为初学者提供参考。-source code is the midpoint of Bresenham oval law. For beginners can provide a reference.
Platform: | Size: 1024 | Author: 武威风 | Hits:

[Windows DevelopDrawGraph

Description: 计算机图形学的上机:bresenham画线算法,bresenham画圆,拾取算法,种子填充算法-computer graphics programs: bresenham drawing line algorithm,bresenham circle algorithm,etc.
Platform: | Size: 89088 | Author: 小分 | Hits:

[Other图形圆的生成算法

Description: 斜率为0~1和大于1的Bresenham画线程序,将该算法程序扩展到任一八分圆坐标空间图,从而形成一般的Bresenham画线算法。-slope of 0 to 1 and more than a line drawing of Bresenham procedures, the extension of this algorithm, arrived on January 8 pm Yuan map coordinates space, thus forming a general line drawing Bresenham algorithm.
Platform: | Size: 1024 | Author: | Hits:

[Other图形学直线的生成算法

Description: 圆心在原点,半径为R的第一个4分圆的Bresenham画圆算法程序,将该算法程序推广到任一四分圆,从而形成一般的Bresenham画圆算法。并利用Bresenham画圆算法画出一个圆心在点(xc,yc), 半径为R, 圆周颜色为color的圆-Center in the basics of radius R for the first four hours round the Bresenham algorithm Circle procedures, procedures for the promotion of this algorithm, arrived on January 4 pm yen, thus forming a general Circle Bresenham algorithm. Circle and the use of Bresenham algorithm to identify a point in the center of a circle (xc, yc), the radius R, Circle color color circle
Platform: | Size: 1024 | Author: | Hits:

[Windows DevelopBresenham_Middle_line

Description: 图形直线中点生成算法,Bresenham画直线,Bresenham画椭圆-This is a arithmetic of Bresenham_Middle_line.It draw line and ellipse acrossed Bresenham.
Platform: | Size: 51200 | Author: 沈征华 | Hits:

[GDI-BitmapComputerGraphicsDemo

Description: 内含直线生成的dda,中点画线算法及Bresenham算法界面美观方便实用-Intron line generated dda, dotted line algorithm and interface Bresenham algorithm facilitate practical aesthetics
Platform: | Size: 772096 | Author: 刘超 | Hits:

[2D GraphicBresenhamView

Description: 这个是本人对Bresenham算法的一点点看法,想和各位图形学爱好者共同探讨一下其优化算法!-this is my right Bresenham algorithm a little bit of views, and you want to explore graphics enthusiasts about their optimization algorithm!
Platform: | Size: 1024 | Author: 徐福龙 | Hits:

[Graph program五边形的虚线填充

Description: 虚线填充五边形试验 ,用到了bresenham划线算法-dotted filled test uses bresenham crossed Algorithm
Platform: | Size: 2048 | Author: 梁清 | Hits:

[Otherpaint2

Description: Bresenham直线生成算法,初始华起点和终点后就可以画出直线了-Bresenham algorithm, the initial starting point and destination, China can draw straight after the
Platform: | Size: 1936384 | Author: | Hits:

[GDI-Bitmaphuayuan

Description: 这是一个生成圆周的源代码,首先用Bresenham算法生成八分圆坐标,再计算出8个对称点,生成圆周的所有点之后,按y值排序,转换成线段表。-This is a generation of source code circumference, first using Bresenham algorithm generated nearly circular coordinates, and then work out eight symmetry, circumferential generate all points, according y values, in order of conversion segment table.
Platform: | Size: 1024 | Author: 朱云 | Hits:

[GDI-BitmapVesa_w

Description: 函数int line_coor(int x1,int y1,int x2,int y2,struct DOT *dot) 采用Bresenham算法生成直线段的坐标-function int line_coor (int x, int y1, x2 int, int y2, struct* dot DOT) Bresenham algorithm used to create line and the coordinates of
Platform: | Size: 4096 | Author: 朱云 | Hits:

[GDI-Bitmapgraphic_demo

Description: 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students learning graphics and engineering staff a good tool, they demonstrated a dynamic graphics generation process, the detailed source code so that you can run after the paste, including DDA, resenham, point by point comparison Linear Algorithm; Bresenham, DDA, the midpoint Circle algorithm; N bezier, spline, Bspling, Hermite curve generation algorithm; single, bilinear, Bezier surface generation algorithm; vector, Character generation algorithm; scanning fill the seed filling algorithm, polygons, linear cutting algorithm; translation ratio, rotation, symmetric origin , Shear Transform algorithm;
Platform: | Size: 806912 | Author: 冯宾 | Hits:

[2D GraphicReline

Description: 小小的橡皮筋技术加Bresenham算法的直线生成程序,以前很少可以有可执行的Bresenham直线程序-small rubber-band technique and the Bresenham algorithm for generating linear process, before it can rarely enforceable procedures Bresenham
Platform: | Size: 35840 | Author: 不做大哥 | Hits:

[OpenGL programangel_11

Description: 这是根据Bresenham算法做的画直线程序,用vc实现 更加接近实际情况-This is done under the Bresenham algorithm paintings linear process, with vc achieve a more closer to reality
Platform: | Size: 1024 | Author: 利好 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 49 »

CodeBus www.codebus.net