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

Search list

[Special EffectsBresenhamFill

Description: 基于breseham算法的多边形填充算法-breseham algorithm based on the polygon filling algorithm
Platform: | Size: 42296 | Author: 杨易 | Hits:

[Other resourceBresenham_Line

Description: breseham画线程序,通过在每列像数中确定与理想直线的像数来进行直线的扫描转换
Platform: | Size: 33073 | Author: xukun | Hits:

[GDI-Bitmapsnowtiger

Description: 本图形学人课程设计报告,内容详尽 里面附带原码和说明文档以及exe程序。 内容包括Breseham算法画直线,圆,椭圆。 还有多边型二维填充算法,还有二维图形的包括平移,旋转,对称,比例,错切等基本变换。以及用Liang-Barsky算法实现的直线段的裁剪。-curriculum design, detailed fringe inside the original code and documentation, and exe. Breseham algorithms including linear paintings, round, oval. There multilateral 2D-filling algorithm, two-dimensional graphics, including translation, rotation, symmetry, proportion, and Shear basic transformation. And with Liang - Barsky algorithm straight cut.
Platform: | Size: 46847 | Author: 刘雪虎 | Hits:

[2D Graphic线段Breseham算法

Description:
Platform: | Size: 1246 | Author: foreversouji@126.com | Hits:

[Special EffectsBresenhamFill

Description: 基于breseham算法的多边形填充算法-breseham algorithm based on the polygon filling algorithm
Platform: | Size: 41984 | Author: 杨易 | Hits:

[GDI-Bitmapsnowtiger

Description: 本图形学人课程设计报告,内容详尽 里面附带原码和说明文档以及exe程序。 内容包括Breseham算法画直线,圆,椭圆。 还有多边型二维填充算法,还有二维图形的包括平移,旋转,对称,比例,错切等基本变换。以及用Liang-Barsky算法实现的直线段的裁剪。-curriculum design, detailed fringe inside the original code and documentation, and exe. Breseham algorithms including linear paintings, round, oval. There multilateral 2D-filling algorithm, two-dimensional graphics, including translation, rotation, symmetry, proportion, and Shear basic transformation. And with Liang- Barsky algorithm straight cut.
Platform: | Size: 46080 | Author: | Hits:

[Graph DrawingBresenham_Line

Description: breseham画线程序,通过在每列像数中确定与理想直线的像数来进行直线的扫描转换-Draw a line breseham procedures as set out in each of several identified in a straight line with the ideals of the few to carry out a straight line as the scan conversion
Platform: | Size: 32768 | Author: xukun | Hits:

[Windows Developbreseham

Description: 这个程序是用Breseham画法在visual c++平台下画直线和圆。可以对图像进行刷新,画多条直线,多个圆-This procedure is used Breseham paint in visual c++ platform for the next drawing a straight line and circle. Can refresh the image, painted more than a straight line, a number of round
Platform: | Size: 3619840 | Author: 郭雪冰 | Hits:

[Windows Developbreseham1

Description: 用breseham画法在visual c++上画圆和直线。图像可以进行刷新,能画多条直线,多个圆-Breseham drawing method used in visual c++ on the Circle and a straight line. Image can be refreshed, able to draw many lines, a number of round
Platform: | Size: 126976 | Author: 郭雪冰 | Hits:

[Graph DrawingBreEllipse

Description: 目前一般只能画标准的椭圆,本代码实现了画斜椭圆,这个程序主要的思想来自Breseham算法!-Can only draw the current standard ellipse, the implementation of the code draw oblique oval, the main idea of this process from Breseham algorithm!
Platform: | Size: 1024 | Author: yanguang | Hits:

[Graph program00000Bresenham_Middle_line

Description: 这是关于计算机图形学如何用BRESEHAM方法制作直线的课程设计报告,内容有源码,调试过程,截图,有文档,希望大家下载-This is about how to use computer graphics methods BRESEHAM straight report of the curriculum design, content source and debugging process, screenshot, there are documents, I hope you download
Platform: | Size: 51200 | Author: xiaobai | Hits:

[Graph program00000000bresenham-homework

Description: 计算机图形学 如何用BRESEHAM方法制作直线的课程设计报告,内容有源码,调试过程,截图,有文档,希望大家下载-How to use computer graphics methods BRESEHAM straight report of the curriculum design, content source and debugging process, screenshot, there are documents, I hope you download
Platform: | Size: 27648 | Author: xiaobai | Hits:

[Graph program909090

Description: 计算机图形学 用BRESEHAM方法制作直线的课程设计报告,内容有源码,调试过程,截图,有文档,希望大家下载-Computer graphics methods used BRESEHAM straight report of the curriculum design, content source and debugging process, screenshot, there are documents, I hope you download
Platform: | Size: 29696 | Author: xiaobai | Hits:

[Graph program09098989bresenham

Description: 计算机图形学 breseham 算法 有课程设计报告 文档总结 截图-Computer graphics algorithms are breseham document summing up the report of the curriculum design screenshot
Platform: | Size: 2006016 | Author: xiaobai | Hits:

[Graph program119128622bresenham_start_1

Description: 计算机图形学 直线画法 BRESEHAM 有文档 总结-Straight-line drawing in computer graphics have a document summing up BRESEHAM
Platform: | Size: 1024 | Author: xiaobai | Hits:

[Windows Developbreseham

Description: Algoritmo de Breseham
Platform: | Size: 2048 | Author: Marianela | Hits:

[OpenGL programbreseham.c

Description: Implementaç ã o do Algoritmo de Bresenham usando em no desenvolvimento de jogos em computaç ã o gráfica
Platform: | Size: 1024 | Author: hélio fernandes | Hits:

[2D GraphicBreseham

Description: 通过breseham算法绘制直线。一种比较普遍的实现方法-Draw a straight line through breseham algorithm. A more common implementation
Platform: | Size: 45056 | Author: steven | Hits:

[GDI-BitmapBresenham

Description: 基于Vsiual C++的直线绘制breseham算法,可根据提供的两个点绘制直线。-Vsiual C++ based line drawing breseham algorithm, can provide two points to draw a straight line.
Platform: | Size: 9851904 | Author: 李文东 | Hits:

[Graph DrawingDrawLine

Description: 采用VC++编写的画线程序,有3种实现算法,包括DDA,Midpoint,Breseham,计算机图形学。(Drawing a line using C++ written procedures, there are three kinds of realization of algorithms, including the DDA, Midpoint, Breseham, computer graphics.)
Platform: | Size: 51200 | Author: vision2sky | Hits:
« 12 »

CodeBus www.codebus.net