CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Computer Graphics Program polygon
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Computer Graphics Program polygon - List
[
Special Effects
]
多边形简单填充
DL : 0
该程序是计算机图形学的一个实验题,实现多边形的扫描填充-the program is a computer graphics experiment and achieve filled polygon scan
Date
: 2008-10-13
Size
: 51.66kb
User
:
顾婷婷
[
GDI-Bitmap
]
1023
DL : 0
计算机图形学试验源代码,有关于多边形填充得演示程序。 -computer graphics test source code, polygon filling in on the demonstration program.
Date
: 2008-10-13
Size
: 455.72kb
User
:
蒋
[
Special Effects
]
多边形简单填充
DL : 0
该程序是计算机图形学的一个实验题,实现多边形的扫描填充-the program is a computer graphics experiment and achieve filled polygon scan
Date
: 2025-07-09
Size
: 3.53mb
User
:
顾婷婷
[
GDI-Bitmap
]
1023
DL : 0
计算机图形学试验源代码,有关于多边形填充得演示程序。 -computer graphics test source code, polygon filling in on the demonstration program.
Date
: 2025-07-09
Size
: 455kb
User
:
蒋
[
Graph Drawing
]
ComputerGraphics
DL : 0
用MFC 实现的画图程序, 多边形填充算法. 包括扫描线算法和种子填充算法. 可以选择颜色-Using MFC to achieve the Paint program, polygon filling algorithm. Including the scan line algorithm and seed fill algorithm. Can choose the color
Date
: 2025-07-09
Size
: 1.31mb
User
:
Tim
[
2D Graphic
]
2ddraw
DL : 0
计算机图形学大作业,一、 调用画点的函数,用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
Date
: 2025-07-09
Size
: 3.53mb
User
:
ling
[
GDI-Bitmap
]
scanline
DL : 0
实现计算机图形学扫描线算法填充多边形.程序用vc++6.0实现。-The realization of computer graphics scanline polygon fill algorithm. Program using vc++6.0 to achieve.
Date
: 2025-07-09
Size
: 229kb
User
:
xuhang75
[
Windows Develop
]
Line
DL : 0
计算机绘图的经典绘图程序(包括直线绘制,多边形,填充,切割)-Classic computer graphics drawing program (including a straight-line drawing, polygon, filling, cutting)
Date
: 2025-07-09
Size
: 3.86mb
User
:
冯龙
[
Graph program
]
tuxingxue
DL : 0
该程序包里包含了计算机图形学所学的各种算法的源程序: 1、直线算法(B算法、DDA算法和中点算法) 2、圆弧算法 3、多边形填充算法(有序边发、种子算法和图案填充算法) 4、二维变换算法 5、直线二维裁剪算法 6、三维变换算法 程序包中有各算法的源程序和可执行程序,另外还有的程序说明和解释,保证容易看懂。程序都是本人亲自编写,控制台C程序用 Turbo C 编写,图形界面程序用 VC 编写。并全部测试成功。 有任何问题可与本人联系: QQ:44452114 E-mail:lewsn2008@yahoo.com.cn -The program package contains a variety of computer graphics algorithms learned source: 1, straight line method (B algorithm, DDA algorithm and the mid-point algorithm) 2, 3 arc algorithm, polygon fill algorithm (ordered edge hair, Seed algorithms and pattern filling algorithm) 4, two-dimensional transform algorithm 5, line two-dimensional cutting algorithm is six, three-dimensional transform algorithm package has various algorithms source and executable programs, in addition to description and explanation of procedures to ensure easy read. Procedures are personally write console C program using Turbo C write, write GUI programs using VC. And they are all tested successfully. Can I have any questions contact: QQ: 44452114 E-mail: lewsn2008@yahoo.com.cn
Date
: 2025-07-09
Size
: 306kb
User
:
lewsn2008
[
Graph program
]
computer-graphics
DL : 0
计算机图形学的作业。该程序包括图形生成(DDA直线/中点直线/BH直线/中点圆/正负圆/BH圆),图形显示(边缘/种子/扫描线填充),二维裁剪(CS/中点分割/LB/多边形裁剪),图形变换(平移/对称变换/旋转/缩放),曲线生成(Bezier曲线/B样条曲线/Hermite曲线)的算法。-It is my computer graphics work. The program includes graphics generation (DDA line/mid-point of line/BH line/mid-point circle/plus or minus Yuan/BH circle), graphical display (Edge/seed/scan line fill), two-dimensional cutting (CS/midpoint split/LB/polygon clipping), graphics transform (translation/symmetry transform/rotate/zoom), Curve (Bezier curve/B-spline curve/Hermite curve) algorithms.
Date
: 2025-07-09
Size
: 2.02mb
User
:
张君珏
[
Graph Drawing
]
graphics
DL : 0
这是我带计算机图形学实验时的一些资料,里面包括了基本的绘图程序:图形裁剪,画时钟,画圆,画直线,多边形填充,显示模式。还有一些学习MFC的资料和书籍以及绘图程序常用的函数。-This is my experiment with computer graphics some of the information, which includes a basic drawing program: Graphic cutting, painting clock, draw a circle, draw a straight line, polygon fill, display mode. There are a number of learning materials and books as well as the MFC-drawing program commonly used functions.
Date
: 2025-07-09
Size
: 34.16mb
User
:
赵艳
[
Internet-Network
]
Draw
DL : 0
计算机图形学实习编程Visual C++源代码,包括直线、圆、椭圆、矩形、多边形、填充、文字、裁剪-Computer graphics internship program Visual C++ source code, including a straight line, round, oval, rectangle, polygon, filling, text, cutting ......
Date
: 2025-07-09
Size
: 3.69mb
User
:
哈哈
[
Internet-Network
]
HuangXu
DL : 0
计算机图形学实习编程Visual C++源代码,包括直线、圆、椭圆、矩形、多边形、填充、文字、裁剪-Computer graphics internship program Visual C++ source code, including a straight line, round, oval, rectangle, polygon, filling, text, cutting ......
Date
: 2025-07-09
Size
: 2.09mb
User
:
哈哈
[
Graph Drawing
]
ddsa~1
DL : 0
一个简单的计算机图形学程序--多边形渐变-A simple computer graphics program- Polygon Blending
Date
: 2025-07-09
Size
: 1kb
User
:
look
[
2D Graphic
]
graphics
DL : 0
一个计算机图形学的vc++程序示例.调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆 多边形扫描转换算法和区域填充算法实现-A computer graphics vc++ program examples. Call draw point function with DDA, the midpoint algorithm and the midpoint algorithm to draw lines circle and ellipse polygon scan conversion algorithm and region filling algorithm
Date
: 2025-07-09
Size
: 124kb
User
:
Jack
[
OpenGL program
]
Polygon
DL : 0
计算机图形学教学演示程序——基于opengl的多边形填充程序。-Teaching computer graphics demonstration program- based on opengl polygon fill procedure.
Date
: 2025-07-09
Size
: 432kb
User
:
fangjian
[
Graph Drawing
]
computer-picture
DL : 0
计算机图形学的绘图程序,功能包括生成直线、多边形、圆和字符,还有图形的基本变换(平移、旋转和缩放)、还包括多边形裁剪-Computer graphics drawing program, include generating line, polygon, circle and character, as well as basic graphics transformations (translation, rotation and scaling), but also polygon clipping
Date
: 2025-07-09
Size
: 6.48mb
User
:
王杰
[
2D Graphic
]
jisuanjituxingxue
DL : 0
计算机图形学编程,画线、画点、画圆、画多边形并对其进行填充。-Computer graphics program, draw lines, draw point, circle, polygon drawing and filling them.
Date
: 2025-07-09
Size
: 5.33mb
User
:
李
[
Special Effects
]
polygon-scan
DL : 0
这是一个c++程序,用于多边形扫描转换算法。有助于学习计算机图形学。-This is a c++ program for polygon scan conversion algorithm. Conducive to learning computer graphics.
Date
: 2025-07-09
Size
: 7kb
User
:
章鱼
[
Graph Drawing
]
Computer-graphics
DL : 0
计算机图形学本程序是基于VC++环境下的MFC程序,主要实现了二维图形的显示与绘制,具体功能如下: (1)画直线、画多边形、画圆、画字符 (2)对多边形进行填充 (3)图形裁剪 (4)图形的几何变换 (5)三维图形的消隐及着色 -Computer graphics of this program is the the MFC program based on VC++ environment, the main achievement of the two-dimensional graphical display and rendering, specific functions are as follows: (1) draw a straight line, polygon drawing, draw a circle, draw characters (2) of the polygon fill (3) Graphics Clipping (4) graphic geometric transformation (5) three-dimensional graphics blanking and coloring
Date
: 2025-07-09
Size
: 78kb
User
:
吴程序
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.