Welcome![Sign In][Sign Up]
Location:
Search - Line Midpoint MFC

Search list

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

[Graph DrawingGraphics

Description: 作为图形图像课程的设计,内容有椭圆中点(Bresenham算法),圆中点(Bresenham算法),直线中点Bresenham算法,画椭圆,画多边形(5边),画折线(6个点)。运行在VC6.0下用MFC-As a graphic image curriculum design, content elliptical midpoint (Bresenham algorithm), round the mid-point (Bresenham algorithm), a straight line mid-point Bresenham algorithm, oval painting, drawing polygons (5 edges), painting line (6 points). Run in VC6.0 using MFC
Platform: | Size: 3765248 | Author: wangkafeng | Hits:

[GDI-BitmapBaseDrawing

Description: 这是用MFC开发的画图软件,包括画直线,圆和椭圆,圆和椭圆是用中点画圆法-This is developed with MFC drawing software, including painting a straight line, circular and oval, round and ellipse is the midpoint of drawcircle
Platform: | Size: 1953792 | Author: hongmao | Hits:

[GDI-BitmapLine_Circle

Description: MFC用中值法画直线,用中点法画圆,两者结合在一起-MFC value method used in drawing a straight line, draw a circle with the midpoint method, the two together
Platform: | Size: 1929216 | Author: Nigel | Hits:

[Special Effectszycgline

Description: 用MFC将窗体分割,画直角坐标系。通过控制台实现直线的Bline、DDA算法和圆的中点算法-MFC will be split with the form, draw a Cartesian coordinate system. Achieved through the console line Bline, DDA algorithm and the midpoint circle algorithm
Platform: | Size: 46080 | Author: 朱勇 | Hits:

[Special Effectslab

Description: 用MFC写的实现直线(DDA算法,中点算法和Bresenham算法)、圆(八分画圆)。-Line with the implementation of MFC write (DDA algorithm, Bresenham midpoint algorithm and the algorithm), round (eighth of the circle.)
Platform: | Size: 1921024 | Author: Jim | Hits:

[Windows Developlab

Description: 用MFC实现的直线(DDA算法、中点算法和Bresenham算法)、圆(八分画圆)、椭圆(四分画椭圆)。-Line with the MFC implementation (DDA algorithm, Bresenham midpoint algorithm and the algorithm), round (eighth circle), elliptic (oval four paintings).
Platform: | Size: 1957888 | Author: Jim | Hits:

[Graph DrawingGraphicsE

Description: 图形学 一些算法的实现 直线、圆、椭圆 中点偏差算法 barsky、编码法直线裁剪算法的实现 Bezier曲线 mfc编程-Some graphics algorithm for straight line, circle, ellipse midpoint deviation algorithm barsky, coding algorithms achieve linear Bezier curve cutting mfc programming
Platform: | Size: 3740672 | Author: Earl | Hits:

[Graph Drawingbasic-graph-generation

Description: 一个图形生成MFC系统,有计算机图形学的基本图形绘制算法,包括直线的三种(DDA,中点,Bresenham),圆的两种(中点,Bresenham),椭圆(中点)及区域填充(多边形扫描线,种子扫描)-MFC system to generate a graph, with the basic graphics computer graphics rendering algorithms, including three straight (DDA, the mid-point, Bresenham), round two (mid-point, Bresenham), oval (midpoint) and the area filled ( polygon scan line, scan the seed)
Platform: | Size: 2009088 | Author: qq | Hits:

[GDI-BitmapSam1

Description: 在MFC上中点法画圆画直线,DDA算法画直线,计算机图形学实验-Midpoint circle drawing a straight line, draw a straight line of the DDA algorithm
Platform: | Size: 3674112 | Author: 汪静 | Hits:

[2D GraphicCMyView

Description: 基于MFC单文档像是绘制直线,圆,椭圆。治安先画法有DDA,中点,Breaseme画法,圆有两种画法-Like to draw a straight line, circle, ellipse-based MFC single document. The law and order first painting DDA, the midpoint the, Breaseme painting, round two painting
Platform: | Size: 2418688 | Author: yantian | Hits:

[Graph programGraphic-Formation-and-transformation

Description: 计算机图形学,用VC++ MFC实现,可实现用DDA、中点、bresenham算法画直线,用中点、正负、bresenhan算法画圆以及画多边形,还可实现图形填充、图形平移、旋转、放大缩小等图形变换功能。-Computer graphics, VC++ MFC achieve, can be realized DDA, the midpoint, bresenham algorithms draw a straight line, with a midpoint, positive and negative, bresenhan algorithms draw a circle, and polygon drawing, but also fill graphics, graphics translation, rotation, zoom and other graphics transformation function.
Platform: | Size: 3309568 | Author: 李强 | Hits:

[Otherdraw

Description: 计算机图形学实验作业,用MFC编的,已经实现了DDA画直线,中点算法画直线,中点画圆和椭圆,扫面转换多边形,种子填充,反走样直线-Computer graphics lab assignments, MFC series has achieved the DDA draw a straight line, the midpoint algorithm to draw a straight line, the midpoint of the circle and the ellipse, sweep the surface into polygons, seed filling anti-aliased line
Platform: | Size: 5522432 | Author: 王燕霞 | Hits:

[EditBoxBresenham-Lines-Mid_circle-and-so-on

Description: VS2008下MFC编程,实现Bresenham画线法、中点画圆、椭圆法,计算机图形学。-Under VS2008 MFC programming, Bresenham line, the midpoint Circle, Ellipse, computer graphics.
Platform: | Size: 9605120 | Author: LEO_山 | Hits:

[OtherDrawline

Description: 计算机图形学入门,用MFC实现DDA,中点,Bresenham算法画直线-Computer graphics entry, using MFC DDA, the midpoint, Bresenham algorithm for drawing a straight line
Platform: | Size: 2382848 | Author: 郭帏 | Hits:

[2D Graphicgraphsj

Description: 图形学 中点画圆算法实现,cs线段剪裁,活性边表扫描填充,图形界面显示 mfc dialog 实现 环境vs2012-Graphics midpoint circle algorithm, cs line cut, side table scan activity filled graphical display mfc dialog achieve environmental vs2012
Platform: | Size: 14465024 | Author: tingting | Hits:

[Graph Drawingdrawline

Description: MFC中使用差分法来画线,虚线,bressenham绘画方法绘制一个完整的线性随机的。用中点画圆圈,你可以修改线条颜色-MFC using differential method to draw lines, dotted line, bressenham painting method to draw a complete linear random. Use the midpoint Circle Circle, you can modify the line color
Platform: | Size: 2342912 | Author: 柏南 | Hits:

[Special Effects2

Description: 熟练使用Visual C++ 6.0里面的MFC,实现直线的扫描转换的三种常用算法:数值微分法(DDA算法),中点画线法,Bresenham算法。-Skilled use of Visual C++ 6 inside the MFC, the realization of linear scan conversion of the three commonly used algorithms: numerical differentiation (DDA algorithm), the midpoint line drawing method, Bresenham algorithm.
Platform: | Size: 179200 | Author: 木思 | Hits:

CodeBus www.codebus.net