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

资源简介

C++ 计算机锁定程序(提高篇-实例598).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “LockComputer.h“
#include “LockComputerDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CLockComputerApp

BEGIN_MESSAGE_MAP(CLockComputerApp CWinApp)
//{{AFX_MSG_MAP(CLockComputerApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CLockComputerApp construction

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

/////////////////////////////////////////////////////////////////////////////
// Th

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       35580  2013-12-02 13:29  LockComputer.aps
     文件        1132  2013-12-02 13:50  LockComputer.clw
     文件        2147  2013-12-02 13:27  LockComputer.cpp
     文件        4271  2013-12-02 13:51  LockComputer.dsp
     文件         547  2013-12-02 13:27  LockComputer.dsw
     文件        1390  2013-12-02 13:27  LockComputer.h
     文件       48640  2013-12-02 13:50  LockComputer.opt
     文件        5217  2013-12-02 13:29  LockComputer.rc
     文件        4619  2013-12-02 13:50  LockComputerDlg.cpp
     文件        1433  2013-12-02 13:28  LockComputerDlg.h
     文件        3687  2013-12-02 13:27  ReadMe.txt
     文件         690  2013-12-02 13:28  Resource.h
     文件         214  2013-12-02 13:27  StdAfx.cpp
     文件        1054  2013-12-02 13:27  StdAfx.h
     文件        1078  2013-12-02 13:27  res\LockComputer.ico
     文件         404  2013-12-02 13:27  res\LockComputer.rc2

评论

共有 条评论