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

資源簡介

對于大學生里的數據庫課程設計可能用到,里面有源代碼和應用程序,比較全··

資源截圖

代碼片段和文件信息

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

#include?“stdafx.h“
#include?“DB.h“

#include?“MainFrm.h“
#include?“DBDoc.h“
#include?“DBView.h“

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

/////////////////////////////////////////////////////////////////////////////
//?CDBApp

BEGIN_MESSAGE_MAP(CDBApp?CWinApp)
//{{AFX_MSG_MAP(CDBApp)
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)
//?Standard?print?setup?command
ON_COMMAND(ID_FILE_PRINT_SETUP?CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
//?CDBApp?construction

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

}

/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CDBApp?object

CDBApp?theApp;

/////////////////////////////////////////////////////////////////////////////
//?CDBApp?initialization

BOOL?CDBApp::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.

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

//?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(CDBDoc)
RUNTIME_CLASS(CMainframe)???????//?main?SDI?frame?window
RUNTIME_CLASS(CDBView));
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;
}


///////////////////////////////////////////////////

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

?????文件?????516390??2009-09-01?12:05??數據庫課設醫院管理系統\DB\background.bmp

?????文件?????504944??2010-06-23?18:57??數據庫課設醫院管理系統\DB\DB.APS

?????文件??????15119??2009-09-04?16:18??數據庫課設醫院管理系統\DB\DB.clw

?????文件???????4143??2009-09-01?19:03??數據庫課設醫院管理系統\DB\DB.cpp

?????文件???????7295??2009-09-04?00:03??數據庫課設醫院管理系統\DB\DB.dsp

?????文件????????529??2009-08-31?19:15??數據庫課設醫院管理系統\DB\DB.dsw

?????文件???????1314??2009-09-01?19:03??數據庫課設醫院管理系統\DB\DB.h

?????文件?????271360??2009-09-04?16:18??數據庫課設醫院管理系統\DB\DB.ncb

?????文件?????316928??2009-09-04?16:18??數據庫課設醫院管理系統\DB\DB.opt

?????文件???????1780??2009-09-04?16:05??數據庫課設醫院管理系統\DB\DB.plg

?????文件??????31839??2009-09-04?13:40??數據庫課設醫院管理系統\DB\DB.rc

?????文件???????1662??2009-08-31?19:15??數據庫課設醫院管理系統\DB\DBDoc.cpp

?????文件???????1431??2009-08-31?19:15??數據庫課設醫院管理系統\DB\DBDoc.h

?????文件???????5254??2009-09-04?00:03??數據庫課設醫院管理系統\DB\DBView.cpp

?????文件???????2187??2009-09-04?00:01??數據庫課設醫院管理系統\DB\DBView.h

?????文件?????823386??2009-09-04?16:05??數據庫課設醫院管理系統\DB\Debug\DB.exe

?????文件?????549828??2009-09-04?16:05??數據庫課設醫院管理系統\DB\Debug\DB.ilk

?????文件??????23022??2009-09-04?00:02??數據庫課設醫院管理系統\DB\Debug\DB.obj

?????文件????6055160??2009-09-02?00:15??數據庫課設醫院管理系統\DB\Debug\DB.pch

?????文件?????861184??2009-09-04?16:05??數據庫課設醫院管理系統\DB\Debug\DB.pdb

?????文件?????475748??2009-09-04?13:40??數據庫課設醫院管理系統\DB\Debug\DB.res

?????文件??????14810??2009-09-02?00:15??數據庫課設醫院管理系統\DB\Debug\DBDoc.obj

?????文件??????74550??2009-09-04?13:40??數據庫課設醫院管理系統\DB\Debug\DBView.obj

?????文件??????43853??2009-09-04?15:08??數據庫課設醫院管理系統\DB\Debug\DialogChargeMang.obj

?????文件??????55535??2009-09-04?15:26??數據庫課設醫院管理系統\DB\Debug\DialogDiagnMang.obj

?????文件??????16621??2009-09-04?13:32??數據庫課設醫院管理系統\DB\Debug\DialogDiagnoAdd.obj

?????文件??????16676??2009-09-04?13:32??數據庫課設醫院管理系統\DB\Debug\DialogDiagnoEdit.obj

?????文件??????49191??2009-09-04?16:05??數據庫課設醫院管理系統\DB\Debug\DialogDispenMang.obj

?????文件??????15147??2009-09-04?13:32??數據庫課設醫院管理系統\DB\Debug\DialogDoctorFlow.obj

?????文件??????15533??2009-09-04?13:32??數據庫課設醫院管理系統\DB\Debug\DialogDrugsOutStorage.obj

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

評論

共有 條評論