资源简介
用MFC实现的简易打字游戏,可以设置难度(通过改变单词下落的速度控制),待打的单词从文件中读取,统计分数,可以显示当前输错状态,可根据输错状态纠正自己的错误
代码片段和文件信息
// Introduction.cpp : implementation file
//
#include “stdafx.h“
#include “wordstest.h“
#include “Introduction.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CIntroduction dialog
CIntroduction::CIntroduction(CWnd* pParent /*=NULL*/)
: CDialog(CIntroduction::IDD pParent)
{
//{{AFX_DATA_INIT(CIntroduction)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}
void CIntroduction::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CIntroduction)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CIntroduction CDialog)
//{{AFX_MSG_MAP(CIntroduction)
ON_BN_CLICKED(IDC_CONFIRM OnConfirm)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CIntroduction message handlers
void CIntroduction::OnConfirm()
{
// TODO: Add your control notification handler code here
int nResult=0;
EndDialog(nResult);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 10996 2011-05-14 16:51 wordstest\Debug\Introduction.obj
文件 0 2011-05-14 16:51 wordstest\Debug\Introduction.sbr
文件 18537 2011-05-14 16:51 wordstest\Debug\MainFrm.obj
文件 0 2011-05-14 16:51 wordstest\Debug\MainFrm.sbr
文件 105697 2011-05-14 16:50 wordstest\Debug\StdAfx.obj
文件 1374989 2011-05-14 16:50 wordstest\Debug\StdAfx.sbr
文件 222208 2011-06-10 00:47 wordstest\Debug\vc60.idb
文件 364544 2011-05-16 09:44 wordstest\Debug\vc60.pdb
文件 5129216 2011-05-16 09:44 wordstest\Debug\wordstest.bsc
文件 127052 2011-05-16 09:44 wordstest\Debug\wordstest.exe
文件 397804 2011-05-16 09:44 wordstest\Debug\wordstest.ilk
文件 14900 2011-05-14 16:57 wordstest\Debug\wordstest.obj
文件 6869072 2011-05-14 16:50 wordstest\Debug\wordstest.pch
文件 459776 2011-05-16 09:44 wordstest\Debug\wordstest.pdb
文件 7408 2011-05-14 16:56 wordstest\Debug\wordstest.res
文件 0 2011-05-14 16:57 wordstest\Debug\wordstest.sbr
文件 14954 2011-05-14 16:51 wordstest\Debug\wordstestDoc.obj
文件 0 2011-05-14 16:51 wordstest\Debug\wordstestDoc.sbr
文件 53217 2011-05-16 09:44 wordstest\Debug\wordstestView.obj
文件 0 2011-05-16 09:44 wordstest\Debug\wordstestView.sbr
文件 1183 2011-05-14 15:24 wordstest\Introduction.cpp
文件 1248 2011-05-14 15:24 wordstest\Introduction.h
文件 2800 2011-05-14 14:55 wordstest\MainFrm.cpp
文件 1587 2011-05-14 10:03 wordstest\MainFrm.h
文件 4383 2011-05-11 08:33 wordstest\ReadMe.txt
文件 1078 2011-05-11 08:33 wordstest\res\Toolbar.bmp
文件 1078 2011-05-11 08:33 wordstest\res\wordstest.ico
文件 401 2011-05-11 08:33 wordstest\res\wordstest.rc2
文件 1078 2011-05-11 08:33 wordstest\res\wordstestDoc.ico
文件 1580 2011-05-14 16:55 wordstest\resource.h
............此处省略23个文件信息
- 上一篇:msxm
l的使用 vc6 - 下一篇:MFC各种重绘漂亮按钮
相关资源
- MFC各种重绘漂亮按钮
- MFC中利用CSocket实现UDP通信
- Ogre与MFC整合,不错的东西
- 局域网视屏监控模块vs2010可运行
- MFC 制作浏览器,基本功能全有,带收
- MFC简单指示灯的实现
- MFC多线程编程----多线程画线源码
- 工资管理系统MFC和数据库开发
- 基于MFC的CSocket类实现点对点通信
- 游戏手柄MFC编程
- 学单词小软件 MFC
- 登陆注册界面的设计 MFC
- OpenGL+MFC工程具备鼠标操作
- MFC实现UDP网络编程
- MFC创建多线程工作者线程demo
- MFC 鼠标按下与弹起事件响应
- 如何使用GDI+制作圆形图片(类似QQ圆
- VC MFC CAN 通信程序支持周立功
- MFC校园导航
- C++程序编写的MFC控件的打地鼠游戏
- MFC图像直方图均衡化、锐化、中值滤
- VC++ MFC制作数字时钟、图形时钟、秒表
- MFC个人通讯录管理系统
- 舒尔特方格MFC源码
- Frogs_MFCCs.csv
- 读取txt文件数据,根据数据画曲线绝
- VC++ MFC 游戏手柄Joystick 编程
- c++ mfc客户端服务器端文件传输
- MFC实现矩阵的操作
- 简单的VC++基于MFC计算器
评论
共有 条评论