资源简介
mfc c++版网络爬虫 使用c++多线程 开发的程序
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “Spider.h“
#include
#include “ThreadParams.h“
#include “ChildFrm.h“
#include “SpiderDoc.h“
#include “SpiderList.h“
#include “SpiderView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChildframe
IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG_MAP
ON_MESSAGE(WM_USER_LISTOnView)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction
CChildframe::CChildframe()
{
// TODO: add member initialization code here
}
CChildframe::~CChildframe()
{
}
BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
cs.style = WS_CHILD | WS_VISIBLE | WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU
| FWS_ADDTOtitle | WS_THICKframe | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_MAXIMIZE;
return CMDIChildWnd::PreCreateWindow(cs);
}
/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics
#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}
void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers
BOOL CChildframe::ReplaceView(CRuntimeClass * pViewClass)
{
CCreateContext context;
CView * pCurrentView;
// if no active view for the frame return FALSE because this
// function retrieves the current document from the active view
if ((pCurrentView=GetActiveView())==NULL)
return FALSE;
// If we‘re already displaying this kind of view no need to go
// further.
if ((pCurrentView->IsKindOf(pViewClass))==TRUE)
return TRUE;
// Get pointer to CDocument object so that it can be used in the creation
// process of the new view
CDocument * pDoc= pCurrentView->GetDocument();
// set flag so that document will not be deleted when view is destroyed
BOOL bAutoDelete=pDoc->m_bAutoDelete;
pDoc->m_bAutoDelete=FALSE;
// Delete existing view
pCurrentView->DestroyWindow();
// restore flag
pDoc->m_bAutoDelete=bAutoDelete;
// Create new view and redraw
context.m_pNewViewClass=pViewClass;
context.m_pCurrentDoc=pDoc;
context.m_pNewDocTemplate=NULL;
context.m_pLastView=N
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4179 1998-05-30 06:18 ChildFrm.cpp
文件 1499 1998-05-20 18:13 ChildFrm.h
文件 930 1998-05-25 20:30 COPYRIGHT.txt
文件 20812 1998-05-30 15:08 MainFrm.cpp
文件 2637 1998-05-25 14:13 MainFrm.h
文件 4518 1998-04-30 16:37 ReadMe.txt
文件 1613 1998-05-25 14:14 resource.h
文件 1078 1998-04-30 16:37 res\Spider.ico
文件 398 1998-04-30 16:37 res\Spider.rc2
文件 1078 1998-04-30 16:37 res\SpiderDoc.ico
文件 1078 1998-04-30 16:37 res\Toolbar.bmp
文件 49708 1998-05-25 14:33 Spider.aps
文件 3680 1998-05-25 14:27 Spider.clw
文件 5657 1998-05-30 06:19 Spider.cpp
文件 5331 1998-05-25 20:57 Spider.dsp
文件 535 1998-04-30 16:37 Spider.dsw
文件 1552 1998-05-30 06:15 Spider.h
文件 11511 1998-05-30 06:03 Spider.htm
文件 49664 1998-05-30 15:08 Spider.opt
文件 1966 1998-05-30 06:20 Spider.plg
文件 15668 1998-05-25 14:33 Spider.rc
文件 680 1998-04-30 16:37 Spider.reg
文件 2760 1998-05-19 20:12 SpiderDoc.cpp
文件 1593 1998-05-19 19:38 SpiderDoc.h
文件 4623 1998-05-30 06:16 SpiderList.cpp
文件 1887 1998-05-19 20:14 SpiderList.h
文件 6594 1998-05-30 06:18 SpiderView.cpp
文件 2028 1998-05-19 19:11 SpiderView.h
文件 204 1998-04-30 16:37 StdAfx.cpp
文件 974 1998-05-22 18:30 StdAfx.h
文件 28493 1998-05-30 15:08 Thread.cpp
............此处省略9个文件信息
- 上一篇:凸多边形最优三角剖分C语言编写 算法
- 下一篇:电子邮件收发程序c++版
相关资源
- 电子邮件收发程序c++版
- 跨平台的C++日志库
- RSA加密字符串 C++ Builder 6.0
- 数据结构课程设计c++排序算法的比较
- 数据结构课程设计c++图书管理系统源
- C++编写的绝美的玫瑰花礼物
- C/C++详细函数大全
- 语音信号MFCC特征提取
- libstdc++6_4.7.2-5_i386
- C++死锁检测解除算法
- 编译原理三地址代码生成C++实现
- 无钩子的键盘记录完美实现(VC++)
- 四国争霸 2.0.4.7 作蔽器&源代码
- 小波变换DWT的Mallat算法C++和MATLAB实现
- c++大学教程第九版配套资料
- NIDAQmxLib VC++ VS2008/2010
- 考勤管理系统MFC272434
- C++ fraction
- 清华大学数据结构上机考试试题(C
- mfc 实现简单绘制矩形 圆形……
- c++编写的卡诺图绘制程序
- c++编写的简单的汇编器
- win sockket全局代理驱动(c++ spi)
- matlab中meshgrid()、fspecial()以及
- C++ 数据结构 算法B+树实现
- SEGD文件读取C++源代码
- RBF神经网络的C++源码
- 模拟银行排队叫号机 VC++6
- DDOS攻击源代码 VC++6
-
c++ xm
l处理 domsax
评论
共有 条评论