91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 443KB
    文件類(lèi)型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-06-10
  • 語(yǔ)言: 其他
  • 標(biāo)簽: 圖形生成??旋轉(zhuǎn)??

資源簡(jiǎn)介

請(qǐng)去下面鏈接下載新版本的源碼,新版本源碼支持不同圖層的旋轉(zhuǎn)平移縮放等。 http://download.csdn.net/source/3459644

資源截圖

代碼片段和文件信息

//?200732590062.cpp?:?Defines?the?class?behaviors?for?the?application.
//

#include?“stdafx.h“
#include?“200732590062.h“

#include?“MainFrm.h“
#include?“200732590062Doc.h“
#include?“200732590062View.h“

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

/////////////////////////////////////////////////////////////////////////////
//?CMy200732590062App

BEGIN_MESSAGE_MAP(CMy200732590062App?CWinApp)
//{{AFX_MSG_MAP(CMy200732590062App)
ON_COMMAND(ID_APP_ABOUT?OnAppAbout)
//?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
//?Standard?file?based?document?commands
ON_COMMAND(ID_FILE_NEW?CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN?CWinApp::OnFileOpen)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
//?CMy200732590062App?construction

CMy200732590062App::CMy200732590062App()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}

/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CMy200732590062App?object

CMy200732590062App?theApp;

/////////////////////////////////////////////////////////////////////////////
//?CMy200732590062App?initialization

BOOL?CMy200732590062App::InitInstance()
{
AfxEnableControlContainer();
//?Standard?initialization
//?If?you?are?not?using?these?features?and?wish?to?reduce?the?size
//??of?your?final?executable?you?should?remove?from?the?following
//??the?specific?initialization?routines?you?do?not?need.

//?Change?the?registry?key?under?which?our?settings?are?stored.
//?TODO:?You?should?modify?this?string?to?be?something?appropriate
//?such?as?the?name?of?your?company?or?organization.
SetRegistryKey(_T(“Local?AppWizard-Generated?Applications“));

LoadStdProfileSettings();??//?Load?standard?INI?file?options?(including?MRU)

//?Register?the?application‘s?document?templates.??Document?templates
//??serve?as?the?connection?between?documents?frame?windows?and?views.

CSingleDocTemplate*?pDocTemplate;
pDocTemplate?=?new?CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CMy200732590062Doc)
RUNTIME_CLASS(CMainframe)???????//?main?SDI?frame?window
RUNTIME_CLASS(CMy200732590062View));
AddDocTemplate(pDocTemplate);

//?Parse?command?line?for?standard?shell?commands?DDE?file?open
CCommandLineInfo?cmdInfo;
ParseCommandLine(cmdInfo);

//?Dispatch?commands?specified?on?the?command?line
if?(!ProcessShellCommand(cmdInfo))
return?FALSE;

//?The?one?and?only?window?has?been?initialized?so?show?and?update?it.
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();

return?TRUE;
}


/////////////////////////////////////////////////////////////////////////////
//?CAboutDlg?dialog?used?for?App?About

class?CAboutDlg?:?publ

?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----

?????文件??????58644??2009-07-03?12:18??07021方毅200732590062\200732590062\200732590062.aps

?????文件???????7354??2009-07-03?17:25??07021方毅200732590062\200732590062\200732590062.clw

?????文件???????4075??2009-06-18?03:03??07021方毅200732590062\200732590062\200732590062.cpp

?????文件???????5181??2009-06-18?20:22??07021方毅200732590062\200732590062\200732590062.dsp

?????文件????????547??2009-07-03?19:01??07021方毅200732590062\200732590062\200732590062.dsw

?????文件???????1448??2009-03-08?23:12??07021方毅200732590062\200732590062\200732590062.h

?????文件????1483776??2009-07-03?19:02??07021方毅200732590062\200732590062\200732590062.ncb

?????文件??????54784??2009-07-03?19:02??07021方毅200732590062\200732590062\200732590062.opt

?????文件???????2488??2009-07-03?19:02??07021方毅200732590062\200732590062\200732590062.plg

?????文件??????17494??2009-06-18?22:02??07021方毅200732590062\200732590062\200732590062.rc

?????文件??????37151??2009-07-03?17:25??07021方毅200732590062\200732590062\200732590062Doc.cpp

????I.A....??????2715??2009-06-18?18:16??07021方毅200732590062\200732590062\200732590062Doc.h

?????文件??????20668??2009-06-18?23:56??07021方毅200732590062\200732590062\200732590062View.cpp

?????文件???????2683??2009-06-18?20:36??07021方毅200732590062\200732590062\200732590062View.h

?????文件???????3409??2009-03-13?14:39??07021方毅200732590062\200732590062\200732590062View.plg

?????文件???????5893??2009-06-19?00:35??07021方毅200732590062\200732590062\CircleDialog.cpp

?????文件???????1597??2009-06-18?22:12??07021方毅200732590062\200732590062\CircleDialog.h

?????文件???????1310??2009-06-18?18:44??07021方毅200732590062\200732590062\InputDialog.cpp

?????文件???????1239??2009-06-14?17:25??07021方毅200732590062\200732590062\InputDialog.h

?????文件???????3418??2009-06-18?18:41??07021方毅200732590062\200732590062\LineDialog.cpp

?????文件???????1417??2009-06-18?18:16??07021方毅200732590062\200732590062\LineDialog.h

?????文件???????2856??2009-06-18?03:03??07021方毅200732590062\200732590062\MainFrm.cpp

?????文件???????1597??2009-06-18?03:00??07021方毅200732590062\200732590062\MainFrm.h

?????文件???????1158??2009-06-18?20:43??07021方毅200732590062\200732590062\New?Text?Document?(2).txt

?????文件???????4467??2009-03-08?23:20??07021方毅200732590062\200732590062\ReadMe.txt

?????文件??????22798??2008-02-23?16:53??07021方毅200732590062\200732590062\res\200732590062.ico

?????文件????????404??2009-03-12?11:14??07021方毅200732590062\200732590062\res\200732590062.rc2

?????文件???????1078??2009-02-24?13:02??07021方毅200732590062\200732590062\res\200732590062Doc.ico

?????文件???????4054??2009-06-18?11:36??07021方毅200732590062\200732590062\res\Toolbar.bmp

?????文件???????4342??2009-06-18?10:53??07021方毅200732590062\200732590062\res\toolbar1.bmp

............此處省略12個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源