資源簡介
VC繪圖(曲線-清除顯示-塊復制-控件播放動畫)
正弦,拋物線,光柵

代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“DrawTest.h“
#include?“ChildFrm.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)
ON_WM_SHOWWINDOW()
//}}AFX_MSG_MAP
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
if(?!CMDIChildWnd::PreCreateWindow(cs)?)
return?FALSE;
return?TRUE;
}
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?diagnostics
#ifdef?_DEBUG
void?CChildframe::AssertValid()?const
{
CMDIChildWnd::AssertValid();
}
void?CChildframe::Dump(CDumpContext&?dc)?const
{
CMDIChildWnd::Dump(dc);
}
#endif?//_DEBUG
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?message?handlers
void?CChildframe::OnShowWindow(BOOL?bShow?UINT?nStatus)?
{
CMDIChildWnd::OnShowWindow(bShow?nStatus);
//?TODO:?Add?your?message?handler?code?here
this->ShowWindow(SW_MAXIMIZE);
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????706??2011-01-17?17:36??DrawTest.positions
?????文件??????12827??2011-01-17?17:34??DrawTest.rc
?????文件???????1782??2011-01-17?11:09??DrawTestDoc.cpp
?????文件???????1497??2011-01-17?11:09??DrawTestDoc.h
?????文件???????6596??2011-01-17?17:34??DrawTestView.cpp
?????文件???????2238??2011-01-17?17:31??DrawTestView.h
?????文件??????19248??1998-02-05?15:40??file_dbl.avi
?????文件???????2035??2011-01-17?14:22??MainFrm.cpp
?????文件???????1514??2011-01-17?11:09??MainFrm.h
?????文件???????4503??2011-01-17?11:09??ReadMe.txt
?????文件????????924??2011-01-17?17:24??resource.h
?????文件????????210??2011-01-17?11:09??StdAfx.cpp
?????文件???????1054??2011-01-17?11:09??StdAfx.h
?????文件?????127038??2011-01-17?17:34??Debug\DrawTest.exe
?????文件???????1078??2011-01-17?11:09??res\DrawTest.ico
?????文件????????400??2011-01-17?11:09??res\DrawTest.rc2
?????文件???????1078??2011-01-17?11:09??res\DrawTestDoc.ico
?????文件???????1611??2011-01-17?11:33??ChildFrm.cpp
?????文件???????1311??2011-01-17?11:33??ChildFrm.h
?????文件??????43668??2011-01-17?17:34??DrawTest.aps
?????文件???????2715??2011-01-17?17:34??DrawTest.clw
?????文件???????4495??2011-01-17?14:21??DrawTest.cpp
?????文件???????4658??2011-01-17?12:22??DrawTest.dsp
?????文件????????522??2011-01-17?11:09??DrawTest.dsw
?????文件???????1378??2011-01-17?11:09??DrawTest.h
?????文件??????66560??2011-01-17?17:36??DrawTest.ncb
?????文件??????55808??2011-01-17?17:36??DrawTest.opt
?????文件????????907??2011-01-17?17:34??DrawTest.plg
?????目錄??????????0??2011-01-17?20:08??Debug
?????目錄??????????0??2011-01-17?20:08??res
............此處省略3個文件信息
- 上一篇:zbr路由協議源代碼及移植方法
- 下一篇:HTTP 請求報文的攔截與篡改
評論
共有 條評論