资源简介

之前上传过一次,但是不全,也没那么多的源代码,这次包含了所有十章的课件、源代码以及一些经典的程序示例。 可以配套杨力祥老师的视频课程学习,课讲得非常好!

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
//

#include “stdafx.h“
#include “SdiSquares.h“

#include “MainFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// 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
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction

CMainframe::CMainframe()
{
// TODO: add member initialization code here

}

CMainframe::~CMainframe()
{
}

BOOL CMainframe::PreCreateWindow(CREATESTRUCT& cs)
{
if( !CframeWnd::PreCreateWindow(cs) )
return FALSE;
// TODO: Modify the Window class or styles here by modifying
//  the CREATESTRUCT cs

return TRUE;
}

/////////////////////////////////////////////////////////////////////////////
// CMainframe diagnostics

#ifdef _DEBUG
void CMainframe::AssertValid() const
{
CframeWnd::AssertValid();
}

void CMainframe::Dump(CDumpContext& dc) const
{
CframeWnd::Dump(dc);
}

#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// CMainframe message handlers


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

     文件      69632  2013-01-14 11:41  课件\RzUsbRecv.doc

     文件      15763  2013-01-14 11:21  课件\SdiSquares\Debug\MainFrm.obj

     文件     118886  2013-01-14 11:21  课件\SdiSquares\Debug\SdiSquares.exe

     文件     299196  2013-01-14 11:22  课件\SdiSquares\Debug\SdiSquares.ilk

     文件      23268  2013-01-14 11:22  课件\SdiSquares\Debug\SdiSquares.obj

     文件    5497148  2013-01-14 11:57  课件\SdiSquares\Debug\SdiSquares.pch

     文件     328704  2013-01-14 11:31  课件\SdiSquares\Debug\SdiSquares.pdb

     文件       7748  2013-01-14 11:31  课件\SdiSquares\Debug\SdiSquares.res

     文件      25917  2013-01-14 11:32  课件\SdiSquares\Debug\SquaresDoc.obj

     文件      22519  2013-01-14 11:32  课件\SdiSquares\Debug\SquaresView.obj

     文件     105880  2013-01-14 11:32  课件\SdiSquares\Debug\StdAfx.obj

     文件     205824  2013-01-14 11:32  课件\SdiSquares\Debug\vc60.idb

     文件     364544  2013-01-14 11:32  课件\SdiSquares\Debug\vc60.pdb

     文件       1501  2013-01-14 11:32  课件\SdiSquares\MainFrm.cpp

     文件       1421  2013-01-14 11:32  课件\SdiSquares\MainFrm.h

     文件       4349  2013-01-14 11:32  课件\SdiSquares\ReadMe.txt

     文件       1078  2013-01-14 11:32  课件\SdiSquares\res\SdiSquares.ico

     文件        402  2013-01-14 11:32  课件\SdiSquares\res\SdiSquares.rc2

     文件       1078  2013-01-14 11:32  课件\SdiSquares\res\SquaresDoc.ico

     文件        831  2013-01-14 11:32  课件\SdiSquares\resource.h

     文件      28652  2013-01-14 11:32  课件\SdiSquares\SdiSquares.aps

     文件       3076  2013-01-14 11:32  课件\SdiSquares\SdiSquares.clw

     文件       4078  2013-01-14 11:32  课件\SdiSquares\SdiSquares.cpp

     文件       4623  2013-01-14 11:32  课件\SdiSquares\SdiSquares.dsp

     文件        545  2013-01-14 11:32  课件\SdiSquares\SdiSquares.dsw

     文件       1385  2013-01-14 11:32  课件\SdiSquares\SdiSquares.h

     文件     123904  2013-01-14 11:32  课件\SdiSquares\SdiSquares.ncb

     文件     538112  2013-01-14 11:32  课件\SdiSquares\SdiSquares.opt

     文件       2162  2013-01-14 11:31  课件\SdiSquares\SdiSquares.plg

     文件      10625  2013-01-14 11:31  课件\SdiSquares\SdiSquares.rc

............此处省略1491个文件信息

评论

共有 条评论