登录
首页 » Visual C++ » tuxingxuedazouye

tuxingxuedazouye

于 2020-11-09 发布 文件大小:2111KB
0 294
下载积分: 1 下载次数: 0

代码说明:

说明:  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)

文件列表:

tuxing
......\图形学大作业
......\............\Debug
......\............\graphics_work.aps
......\............\graphics_work.clw
......\............\graphics_work.cpp
......\............\graphics_work.dsp
......\............\graphics_work.dsw
......\............\graphics_work.h
......\............\graphics_work.ncb
......\............\graphics_work.opt
......\............\graphics_work.plg
......\............\graphics_work.rc
......\............\graphics_workDoc.cpp
......\............\graphics_workDoc.h
......\............\graphics_workView.cpp
......\............\graphics_workView.h
......\............\MainFrm.cpp
......\............\MainFrm.h
......\............\res

......\............\...\graphics_work.rc2


......\............\Resource.h
......\............\StdAfx.cpp
......\............\StdAfx.h
......\计算机图形学实验报告.doc

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • E5
    说明:  计算机图形学实验,完成立方体的三视图和等轴侧投影(Computer graphics experiments, the completion of three cube view and isometric projection)
    2013-11-08 15:58:42下载
    积分:1
  • drawMFC
    一个简单的程序,可以绘制点、线、圆、方。可以保存成一定格式的图片文件。软件最大的问题是绘图基本在对应的鼠标事件里进行,而没有在paint方法里进行,可借鉴。(A simple program, you can draw points, lines, circles, square. Can be saved into a certain format image files. The biggest problem is the graphics software basic mouse events in the corresponding conduct, but not in the paint method in the conduct, we may learn.)
    2013-09-13 09:27:12下载
    积分:1
  • Elliptic-Curve-Encryption-Algorithm
    能实现椭圆曲线密码的加密解密过程,功能齐全,易于实现(Can realize the elliptic curve cryptography decipher process, function is complete, easy to realize)
    2017-01-05 11:36:56下载
    积分: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
  • MPFMS
    工业控制监控软件,画动态曲线. 仪表盘显示。(Painting dynamic curve. Draw dynamic curve the painting dynamic curve. Draw dynamic curve)
    2013-05-16 13:04:49下载
    积分:1
  • shiboqi
    该VB程序可以将外部输入的数据以图形的方式画出,提供了一个参考,并有图形刷新功能,很详细的介绍了VB的画图功能(The VB program can draw the external input of data in graphical form, to provide a reference, and graphics refresh function, a very detailed description of the VB drawing functions )
    2012-12-20 14:43:50下载
    积分:1
  • proe5.0
    可以画图的功能强大cad软件一定不要错过你值得拥有制图高级工具(You can paint the powerful CAD software must not miss you worthy of drawing advanced tools )
    2014-07-30 16:14:07下载
    积分:1
  • HDC-CDC-CClientDC-CPaintDCC-WindowDC
    集中介绍了HDC,CDC,CClientDC,CPaintDC,CWindowDC的使用方法和区别,绘图显示效果,区分窗口客户区。(Focus on the HDC, CDC, CClientDC, CPaintDC, CWindowDC to use and distinction, graphics effects, to distinguish the window client area.)
    2013-11-30 23:35:02下载
    积分:1
  • MFC-drawing
    MFC做的画图软件 只能画直线 还有待改进 适合初学者 看看(MFC do draw a straight line drawing software can be improved for beginners look)
    2013-12-19 15:51:43下载
    积分:1
  • 6
    说明:  画线程序,vc++图像处理原程序-_图像 处理(Draw a line procedures, vc++ Images deal with the original program-_ Image Processing)
    2008-03-30 09:06:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载