• 大小: 25KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 语言: 其他
  • 标签: VC  MFC  DNS  

资源简介

DNS域名解析程序,经过多次调试,程序都能够正常工作。

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DNS.h“
#include “DNSDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDNSApp

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

/////////////////////////////////////////////////////////////////////////////
// CDNSApp construction

CDNSApp::CDNSApp()
{
// TODO: add construction code here
// Place all significant in

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        971  2011-11-30 12:16  DNS\DNS.clw

     文件       3525  2011-11-16 09:11  DNS\ReadMe.txt

     文件       1291  2011-11-16 09:11  DNS\DNS.h

     文件       2021  2011-11-16 09:11  DNS\DNS.cpp

     文件       1054  2011-11-16 09:11  DNS\StdAfx.h

     文件        205  2011-11-16 09:11  DNS\StdAfx.cpp

     文件       4105  2011-11-16 09:11  DNS\DNS.dsp

     文件        531  2011-11-16 09:11  DNS\DNS.dsw

     文件      50176  2011-11-30 12:16  DNS\DNS.ncb

     文件       1336  2011-11-16 09:12  DNS\DNSDlg.h

     文件       5103  2011-11-16 09:14  DNS\DNS.rc

     文件        681  2011-11-16 09:14  DNS\Resource.h

     文件      35464  2011-11-16 09:14  DNS\DNS.APS

     文件        946  2011-11-30 09:47  DNS\DNS.plg

     文件       4654  2011-11-30 09:47  DNS\DNSDlg.cpp

     文件      48640  2011-11-30 12:16  DNS\DNS.opt

     文件        395  2011-11-16 09:11  DNS\res\DNS.rc2

     文件       1078  2011-11-16 09:11  DNS\res\DNS.ico

     目录          0  2011-11-30 15:40  DNS\res

     目录          0  2011-11-30 15:40  DNS

----------- ---------  ---------- -----  ----

               162176                    20


评论

共有 条评论