- 1、本文档共19页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
该设计论文已经通过各大高校老师审核认可并通过答辩,。欢迎大家下载学习交流。如有疑问可随时联系店主,竭诚为您解答!!
《面向对象程序设计》
课程设计
题 目: 吃豆子游戏程序学与计算科学学院与计算科学
指导老师:
日 期: 2014 年 12 月 30 日
心得体会
摘 要
MFC是Windows编程的面向对象化,是对Windows函数的简单封装,使用MFC编程可以在短时间内编写一个Windows程序,而不必写大量Windows代码,所以我使用MFC编写了一个吃豆子程序,该程序实现了一个能过使用方向键控制消除屏幕上存在的豆子的功能,当用户按键盘向上、下、左、右键或每格一秒钟,嘴的状态发生改变,或是从一个方向张开向另一个方向,或是由张开变成闭合状态,从而实现嘴一张一合前进,当嘴所经过位置有豆子,豆子被消除而不再出现,所有豆子被“吃”完时,程序弹出对话框“You win ,Exit?”,用户点确定后可退出程序。实现方法:嘴的张开与闭合分别用MFC的Pie和Ellipse函数实现,豆子被存储在一个标记数组中,豆子被吃时数组相应元素标记为零。在OnDraw()函数中画出每个豆子和嘴的原始位置,在响应键盘上下左右方向虚拟键VK_UP、VK_DOWN、VK_LEFT、VK_RIGTH的函数中控制豆子移动和嘴的方向,程序开始时在响应WM_CREATE消息的函数中设置一个TIMER,方向键消息和TIMER消息统一由一个判断函数处理从而实现自动前进时的沿当前方向前进。
关键字:程序设计 豆子 MFC
Abstract
MFC is a Windows-based object-oriented programming, it is a simple package of Windows function , using the MFC programming can make us write a Windows program in a short time, without having to write a lot of Windows code, so I use MFC written a eat-beans program ,in this program we can use the arrow keys to control the mouth to move to eliminating the beans on the screen, when the user presses the keyboard up, down, left, right, or each time one second goes by, the state of the mouth changed, it change from one direction to another direction, or from an opening state to a closed state. So we can obtain a mouth moving forward with its lips keeping closing and opening, if a bean is in the way of the mouth, it will be eliminated by setting its element in the mark array as zero. when all beans have bean eaten, a dialog box prompts: You win, Exit?, after the user clicks OK , the game terminates. Implementation method: We can use the MFCs Pie function to draw a open mouth, while the Ellipse function to draw the closed mouth, all beans would be stored in a 2d array, if it exist ,we mark the corresponding element nonzero ,mouth and all beans can be drew in the OnDraw function of MFC, the mouth present direction can be changed by the direction message updated in the VK_UP, VK_DOWN, VK_LEFT, VK_RIGTHs and the sel
您可能关注的文档
- 英语本科毕业论文-A Brief Analysis of Teaching Environment Affecting Chinese Students’ English Learning.doc
- 英语本科毕业论文-The loanwords in the Development of English and Chinese.doc
- 英语本科毕业论文-The Analysis of Emotions in Wuthering Heights.doc
- 英语本科毕业论文-The Use of Body Language in Junior English Teaching.doc
- 英语本科毕业论文-变与不变:中国形象自改革开放以来在美国电影中的变迁.doc
- 英语本科毕业论文-多媒体在英语单词教学中的应用.doc
- 英语本科毕业论文-美国奴隶制度对黑人的摧残--《宠儿》主题评析.doc
- 英语本科毕业论文-牛仔裤文化浅析.doc
- 英语本科毕业论文-浅析《了不起的盖茨比》中颜色的蕴义.doc
- 英语本科毕业论文-如何提高小学生英语学习兴趣.doc
最近下载
- 牙齿健康和龋齿预防科普知识ppt(共67张PPT).pptx VIP
- 2024年10月 政法干警锻造新时代政法铁军专题研讨班发言材料.docx VIP
- 反恐验厂-危机管理和应急恢复计划.doc
- 2024.10 政法干警锻造新时代政法铁军专题研讨班发言材料.docx VIP
- 六年级上册快乐读书吧知识测试题及答案.pdf VIP
- 北京字节跳动科技有限公司运营模式分析及发展趋势预测研究报告.docx VIP
- 《财务风险管理—以乐视公司为例》10000字.docx
- 人教八年级上册物理《光的反射》PPT教学课件.pptx
- 信息资源管理专业毕业设计论文:信息资源管理在学校教育中的应用研究.docx VIP
- 网络安全项目网络建设方案.doc
文档评论(0)