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

资源简介

C++ 列举系统中的进程(提高篇-实例162).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Process.h“
#include “ProcessDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CProcessApp

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

/////////////////////////////////////////////////////////////////////////////
// CProcessApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CProcessApp object

CProcess

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       20788  2013-12-17 09:40  Process.aps
     文件        1114  2013-12-17 09:40  Process.clw
     文件        2077  2013-12-16 17:08  Process.cpp
     文件        4178  2013-12-17 09:39  Process.dsp
     文件         537  2013-12-16 17:08  Process.dsw
     文件        1335  2013-12-16 17:08  Process.h
     文件       48640  2013-12-17 09:40  Process.opt
     文件        5396  2013-12-17 09:12  Process.rc
     文件        5133  2013-12-17 09:11  ProcessDlg.cpp
     文件        1354  2013-12-17 09:01  ProcessDlg.h
     文件        3597  2013-12-16 17:08  ReadMe.txt
     文件         777  2013-12-17 09:01  resource.h
     文件         209  2013-12-16 17:08  StdAfx.cpp
     文件        1054  2013-12-16 17:08  StdAfx.h
     文件        1078  2013-12-16 17:08  res\Process.ico
     文件         399  2013-12-16 17:08  res\Process.rc2

评论

共有 条评论