资源简介
对于大学生里的数据库课程设计可能用到,里面有源代码和应用程序,比较全··
代码片段和文件信息
// 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个文件信息
- 上一篇:freetype2.6.2
- 下一篇:Infineon的TC277官方demo原理图
相关资源
- 数据库系统教程_施伯乐_课后答案
- 数据课设---劳务管理系统
- 计算机网络课程设计--校园网的搭建
- 东南大学数据库
- 仓库管理系统数据库设计报告
- EDA技术篮球比赛电子记分牌
- 软件工程课程设计的文档含代码
- 港口物流管理系统 港口物流管理系统
- 数据库教室管理信息系统课程设计
- 设计模式课程设计---游戏《怪物物语
- .net连接DB2数据库编程简介
- 应变式拉压力传感器课程设计
- 精通LABVIEW数据库
- 软件工程课程设计-银行ATM系统
- 软件工程课程设计人事管理系统 包括
- 用友数据库置疑修复工具
- 小闹钟VC课程设计定时提醒任务功能。
- 健身俱乐部数据库管理系统
- 机械手课程设计
- ArcGIS地理数据库建模设计及实现
- 点对点文件传输课程设计
- caltech256数据库介绍
- 电力系统继电保护 课程设计 论文
- AIX平台数据库迁移到Linux环境(真实环
- 数据库系统基础教程(原书第3版)中
- 软件工程课程设计《宝钢股份职工体
- web登录页面数据库验证
- 洗衣机控制器课程设计
- Delphi 6数据库开发典型
- 最炫——飞机票信息管理系统源码
评论
共有 条评论