-
Computer_Graphics_Algorithm
该程序实现了图形学中的一些算法,如画线、画圆,填充、直线多边形、扫描转换,扫描线消隐算法以及一个简单的Gouraud光照模型。(the realization of a number of graphics algorithms, painting lines, the Circle, filling, linear polygon scan conversion, Lines scanning algorithm and a simple scan illumination model.)
- 2020-12-31 20:58:58下载
- 积分:1
-
VB-project
说明: 用VB编写的简易的绘图程序,用来绘制直线圆和矩形,可以选择绘图颜色和画笔粗细。(VB, easy to use drawing program, circles and rectangles to draw a straight line, you can select the drawing pen color and thickness.)
- 2020-12-19 20:29:10下载
- 积分:1
-
Painter
画画的,一个简简单单的画画的小型的C++编的软件(Paint of, a Chien is simple painting of list of small scaled C++weave of software)
- 2011-12-17 00:25:46下载
- 积分:1
-
jxfmjjs
解析法面积计算,读数据文件,计算后生成结果文件,任意多边形的顶点坐标,然后 计算出面积是平方米和公顷(analytical calculation, reading data files, calculation results generated documents, arbitrary polygon vertices, then compute the area of square meters and ha)
- 2020-06-28 17:40:02下载
- 积分:1
-
Graphic2
VC++几何绘图实例,如何让CDC上输出的文字、图形具有保持功能,集合类CPtrArray的使用(failed to translate)
- 2013-05-02 09:46:31下载
- 积分:1
-
Bresenham
简单计算机图形学算法,通过直线中点Bresenham算法,绘制直线。(
Simple computer graphics algorithms, Bresenham line passing through the midpoint algorithm, draw a straight line.)
- 2014-02-17 21:22:36下载
- 积分:1
-
mx_zhao3
画图 可保存读取 Bresenham算法 中点画线法 数值微分法(DDA)(Paint to save the Bresenham algorithm were dotted line is read the numerical differentiation Act (DDA))
- 2012-08-22 17:09:11下载
- 积分:1
-
Draw
用VC++6.0开发的画图程序。可以绘制基本图形和填充各种颜色,绘制直线部分有些问题。请大家帮忙解决(The Paint program developed with VC++6.0. You can draw basic graphics and filled a variety of colors, draw a straight portion of some of the problems. Please help solve)
- 2012-08-27 23:17:10下载
- 积分:1
-
Couette
用C++模拟LBM的couette流源代码,使用周期边界和曲线边界条件。(LBM simulation using C++ source code of couette stream, using periodic boundary conditions and boundary curves.)
- 2021-03-29 09:29:11下载
- 积分:1
-
tuxingxuedazouye
说明: 1. 做一个集成的图形界面的程序,可调用每一次作业子程序。
2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。
3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。
4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。)
5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。
6. 两种扫描多边形扫描转换算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法任选一种);
7. 4连通区域的递归种子填充算法,和扫描线种子填充算法,要求种子点(x,y)可交互输入)。
8. 简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。
9. 交互式Bezier曲线的输入绘制程序实现
(1. So an integrated graphical interface procedures, which call for each operation subroutine. 2. Calling the painting point function, with DDA, the midpoint algorithm painting line and the midpoint algorithm and France Circle and the positive and negative parabola. 3. Interactive 2D linear intersection : If there intersection with a solid circle indicates Nodal and writing to demonstrate its coordinates. 4. Using 2D animation graphics transform algorithms to achieve the specified physical translation, rotation and scaling. (Including walking and cycling around the fixed point of rotating objects from the rotating animation.) 5. Line cutting and polygon clipping algorithm to achieve the animation demo. (Two segments cutting algorithm and H-S-by-side polygon clipping algorithm) polygon clipp)
- 2020-11-09 20:49:46下载
- 积分:1