文件名称:EXAMPLE9-SAMEBALL
介绍说明--下载内容均来自于网络,请自行研究使用
Sameball/// ////History Apr.30 完成DirectDraw 初始化,可以在Release Edition 正常工作 May.1 完成了主要的数据类 May.2 更正了SameBallMap 的错误,完成了界面。 May.2 再次更正SameBallMap 的错误 May.8 添加DirectSound 部分,主要代码引自 Eugene Olafsen(美)等 著 MFC Programming with Visual C++ 6 Unleashed May.11 基本完成,除了改变窗口大小。 May.12 全部完成,可以将窗口设为两种大小,并可保存最后的改变。 May.20 更正成绩保存代码,以及状态栏异常////////////////Classes: Ball 球类,包含球的颜色(0,1,2),球的状态(int),球的外部标识。 MapNode 网结类,定义了一个专用的二维链表类的节点,包含该节点的 挂球位,该节点的组号,节点的外部标识。 SameBallMap 包含二维链表(由15*10个节点组成),实现对游戏的球对象的 完全管理. -Sameball /// /// //// History Apr.30 DirectDraw completed initialization, in the Release Edition normal work May.1 completed a major data categories SameBallMap May.2 corrected the error, completed the interface . May.2 SameBallMap again corrected the erroneous May.8 added DirectSound, the major source cited in Eugene Olafsen (US) waiting for MFC Programming with Visual C 6 May.11 basically completed 119,000, in addition to changing the size of the window. May.12 completed, the window can be set to both the size and preservation of the last change. May.20 corrected results preservation code, and status bar abnormal //////////////// Classes : Ball ball, the ball includes the color (0,1,2), the state - (int), the ball the external logo. MapNode network node categories, the definition of
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 304017example9-sameball.rar 列表 EXAMPLE9-SAMEBALL\BALL.CPP EXAMPLE9-SAMEBALL\BALL.H EXAMPLE9-SAMEBALL\CHILDVIEW.CPP EXAMPLE9-SAMEBALL\CHILDVIEW.H EXAMPLE9-SAMEBALL\MAINFRM.CPP EXAMPLE9-SAMEBALL\MAINFRM.H EXAMPLE9-SAMEBALL\MAPNODE.CPP EXAMPLE9-SAMEBALL\MAPNODE.H EXAMPLE9-SAMEBALL\MMIO.CPP EXAMPLE9-SAMEBALL\MMIO.H EXAMPLE9-SAMEBALL\NAMEINDLG.CPP EXAMPLE9-SAMEBALL\NAMEINDLG.H EXAMPLE9-SAMEBALL\READFIRST.TXT EXAMPLE9-SAMEBALL\README.TXT EXAMPLE9-SAMEBALL\RES.ZIP EXAMPLE9-SAMEBALL\RESOURCE.H EXAMPLE9-SAMEBALL\SAMEBALL.APS EXAMPLE9-SAMEBALL\SAMEBALL.CLW EXAMPLE9-SAMEBALL\SAMEBALL.CPP EXAMPLE9-SAMEBALL\SAMEBALL.DSP EXAMPLE9-SAMEBALL\SAMEBALL.DSW EXAMPLE9-SAMEBALL\SAMEBALL.H EXAMPLE9-SAMEBALL\SAMEBALL.NCB EXAMPLE9-SAMEBALL\SAMEBALL.OPT EXAMPLE9-SAMEBALL\SAMEBALL.PLG EXAMPLE9-SAMEBALL\SAMEBALL.RC EXAMPLE9-SAMEBALL\SAMEBALLMAP.CPP EXAMPLE9-SAMEBALL\SAMEBALLMAP.H EXAMPLE9-SAMEBALL\SCORELIST.CPP EXAMPLE9-SAMEBALL\SCORELIST.H EXAMPLE9-SAMEBALL\STDAFX.CPP EXAMPLE9-SAMEBALL\STDAFX.H EXAMPLE9-SAMEBALL\WAVE.CPP EXAMPLE9-SAMEBALL\WAVE.H EXAMPLE9-SAMEBALL\RES\ACTIVE.WAV EXAMPLE9-SAMEBALL\RES\BITMAP1.BMP EXAMPLE9-SAMEBALL\RES\BITMAP2.BMP EXAMPLE9-SAMEBALL\RES\BITMAP3.BMP EXAMPLE9-SAMEBALL\RES\GAMEOVER.WAV EXAMPLE9-SAMEBALL\RES\KILL.WAV EXAMPLE9-SAMEBALL\RES\MUSIC.WAV EXAMPLE9-SAMEBALL\RES\SAMEBALL.CHM EXAMPLE9-SAMEBALL\RES\SAMEBALL.ICO EXAMPLE9-SAMEBALL\RES\SAMEBALL.RC2 EXAMPLE9-SAMEBALL\RES EXAMPLE9-SAMEBALL\DEBUG EXAMPLE9-SAMEBALL