- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
摘 要 I
1
2 光栅图形学理论 3
2.1 光栅 3
2.2 直线扫描转换算法 3
2.2.1DDA算法 3
2.2.2 中点画线法 4
2.2.3 Bresenham算法 4
2.3 圆弧的扫描转换算法 5
2.4 多边形的扫描转换与区域填充 6
2.5 直线和多边形的裁减算法 7
3 光栅图形学教学演示系统的总体设计 8
3.1 概要设计 8
9
4 光栅图形学教学演示系统的实现和测试 10
环境 10
运行结果 10
12
参考文献 13
致 谢 14
摘 要
现一个光栅图形学教学演示系统在Windows XP平台下实现,Visual C++ 6.0用为编程工具对进行了详细分析,确定了相应的结构和功能,以及实际开发中所采取的技术。算法、圆弧的扫描转换算法、多边形的扫描转换区域填充直线和多边形的裁减算法等。该系统操作,在模拟的光栅区域上按照算法的原理将图形的光栅化过程展示出来,便于老师在教学中更形象的展示各种算法的工作,也便于学生在过程中能够更好的基本图形生成算法介绍了系统开发设计的全过程,对算法原理做了详细的阐述,也对系统
Abstract
This paper to achieve a raster graphics demonstration system,program under Windows XP platform,Visual C++6.0 with programming tools.Demonstration system for raster graphics for a detailed analysis to determine the appropriate structure and function , as well as the actual development of technology adopted.The demonstration system can show the work process of various algorithms , such as generating three algorithms linear , circular scan conversion algorithms ,polygon scan conversion , area fills ,lines , and polygons reduction algorithms . The system is easy to operate , the rasterization process can be simulated in accordance with the principles of the grating region of the graphic display of the algorithm it easy teachers in teaching operation of the image display more various algorithms , but also easy to better process the students understanding of the basic graphics generation algorithm . Meanwhile , the paper also describes the whole process of system development and design of algorithms to do a detailed exposition of the principles , but also on the function of the system were tested.
The program implements the most basic graphics generation algorithm can be used in teaching computer , and to achieve the effect of improving teaching quality .
引 言
计算机图形学是利用计算机研究图形的表示、生成、处理,显示的一门重要的计算机学科分支。经过30多年的发展,计算机图形学已成为计算机科学中最为活跃的分支之一,并得到广泛的应用。1950年,第一台图形显示器作为美国麻省理工学院(MIT)旋风一号(Whirlwind)计算机的附件诞生。该显示器用一个类似示波器的阴极射线管(CRT)来显示一些简单的图形。在整个50年代,只有电子管计算机,用机器语言编程,主要应用于科学计算,为这些计算机配置的图形设备仅具有输出功能。计算机图
文档评论(0)