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

资源简介

C++ 获取CPU ID值(提高篇-实例054).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “GetCUPID.h“
#include “GetCUPIDDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CGetCUPIDApp

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

/////////////////////////////////////////////////////////////////////////////
// CGetCUPIDApp construction

CGetCUPIDApp::CGetCUPIDApp()
{
// TODO: add construc

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       35524  2013-10-28 14:32  GetCUPID.aps
     文件        1105  2013-10-28 14:37  GetCUPID.clw
     文件        2091  2013-10-28 14:27  GetCUPID.cpp
     文件        4195  2013-10-28 14:27  GetCUPID.dsp
     文件         539  2013-10-28 14:27  GetCUPID.dsw
     文件        1346  2013-10-28 14:27  GetCUPID.h
     文件       48640  2013-10-28 14:37  GetCUPID.opt
     文件        5234  2013-10-28 14:32  GetCUPID.rc
     文件        4771  2013-10-28 14:31  GetCUPIDDlg.cpp
     文件        1353  2013-10-28 14:30  GetCUPIDDlg.h
     文件        3615  2013-10-28 14:27  ReadMe.txt
     文件         732  2013-10-28 14:30  Resource.h
     文件         210  2013-10-28 14:27  StdAfx.cpp
     文件        1054  2013-10-28 14:27  StdAfx.h
     文件        1078  2013-10-28 14:27  res\GetCUPID.ico
     文件         400  2013-10-28 14:27  res\GetCUPID.rc2

评论

共有 条评论