资源简介
基于c++的网络管理软件,实现简单的防火墙功能
代码片段和文件信息
// FireWallIDE.cpp : 定义应用程序的类行为。
//
#include “stdafx.h“
#include “FireWallIDE.h“
#include “FireWallIDEDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CFireWallIDEApp
BEGIN_MESSAGE_MAP(CFireWallIDEApp CWinApp)
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
// CFireWallIDEApp 构造
CFireWallIDEApp::CFireWallIDEApp()
{
// TODO: 在此处添加构造代码,
// 将所有重要的初始化放置在 InitInstance 中
}
// 唯一的一个 CFireWallIDEApp 对象
CFireWallIDEApp theApp;
// CFireWallIDEApp 初始化
BOOL CFireWallIDEApp::InitInstance()
{
// 如果一个运行在 Windows XP 上的应用程序清单指定要
// 使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式,
//则需要 InitCommonControls()。否则,将无法创建窗口。
InitCommonControls();
CWinApp::InitInstance();
if (!AfxSocketInit())
{
AfxMessageBox(IDP_SOCKETS_INIT_FAILED);
retu
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 178 2007-01-24 14:05 简单防火墙\code\DataAndConst.h
文件 61220 2007-01-24 22:17 简单防火墙\code\FireWallIDE.aps
文件 1611 2006-12-01 08:00 简单防火墙\code\FireWallIDE.cpp
文件 467 2006-12-01 08:00 简单防火墙\code\FireWallIDE.h
文件 1444864 2007-05-08 15:30 简单防火墙\code\FireWallIDE.ncb
文件 911 2007-01-24 13:46 简单防火墙\code\FireWallIDE.sln
文件 8192 2007-05-08 15:30 简单防火墙\code\FireWallIDE.suo
文件 5056 2007-01-24 13:47 简单防火墙\code\FireWallIDE.vcproj
文件 11508 2007-01-26 10:15 简单防火墙\code\FireWallIDEDlg.cpp
文件 1338 2007-01-24 17:01 简单防火墙\code\FireWallIDEDlg.h
文件 1367 2006-12-02 08:00 简单防火墙\code\resource.h
文件 2761 2007-01-24 22:19 简单防火墙\code\SetFilterDialog.cpp
文件 822 2007-01-24 22:17 简单防火墙\code\SetFilterDialog.h
文件 140 2006-12-01 08:00 简单防火墙\code\stdafx.cpp
文件 1562 2006-12-01 08:00 简单防火墙\code\stdafx.h
文件 253952 2007-05-08 15:30 简单防火墙\Exe\FireWallIDE.exe
文件 127488 2007-06-27 17:16 简单防火墙\使用说明.doc
目录 0 2012-02-26 10:25 简单防火墙\code
目录 0 2012-02-26 10:25 简单防火墙\Exe
目录 0 2012-02-26 10:25 简单防火墙
----------- --------- ---------- ----- ----
1923437 20
相关资源
- c++ 数字键盘设计(源码)
- Linux优先级时间片调度C++源码
- linux下获取CPU内存使用信息,网络流量
- c++ RoyCardTableView 列表插入
- 网络请求使用cocoapods
- OSEK_NM-master汽车网络管理源码
- 电机控制平台(c++源码)
- PID 控制算法实现(fuzzy-PID-controller)
- c++ 获取当前执行位置的调用栈
- windows文件夹监控(c++源码)
- C++ tts开发 可调节语速,音量,切换语
- c++(3_MSGS.C)
- c++实现P2PDemo(点对点聊天)
- windows 串口升级工具(c++源码)
- 计算机网络.第五版.谢希仁.pdf
- ntmedsys.sys(c++源码)
- DSS中的RTSPclientLib程序
- c 常用的数据结构 (Errata for Ford/Top
- RTSPRTP C++ 源代码
- W5500通信软件包 源码
-
c++ xm
lRPC - zeromq-4.2.5一个快速简洁的网络库
-
xm
l解析网络位置 - Windows Sockets 规范及应用-Windows网络编
- rip协议编程及代码实现
- ippicv_2017u3_win_intel64_general_20170822.zip
- Windows Sockets 编程及UR机器人通信数据
- 跟进域名解析IP地址(c++ builder)
- Linux网络编程
- ACE程序员指南-网络与系统编程的实用
评论
共有 条评论