实例介绍
收录若干个vc编程实例,可为众多vc初学者提供参考,十分有用-contains more than 100 vc programming examples for many vc reference for beginners, very useful
【实例截图】
【核心代码】
4744300845239685181.rar
└── VC数据库编程实例
├── 第03章员工培训系统
│ ├── code
│ │ ├── AppriseInfo.cpp
│ │ ├── AppriseInfo.h
│ │ ├── AppriseSet.cpp
│ │ ├── AppriseSet.h
│ │ ├── BookInfo.cpp
│ │ ├── BookInfo.h
│ │ ├── BookSet.cpp
│ │ ├── BookSet.h
│ │ ├── CourseInfo.cpp
│ │ ├── CourseInfo.h
│ │ ├── CourseSet.cpp
│ │ ├── CourseSet.h
│ │ ├── Debug
│ │ │ ├── AppriseInfo.obj
│ │ │ ├── AppriseSet.obj
│ │ │ ├── BookInfo.obj
│ │ │ ├── BookSet.obj
│ │ │ ├── CourseInfo.obj
│ │ │ ├── CourseSet.obj
│ │ │ ├── DeptInfo.obj
│ │ │ ├── DeptSet.obj
│ │ │ ├── DIALOG_APPISE.obj
│ │ │ ├── DIALOG_BOOK.obj
│ │ │ ├── DIALOG_JOB.obj
│ │ │ ├── DIALOG_MODPSWD.obj
│ │ │ ├── DIALOG_PERSONNEL.obj
│ │ │ ├── DIALOG_PLAN.obj
│ │ │ ├── DIALOG_RESOURCE.obj
│ │ │ ├── DIALOG_TEACHER.obj
│ │ │ ├── DIALOG_TRAINCOURSE.obj
│ │ │ ├── JobInfo.obj
│ │ │ ├── JobSet.obj
│ │ │ ├── LoginSet.obj
│ │ │ ├── MainDlg.obj
│ │ │ ├── PersonNeedSet.obj
│ │ │ ├── PersonnelInfo.obj
│ │ │ ├── PersonnelNeed.obj
│ │ │ ├── PersonnelPlan.obj
│ │ │ ├── PersonPlanSet.obj
│ │ │ ├── PersonSet.obj
│ │ │ ├── ResourceInfo.obj
│ │ │ ├── ResourceSet.obj
│ │ │ ├── ScoreInfo.obj
│ │ │ ├── ScoreSet.obj
│ │ │ ├── StdAfx.obj
│ │ │ ├── TeacherInfo.obj
│ │ │ ├── TeacherSet.obj
│ │ │ ├── trainDlg.obj
│ │ │ ├── train.exe
│ │ │ ├── train.ilk
│ │ │ ├── train.obj
│ │ │ ├── train.pch
│ │ │ ├── train.pdb
│ │ │ ├── TrainPlanInfo.obj
│ │ │ ├── TrainPlanSet.obj
│ │ │ ├── train.res
│ │ │ ├── vc60.idb
│ │ │ └── vc60.pdb
│ │ ├── DeptInfo.cpp
│ │ ├── DeptInfo.h
│ │ ├── DeptSet.cpp
│ │ ├── DeptSet.h
│ │ ├── DIALOG_APPISE.cpp
│ │ ├── DIALOG_APPISE.h
│ │ ├── DIALOG_BOOK.cpp
│ │ ├── DIALOG_BOOK.h
│ │ ├── DIALOG_JOB.cpp
│ │ ├── DIALOG_JOB.h
│ │ ├── DIALOG_MODPSWD.cpp
│ │ ├── DIALOG_MODPSWD.h
│ │ ├── DIALOG_PERSONNEL.cpp
│ │ ├── DIALOG_PERSONNEL.h
│ │ ├── DIALOG_PLAN.cpp
│ │ ├── DIALOG_PLAN.h
│ │ ├── DIALOG_RESOURCE.cpp
│ │ ├── DIALOG_RESOURCE.h
│ │ ├── DIALOG_TEACHER.cpp
│ │ ├── DIALOG_TEACHER.h
│ │ ├── DIALOG_TRAINCOURSE.cpp
│ │ ├── DIALOG_TRAINCOURSE.h
│ │ ├── JobInfo.cpp
│ │ ├── JobInfo.h
│ │ ├── JobSet.cpp
│ │ ├── JobSet.h
│ │ ├── LoginSet.cpp
│ │ ├── LoginSet.h
│ │ ├── MainDlg.cpp
│ │ ├── MainDlg.h
│ │ ├── PersonNeedSet.cpp
│ │ ├── PersonNeedSet.h
│ │ ├── PersonnelInfo.cpp
│ │ ├── PersonnelInfo.h
│ │ ├── PersonnelNeed.cpp
│ │ ├── PersonnelNeed.h
│ │ ├── PersonnelPlan.cpp
│ │ ├── PersonnelPlan.h
│ │ ├── PersonPlanSet.cpp
│ │ ├── PersonPlanSet.h
│ │ ├── PersonSet.cpp
│ │ ├── PersonSet.h
│ │ ├── res
│ │ │ ├── train.ico
│ │ │ └── train.rc2
│ │ ├── Resource.h
│ │ ├── ResourceInfo.cpp
│ │ ├── ResourceInfo.h
│ │ ├── ResourceSet.cpp
│ │ ├── ResourceSet.h
│ │ ├── ScoreInfo.cpp
│ │ ├── ScoreInfo.h
│ │ ├── ScoreSet.cpp
│ │ ├── ScoreSet.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TeacherInfo.cpp
│ │ ├── TeacherInfo.h
│ │ ├── TeacherSet.cpp
│ │ ├── TeacherSet.h
│ │ ├── train.aps
│ │ ├── train.clw
│ │ ├── train.cpp
│ │ ├── trainDlg.cpp
│ │ ├── trainDlg.h
│ │ ├── train.dsp
│ │ ├── train.dsw
│ │ ├── train.h
│ │ ├── train.ncb
│ │ ├── train.opt
│ │ ├── TrainPlanInfo.cpp
│ │ ├── TrainPlanInfo.h
│ │ ├── TrainPlanSet.cpp
│ │ ├── TrainPlanSet.h
│ │ ├── train.plg
│ │ └── train.rc
│ ├── train.mdb
│ └── 程序说明.doc
├── 第04章仓库管理系统
│ ├── dms.mdb
│ ├── 代码
│ │ ├── DataBinding.cpp
│ │ ├── dataBinding.h
│ │ ├── Debug
│ │ │ ├── DataBinding.obj
│ │ │ ├── DlgDevAlert.obj
│ │ │ ├── DlgDevcode.obj
│ │ │ ├── DlgDevIn.obj
│ │ │ ├── DlgDevNeed.obj
│ │ │ ├── DlgDev.obj
│ │ │ ├── DlgDevOut.obj
│ │ │ ├── DlgDevRet.obj
│ │ │ ├── DlgLogIn.obj
│ │ │ ├── DlgProxy.obj
│ │ │ ├── DlgReport.obj
│ │ │ ├── DlgViewDevIn.obj
│ │ │ ├── DlgViewLog.obj
│ │ │ ├── DlgViewNeed.obj
│ │ │ ├── DlgViewOut.obj
│ │ │ ├── DlgViewReport.obj
│ │ │ ├── DlgViewRet.obj
│ │ │ ├── DMSDlg.obj
│ │ │ ├── DMS.exe
│ │ │ ├── DMS.ilk
│ │ │ ├── DMS.obj
│ │ │ ├── DMS.pch
│ │ │ ├── DMS.pdb
│ │ │ ├── DMS.res
│ │ │ ├── DMS.tlb
│ │ │ ├── LogMngr.obj
│ │ │ ├── msado15.tlh
│ │ │ ├── msado15.tli
│ │ │ ├── StdAfx.obj
│ │ │ ├── vc60.idb
│ │ │ └── vc60.pdb
│ │ ├── DlgDevAlert.cpp
│ │ ├── DlgDevAlert.h
│ │ ├── DlgDevcode.cpp
│ │ ├── DlgDevcode.h
│ │ ├── DlgDev.cpp
│ │ ├── DlgDev.h
│ │ ├── DlgDevIn.cpp
│ │ ├── DlgDevIn.h
│ │ ├── DlgDevNeed.cpp
│ │ ├── DlgDevNeed.h
│ │ ├── DlgDevOut.cpp
│ │ ├── DlgDevOut.h
│ │ ├── DlgDevRet.cpp
│ │ ├── DlgDevRet.h
│ │ ├── DlgLogIn.cpp
│ │ ├── DlgLogIn.h
│ │ ├── DlgProxy.cpp
│ │ ├── DlgProxy.h
│ │ ├── DlgReport.cpp
│ │ ├── DlgReport.h
│ │ ├── DlgViewDevIn.cpp
│ │ ├── DlgViewDevIn.h
│ │ ├── DlgViewLog.cpp
│ │ ├── DlgViewLog.h
│ │ ├── DlgViewNeed.cpp
│ │ ├── DlgViewNeed.h
│ │ ├── DlgViewOut.cpp
│ │ ├── DlgViewOut.h
│ │ ├── DlgViewReport.cpp
│ │ ├── DlgViewReport.h
│ │ ├── DlgViewRet.cpp
│ │ ├── DlgViewRet.h
│ │ ├── DMS.APS
│ │ ├── DMS.clw
│ │ ├── DMS.cpp
│ │ ├── DMSDlg.cpp
│ │ ├── DMSDlg.h
│ │ ├── DMS.dsp
│ │ ├── DMS.dsw
│ │ ├── DMS.h
│ │ ├── DMS.ncb
│ │ ├── DMS.odl
│ │ ├── DMS.opt
│ │ ├── DMS.plg
│ │ ├── DMS.rc
│ │ ├── DMS.reg
│ │ ├── LogMngr.cpp
│ │ ├── LogMngr.h
│ │ ├── msado15.tlh
│ │ ├── msado15.tli
│ │ ├── res
│ │ │ ├── DMS.ico
│ │ │ └── DMS.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 说明.txt
└── 第05章人事管理系统
├── Code
│ ├── AddView.cpp
│ ├── AddView.h
│ ├── ChangeView.cpp
│ ├── ChangeView.h
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── ChildView.cpp
│ ├── ChildView.h
│ ├── Crypt.cpp
│ ├── Crypt.h
│ ├── LoginDlg.cpp
│ ├── LoginDlg.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── Personnel.aps
│ ├── Personnel.clw
│ ├── Personnel.cpp
│ ├── Personnel.dsp
│ ├── Personnel.dsw
│ ├── Personnel.h
│ ├── Personnel.ncb
│ ├── Personnel.opt
│ ├── Personnel.plg
│ ├── Personnel.rc
│ ├── Release
│ │ ├── AddView.obj
│ │ ├── ChangeView.obj
│ │ ├── ChildFrm.obj
│ │ ├── ChildView.obj
│ │ ├── Crypt.obj
│ │ ├── LoginDlg.obj
│ │ ├── MainFrm.obj
│ │ ├── Personnel.exe
│ │ ├── Personnel.obj
│ │ ├── Personnel.pch
│ │ ├── Personnel.res
│ │ ├── SearchView.obj
│ │ ├── StdAfx.obj
│ │ ├── TheChildFrame.obj
│ │ └── vc60.idb
│ ├── res
│ │ ├── PEOPLE.bmp
│ │ ├── Personnel.ico
│ │ ├── Personnel.rc2
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── SearchView.cpp
│ ├── SearchView.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TheChildFrame.cpp
│ └── TheChildFrame.h
├── Misdb.mdb
└── 说明.txt
13 directories, 276 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论