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

资源简介

C++ 获取局域网中计算机名称(提高篇-实例518).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “EnumComputer.h“
#include “EnumComputerDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CEnumComputerApp

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

/////////////////////////////////////////////////////////////////////////////
// CEnumComputerApp construction

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

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       26964  2014-01-09 16:43  EnumComputer.aps
     文件        1335  2014-01-09 16:44  EnumComputer.clw
     文件        2147  2007-08-21 15:48  EnumComputer.cpp
     文件        4331  2013-11-21 11:58  EnumComputer.dsp
     文件         549  2007-08-21 15:48  EnumComputer.dsw
     文件        1390  2007-08-21 15:48  EnumComputer.h
     文件      290304  2014-01-09 16:44  EnumComputer.opt
     文件        5637  2013-11-21 15:09  EnumComputer.rc
     文件        5381  2013-11-21 11:58  EnumComputerDlg.cpp
     文件        1511  2007-08-21 15:48  EnumComputerDlg.h
     文件        3687  2007-08-21 15:48  ReadMe.txt
     文件         827  2007-08-21 15:48  resource.h
     文件         214  2007-08-21 15:48  StdAfx.cpp
     文件        1054  2007-08-21 15:48  StdAfx.h
     文件        5694  2007-08-21 15:48  res\75.ico
     文件        1078  2007-08-21 15:48  res\EnumComputer.ico
     文件         404  2007-08-21 15:48  res\EnumComputer.rc2

评论

共有 条评论