• 大小: 44KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: C/C++
  • 标签: 多线程  端口扫描  

资源简介

用C++编写的多线程端口扫描程序,内含注释,包你会用

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “PortScan.h“
#include “PortScanDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CPortScanApp

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

/////////////////////////////////////////////////////////////////////////////
// CPortScanApp construction

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

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

     文件     114829  2010-06-29 13:23  PortScan0623\Debug\PortScan.exe

     文件      22916  2010-06-28 22:38  PortScan0623\PortScan.aps

     文件       1954  2010-07-09 15:43  PortScan0623\PortScan.clw

     文件       2185  2008-11-27 12:38  PortScan0623\PortScan.cpp

     文件        358  2008-11-27 12:38  PortScan0623\PortScan.dep

     文件       4192  2008-11-27 12:38  PortScan0623\PortScan.dsp

     文件        541  2008-11-27 12:38  PortScan0623\PortScan.dsw

     文件       1346  2008-11-27 12:38  PortScan0623\PortScan.h

     文件       5841  2008-11-27 12:38  PortScan0623\PortScan.mak

     文件      82944  2010-07-09 15:43  PortScan0623\PortScan.ncb

     文件      48640  2010-07-09 15:43  PortScan0623\PortScan.opt

     文件       1923  2008-11-27 12:38  PortScan0623\PortScan.plg

     文件       6709  2008-11-27 12:38  PortScan0623\PortScan.rc

     文件      11271  2008-11-27 12:38  PortScan0623\PortScanDlg.cpp

     文件       2173  2008-11-27 12:38  PortScan0623\PortScanDlg.h

     文件       3615  2008-11-27 12:38  PortScan0623\ReadMe.txt

     文件       1078  2008-11-27 12:38  PortScan0623\res\PortScan.ico

     文件        400  2008-11-27 12:38  PortScan0623\res\PortScan.rc2

     文件       1283  2008-11-27 12:38  PortScan0623\Resource.h

     文件        210  2008-11-27 12:38  PortScan0623\StdAfx.cpp

     文件       1102  2008-11-27 12:38  PortScan0623\StdAfx.h

     目录          0  2010-06-29 18:11  PortScan0623\Debug

     目录          0  2010-06-29 18:11  PortScan0623\res

     目录          0  2010-07-09 15:43  PortScan0623

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

               315510                    24


评论

共有 条评论