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

  • 大小: 5.72MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-09-28
  • 語言: 數據庫
  • 標簽:

資源簡介

利用vc和SQL結合,完成學生教學管理系統,包括教師、管理員、學生、考試試卷等

資源截圖

代碼片段和文件信息

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

#include?“stdafx.h“
#include?“1.h“
#include?“1Dlg.h“

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

/////////////////////////////////////////////////////////////////////////////
//?CMy1App

BEGIN_MESSAGE_MAP(CMy1App?CWinApp)
//{{AFX_MSG_MAP(CMy1App)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
//?CMy1App?construction

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

/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CMy1App?object

CMy1App?theApp;

/////////////////////////////////////////////////////////////////////////////
//?CMy1App?initialization

BOOL?CMy1App::InitInstance()
{
AfxEnableControlContainer();
VERIFY(?1?==?InitSkinMagicLib(?AfxGetInstanceHandle()?_T(“ReadUI“)?NULLNULL?)?);//初始化
VERIFY(1?==?LoadSkinFromResource(NULL?(LPSTR)IDR_SKIN_XPGREAN?“SKINMAGIC“));//載入皮膚資源
VERIFY(1?==?SetDialogSkin(“Dialog“));//設置對話框皮膚
//?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.

#ifdef?_AFXDLL
Enable3dControls(); //?Call?this?when?using?MFC?in?a?shared?DLL
#else
Enable3dControlsStatic(); //?Call?this?when?linking?to?MFC?statically
#endif

CMy1Dlg?dlg;
m_pMainWnd?=?&dlg;
int?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?OK
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?Cancel
}

//?Since?the?dialog?has?been?closed?return?FALSE?so?that?we?exit?the
//??application?rather?than?start?the?application‘s?message?pump.
return?FALSE;
}

int?CMy1App::ExitInstance()?
{
//?TODO:?Add?your?specialized?code?here?and/or?call?the?base?class
ExitSkinMagicLib();
return?CWinApp::ExitInstance();
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????1441792??2010-08-21?23:01??數據庫\Test.mdf

?????文件????3211264??2010-08-20?22:39??數據庫\Test_log.ldf

?????文件??????99080??2010-08-31?14:26??數據庫\數據庫?最終版本\1.aps

?????文件???????8795??2010-08-31?14:26??數據庫\數據庫?最終版本\1.clw

?????文件???????2418??2010-08-13?14:06??數據庫\數據庫?最終版本\1.cpp

?????文件???????5508??2010-08-25?14:06??數據庫\數據庫?最終版本\1.dsp

?????文件????????508??2010-08-13?10:05??數據庫\數據庫?最終版本\1.dsw

?????文件???????1336??2010-08-13?14:05??數據庫\數據庫?最終版本\1.h

?????文件?????197632??2010-08-31?14:27??數據庫\數據庫?最終版本\1.ncb

?????文件??????52736??2010-08-31?14:27??數據庫\數據庫?最終版本\1.opt

?????文件???????2057??2010-08-31?14:13??數據庫\數據庫?最終版本\1.plg

?????文件??????16251??2010-08-31?14:26??數據庫\數據庫?最終版本\1.rc

?????文件???????7639??2010-08-13?14:08??數據庫\數據庫?最終版本\1Dlg.cpp

?????文件???????1815??2010-08-13?13:59??數據庫\數據庫?最終版本\1Dlg.h

?????文件????3458048??2010-08-31?14:13??數據庫\數據庫?最終版本\Debug\1.bsc

?????文件?????856160??2010-08-31?14:13??數據庫\數據庫?最終版本\Debug\1.exe

?????文件????1513684??2010-08-31?14:13??數據庫\數據庫?最終版本\Debug\1.ilk

?????文件??????16691??2010-08-25?14:02??數據庫\數據庫?最終版本\Debug\1.obj

?????文件????7359192??2010-08-25?14:02??數據庫\數據庫?最終版本\Debug\1.pch

?????文件????1319936??2010-08-31?14:13??數據庫\數據庫?最終版本\Debug\1.pdb

?????文件??????59108??2010-08-25?13:53??數據庫\數據庫?最終版本\Debug\1.res

?????文件??????????0??2010-08-25?14:02??數據庫\數據庫?最終版本\Debug\1.sbr

?????文件??????59385??2010-08-25?14:02??數據庫\數據庫?最終版本\Debug\1Dlg.obj

?????文件??????????0??2010-08-25?14:02??數據庫\數據庫?最終版本\Debug\1Dlg.sbr

?????文件??????17530??2010-08-25?14:02??數據庫\數據庫?最終版本\Debug\KeyChange.obj

?????文件??????????0??2010-08-25?14:02??數據庫\數據庫?最終版本\Debug\KeyChange.sbr

?????文件??????10003??2010-08-13?08:17??數據庫\數據庫?最終版本\Debug\Maneger.obj

?????文件??????10024??2010-08-13?10:05??數據庫\數據庫?最終版本\Debug\ManegEr1.obj

?????文件??????34562??2010-08-25?14:02??數據庫\數據庫?最終版本\Debug\ManegerP.obj

?????文件??????????0??2010-08-25?14:02??數據庫\數據庫?最終版本\Debug\ManegerP.sbr

............此處省略59個文件信息

評論

共有 條評論

相關資源