• 大小: 0.13M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 标签:

资源简介

C++ 控制键盘指示灯(提高篇-实例095).zip

资源截图

代码片段和文件信息

// KeyboardNumLamp.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “KeyboardNumLamp.h“
#include “KeyboardNumLampDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CKeyboardNumLampApp

BEGIN_MESSAGE_MAP(CKeyboardNumLampApp CWinApp)
//{{AFX_MSG_MAP(CKeyboardNumLampApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CKeyboardNumLampApp construction

CKeyboardNumLampApp::CKeyboardNumLampApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       25712  2013-10-31 10:38  KeyboardNumLamp.aps
     文件        1312  2013-10-31 10:39  KeyboardNumLamp.clw
     文件        2189  2007-08-21 15:46  KeyboardNumLamp.cpp
     文件        4321  2007-08-21 15:46  KeyboardNumLamp.dsp
     文件         555  2007-08-21 15:46  KeyboardNumLamp.dsw
     文件        1423  2007-08-21 15:46  KeyboardNumLamp.h
     文件      290304  2013-10-31 10:39  KeyboardNumLamp.opt
     文件        5695  2007-08-21 15:46  KeyboardNumLamp.rc
     文件        5706  2007-08-21 15:46  KeyboardNumLampDlg.cpp
     文件        1584  2007-08-21 15:46  KeyboardNumLampDlg.h
     文件        3741  2007-08-21 15:46  ReadMe.txt
     文件         785  2007-08-21 15:46  resource.h
     文件         217  2007-08-21 15:46  StdAfx.cpp
     文件        1054  2007-08-21 15:46  StdAfx.h
     文件        5694  2007-08-21 15:46  res\KeyboardNumLamp.ico
     文件         407  2007-08-21 15:46  res\KeyboardNumLamp.rc2

评论

共有 条评论