登录
首页 » Visual C++ » tuxingxuedazouye

tuxingxuedazouye

于 2020-11-09 发布 文件大小:2111KB
0 251
下载积分: 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 个回复

  • VER2
    一个TC画图软件,使用TC编译,具有程序框架及结构,适合改编而具有个性(a TC Drawing TOOL)
    2013-12-31 21:55:51下载
    积分:1
  • Droplet
    液滴在壁面上流动的程序 可以用 tecplot画图 效果很好(The flow of the liquid drop on the wall of the program can be used to draw the effect of Tecplot is very good)
    2015-09-15 09:09:08下载
    积分:1
  • FillRegion
    图形学上机程序,利用种子填充和扫描线算法实验区域的填充。有助于学习者掌握填充算法。进一步理解和学习图形学。(Graphics on procedures, the use of seed filling and scan line algorithm experimental area fill. Help learners fill algorithm. Further understanding and learning graphics.)
    2013-04-18 13:38:32下载
    积分:1
  • Draw
    draw用法。新手必看,通俗易懂,请结合工具书(draw Xinshoubikan usage, easy to understand)
    2015-04-07 15:39:08下载
    积分:1
  • FileShow
    本程序主要是利用NI公司提供的measurement studio控件画曲线,从文件中提取数据,通过定时器动态显示在对话框上。(This procedure is the use of NI offers measurement studio control to draw curves to extract data from the file, through the dynamic timer is displayed in the dialog box.)
    2012-07-16 23:40:49下载
    积分:1
  • NC-create
    数控代码自动生成,Bizer曲线的数控加工代码的自动生成,VC++实现功能(NC create)
    2013-01-17 16:37:52下载
    积分: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
  • 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
  • fenxintu
    分形几何是数学领域里新兴的课题,如果将图形的每个元素按某种规则进行变形,得到新的图形,以此类推,进行若干次变形后得到的图形就是分形图形。本程序实现分形图。(Fractal geometry is the mathematical field of emerging issues, if the graphics of each element according to certain rules of deformation, new graphics, and so on, to carry out a number of graphics after deformation is fractal graphics. This procedure realize fractals.)
    2008-06-03 11:21:52下载
    积分:1
  • The-scale-can-be-designed
    可以动态移动的尺度的设计,适合图形显示和控制(The scale can be designed to dynamically move, for graphics display and control)
    2013-07-28 22:50:46下载
    积分:1
  • 696516资源总数
  • 106571会员总数
  • 2今日下载