资源简介
对于大学生里的数据库课程设计可能用到,里面有源代码和应用程序,比较全··

代码片段和文件信息
// 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原理图
相关资源
- 数据库系统基础教程答案第三版机械
- 软考数据库系统工程师复习资料(完
- FTP课程设计(服务端+客户端)
- MoNyog8.5+破解补丁
- ANSYS LS-DYNA
- 全国4级地址库,京东数据
- 一个超简单的企业管理系统(带ACCE
- 高频电子线路课程设计报告收音机
- 直流稳压电源的课程设计、安装及调
- 数据库课设:图书管理系统报告
- EDA课程设计_密码锁
- 单片机课程设计 篮球计分器
- 合同管理系统的源代码(附数据库)
- 数据结构课程设计 6 1 彩票系统
- 端口扫描课程设计详细的报告
- 步进电机课程设计(个人设计)
- ado数据库MFC图书管理系统vs2010
- 校园网络规划与设计课程设计
- 编译原理课程设计:词法语法编译器
-
simuli
nk 课程设计 qpsk - 武汉理工大学 单片机课程设计 16*16点
- 数据库VFP课程设计
- 分页系统模拟实验 操作系统 课程设
- 数据库实现学生成绩管理系统选课管
- 排队机叫号 源代码
- Access数据库在线编辑器
- 模拟段页式虚拟存储管理中地址转换
- 硬件课程设计—流水灯(quartus软件
- 超市收银系统eclipse access大学课程设计
- Php 导出数据为EXCEL程序
评论
共有 条评论