实例介绍
visual c++数据库编程技术与实例 源码
【实例截图】
【核心代码】
4744300845400271769.rar
└── Visual C++ 数据库编程技术与实例
├── 04
│ ├── Enrollstep1
│ │ ├── Debug
│ │ │ └── enroll.exe
│ │ ├── enroldoc.cpp
│ │ ├── enroldoc.h
│ │ ├── enroll.aps
│ │ ├── enroll.clw
│ │ ├── enroll.cpp
│ │ ├── enroll.dsp
│ │ ├── enroll.dsw
│ │ ├── enroll.dsw.torrent
│ │ ├── enroll.h
│ │ ├── enroll.mak
│ │ ├── enroll.ncb
│ │ ├── enroll.opt
│ │ ├── enroll.plg
│ │ ├── enroll.rc
│ │ ├── mainfrm.cpp
│ │ ├── mainfrm.h
│ │ ├── makefile
│ │ ├── readme.txt
│ │ ├── res
│ │ │ ├── enroll.ico
│ │ │ ├── enroll.rc2
│ │ │ └── toolbar.bmp
│ │ ├── resource.h
│ │ ├── sectform.cpp
│ │ ├── sectform.h
│ │ ├── sectset.cpp
│ │ ├── sectset.h
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ └── 备注.txt
│ ├── Enrollstep2
│ │ ├── coursset.cpp
│ │ ├── coursset.h
│ │ ├── Debug
│ │ │ └── enroll.exe
│ │ ├── enroldoc.cpp
│ │ ├── enroldoc.h
│ │ ├── enroll.aps
│ │ ├── enroll.clw
│ │ ├── enroll.cpp
│ │ ├── enroll.dsp
│ │ ├── enroll.dsw
│ │ ├── enroll.h
│ │ ├── enroll.mak
│ │ ├── enroll.ncb
│ │ ├── enroll.opt
│ │ ├── enroll.plg
│ │ ├── Enroll.rc
│ │ ├── mainfrm.cpp
│ │ ├── mainfrm.h
│ │ ├── makefile
│ │ ├── ourseSet.cpp
│ │ ├── ourseSet.h
│ │ ├── readme.txt
│ │ ├── res
│ │ │ ├── enroll.ico
│ │ │ ├── enroll.rc2
│ │ │ └── toolbar.bmp
│ │ ├── resource.h
│ │ ├── sectform.cpp
│ │ ├── sectform.h
│ │ ├── sectset.cpp
│ │ ├── sectset.h
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ └── 备注.txt
│ ├── Enrollstep3
│ │ ├── coursset.cpp
│ │ ├── coursset.h
│ │ ├── Debug
│ │ │ └── enroll.exe
│ │ ├── enroldoc.cpp
│ │ ├── enroldoc.h
│ │ ├── Enroll.aps
│ │ ├── enroll.clw
│ │ ├── enroll.cpp
│ │ ├── enroll.dsp
│ │ ├── enroll.dsw
│ │ ├── enroll.h
│ │ ├── enroll.mak
│ │ ├── enroll.ncb
│ │ ├── enroll.opt
│ │ ├── enroll.plg
│ │ ├── Enroll.rc
│ │ ├── mainfrm.cpp
│ │ ├── mainfrm.h
│ │ ├── makefile
│ │ ├── readme.txt
│ │ ├── res
│ │ │ ├── enroll.ico
│ │ │ ├── enroll.rc2
│ │ │ └── toolbar.bmp
│ │ ├── resource.h
│ │ ├── sectform.cpp
│ │ ├── sectform.h
│ │ ├── sectset.cpp
│ │ ├── sectset.h
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ └── 备注.txt
│ └── stdreg32.mdb
├── 05
│ ├── Classes.mdb
│ ├── DAODepartmentA
│ │ ├── DAODepartment.aps
│ │ ├── DAODepartment.clw
│ │ ├── DAODepartment.cpp
│ │ ├── DAODepartmentDoc.cpp
│ │ ├── DAODepartmentDoc.h
│ │ ├── DAODepartment.dsp
│ │ ├── DAODepartment.dsw
│ │ ├── DAODepartment.dsw.torrent
│ │ ├── DAODepartment.h
│ │ ├── DAODepartment.ncb
│ │ ├── DAODepartment.opt
│ │ ├── DAODepartment.plg
│ │ ├── DAODepartment.rc
│ │ ├── DAODepartmentSet.cpp
│ │ ├── DAODepartmentSet.h
│ │ ├── DAODepartmentView.cpp
│ │ ├── DAODepartmentView.h
│ │ ├── Debug
│ │ │ └── DAODepartment.exe
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── DAODepartmentDoc.ico
│ │ │ ├── DAODepartment.ico
│ │ │ ├── DAODepartment.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 备注.txt
│ ├── DAODepartmentB
│ │ ├── DAODepartment.aps
│ │ ├── DAODepartment.clw
│ │ ├── DAODepartment.cpp
│ │ ├── DAODepartmentDoc.cpp
│ │ ├── DAODepartmentDoc.h
│ │ ├── DAODepartment.dsp
│ │ ├── DAODepartment.dsw
│ │ ├── DAODepartment.h
│ │ ├── DAODepartment.ncb
│ │ ├── DAODepartment.opt
│ │ ├── DAODepartment.plg
│ │ ├── DAODepartment.rc
│ │ ├── DAODepartmentSet.cpp
│ │ ├── DAODepartmentSet.h
│ │ ├── DAODepartmentView.cpp
│ │ ├── DAODepartmentView.h
│ │ ├── Debug
│ │ │ └── DAODepartment.exe
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── res
│ │ │ ├── DAODepartmentDoc.ico
│ │ │ ├── DAODepartment.ico
│ │ │ ├── DAODepartment.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 备注.txt
│ ├── DAODepartmentC
│ │ ├── DAODepartment.aps
│ │ ├── DAODepartment.clw
│ │ ├── DAODepartment.cpp
│ │ ├── DAODepartmentDoc.cpp
│ │ ├── DAODepartmentDoc.h
│ │ ├── DAODepartment.dsp
│ │ ├── DAODepartment.dsp.torrent
│ │ ├── DAODepartment.dsw
│ │ ├── DAODepartment.h
│ │ ├── DAODepartment.ncb
│ │ ├── DAODepartment.opt
│ │ ├── DAODepartment.plg
│ │ ├── DAODepartment.rc
│ │ ├── DAODepartmentSet.cpp
│ │ ├── DAODepartmentSet.h
│ │ ├── DAODepartmentView.cpp
│ │ ├── DAODepartmentView.h
│ │ ├── Debug
│ │ │ └── DAODepartment.exe
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── res
│ │ │ ├── DAODepartmentDoc.ico
│ │ │ ├── DAODepartment.ico
│ │ │ ├── DAODepartment.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 备注.txt
│ ├── DAODeptInst
│ │ ├── DAODeptInst.aps
│ │ ├── DAODeptInst.clw
│ │ ├── DAODeptInst.cpp
│ │ ├── DAODeptInstDoc.cpp
│ │ ├── DAODeptInstDoc.h
│ │ ├── DAODeptInst.dsp
│ │ ├── DAODeptInst.dsw
│ │ ├── DAODeptInst.h
│ │ ├── DAODeptInst.ncb
│ │ ├── DAODeptInst.opt
│ │ ├── DAODeptInst.plg
│ │ ├── DAODeptInst.rc
│ │ ├── DAODeptInstSet.cpp
│ │ ├── DAODeptInstSet.h
│ │ ├── DAODeptInst.suo
│ │ ├── DAODeptInstView.cpp
│ │ ├── DAODeptInstView.h
│ │ ├── Debug
│ │ │ └── DAODeptInst.exe
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── DAODeptInstDoc.ico
│ │ │ ├── DAODeptInst.ico
│ │ │ ├── DAODeptInst.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 备注.txt
│ └── 备注.txt
├── 06
│ ├── Classes.mdb
│ ├── OLEDBDepartmentATLA
│ │ ├── DBDialog.cpp
│ │ ├── DBDialog.h
│ │ ├── Debug
│ │ │ └── OLEDBDepartmentATL.exe
│ │ ├── Department.H
│ │ ├── OLEDBDepartmentATL.aps
│ │ ├── OLEDBDepartmentATL.cpp
│ │ ├── OLEDBDepartmentATL.dsp
│ │ ├── OLEDBDepartmentATL.dsw
│ │ ├── OLEDBDepartmentATL.h
│ │ ├── OLEDBDepartmentATL_i.c
│ │ ├── OLEDBDepartmentATL.idl
│ │ ├── OLEDBDepartmentATL.ncb
│ │ ├── OLEDBDepartmentATL.opt
│ │ ├── OLEDBDepartmentATL.plg
│ │ ├── OLEDBDepartmentATLps.def
│ │ ├── OLEDBDepartmentATLps.mk
│ │ ├── OLEDBDepartmentATL.rc
│ │ ├── OLEDBDepartmentATL.rgs
│ │ ├── OLEDBDepartmentATL.tlb
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 备注.txt
│ ├── OLEDBDepartmentATLB
│ │ ├── DBDialog.cpp
│ │ ├── DBDialog.h
│ │ ├── Debug
│ │ │ └── OLEDBDepartmentATL.exe
│ │ ├── Department.H
│ │ ├── OLEDBDepartmentATL.aps
│ │ ├── OLEDBDepartmentATL.cpp
│ │ ├── OLEDBDepartmentATL.dsp
│ │ ├── OLEDBDepartmentATL.dsw
│ │ ├── OLEDBDepartmentATL.h
│ │ ├── OLEDBDepartmentATL_i.c
│ │ ├── OLEDBDepartmentATL.idl
│ │ ├── OLEDBDepartmentATL.ncb
│ │ ├── OLEDBDepartmentATL.opt
│ │ ├── OLEDBDepartmentATL.plg
│ │ ├── OLEDBDepartmentATLps.def
│ │ ├── OLEDBDepartmentATLps.mk
│ │ ├── OLEDBDepartmentATL.rc
│ │ ├── OLEDBDepartmentATL.rgs
│ │ ├── OLEDBDepartmentATL.tlb
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 备注.txt
│ ├── OLEDBDepartmentMFCA
│ │ ├── Debug
│ │ │ └── OLEDBDepartmentMFC.exe
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── OLEDBDepartmentMFC.aps
│ │ ├── OLEDBDepartmentMFC.clw
│ │ ├── OLEDBDepartmentMFC.cpp
│ │ ├── OLEDBDepartmentMFCDoc.cpp
│ │ ├── OLEDBDepartmentMFCDoc.h
│ │ ├── OLEDBDepartmentMFC.dsp
│ │ ├── OLEDBDepartmentMFC.dsw
│ │ ├── OLEDBDepartmentMFC.h
│ │ ├── OLEDBDepartmentMFC.ncb
│ │ ├── OLEDBDepartmentMFC.opt
│ │ ├── OLEDBDepartmentMFC.plg
│ │ ├── OLEDBDepartmentMFC.rc
│ │ ├── OLEDBDepartmentMFCSet.cpp
│ │ ├── OLEDBDepartmentMFCSet.h
│ │ ├── OLEDBDepartmentMFCView.cpp
│ │ ├── OLEDBDepartmentMFCView.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── OLEDBDepartmentMFCDoc.ico
│ │ │ ├── OLEDBDepartmentMFC.ico
│ │ │ ├── OLEDBDepartmentMFC.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 备注.txt
│ ├── OLEDBDepartmentMFCB
│ │ ├── Debug
│ │ │ └── OLEDBDepartmentMFC.exe
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── OLEDBDepartmentMFC.aps
│ │ ├── OLEDBDepartmentMFC.clw
│ │ ├── OLEDBDepartmentMFC.cpp
│ │ ├── OLEDBDepartmentMFCDoc.cpp
│ │ ├── OLEDBDepartmentMFCDoc.h
│ │ ├── OLEDBDepartmentMFC.dsp
│ │ ├── OLEDBDepartmentMFC.dsw
│ │ ├── OLEDBDepartmentMFC.h
│ │ ├── OLEDBDepartmentMFC.ncb
│ │ ├── OLEDBDepartmentMFC.opt
│ │ ├── OLEDBDepartmentMFC.plg
│ │ ├── OLEDBDepartmentMFC.rc
│ │ ├── OLEDBDepartmentMFCSet.cpp
│ │ ├── OLEDBDepartmentMFCSet.h
│ │ ├── OLEDBDepartmentMFCView.cpp
│ │ ├── OLEDBDepartmentMFCView.h
│ │ ├── OpenDepartment.cpp
│ │ ├── OpenDepartment.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── OLEDBDepartmentMFCDoc.ico
│ │ │ ├── OLEDBDepartmentMFC.ico
│ │ │ ├── OLEDBDepartmentMFC.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 备注.txt
│ ├── OLEDBDepartmentMFCC
│ │ ├── Debug
│ │ │ └── OLEDBDepartmentMFC.exe
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── OLEDBDepartmentMFC.aps
│ │ ├── OLEDBDepartmentMFC.clw
│ │ ├── OLEDBDepartmentMFC.cpp
│ │ ├── OLEDBDepartmentMFCDoc.cpp
│ │ ├── OLEDBDepartmentMFCDoc.h
│ │ ├── OLEDBDepartmentMFC.dsp
│ │ ├── OLEDBDepartmentMFC.dsw
│ │ ├── OLEDBDepartmentMFC.h
│ │ ├── OLEDBDepartmentMFC.ncb
│ │ ├── OLEDBDepartmentMFC.opt
│ │ ├── OLEDBDepartmentMFC.plg
│ │ ├── OLEDBDepartmentMFC.rc
│ │ ├── OLEDBDepartmentMFCSet.cpp
│ │ ├── OLEDBDepartmentMFCSet.h
│ │ ├── OLEDBDepartmentMFCView.cpp
│ │ ├── OLEDBDepartmentMFCView.h
│ │ ├── OpenDepartment.cpp
│ │ ├── OpenDepartment.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── OLEDBDepartmentMFCDoc.ico
│ │ │ ├── OLEDBDepartmentMFC.ico
│ │ │ ├── OLEDBDepartmentMFC.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 备注.txt
│ ├── OLEDBDepartmentMFCD
│ │ ├── Debug
│ │ │ └── OLEDBDepartmentMFC.exe
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── OLEDBDepartmentMFC.aps
│ │ ├── OLEDBDepartmentMFC.clw
│ │ ├── OLEDBDepartmentMFC.cpp
│ │ ├── OLEDBDepartmentMFCDoc.cpp
│ │ ├── OLEDBDepartmentMFCDoc.h
│ │ ├── OLEDBDepartmentMFC.dsp
│ │ ├── OLEDBDepartmentMFC.dsw
│ │ ├── OLEDBDepartmentMFC.h
│ │ ├── OLEDBDepartmentMFC.ncb
│ │ ├── OLEDBDepartmentMFC.opt
│ │ ├── OLEDBDepartmentMFC.plg
│ │ ├── OLEDBDepartmentMFC.rc
│ │ ├── OLEDBDepartmentMFCSet.cpp
│ │ ├── OLEDBDepartmentMFCSet.h
│ │ ├── OLEDBDepartmentMFCView.cpp
│ │ ├── OLEDBDepartmentMFCView.h
│ │ ├── OpenDepartment.cpp
│ │ ├── OpenDepartment.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── OLEDBDepartmentMFCDoc.ico
│ │ │ ├── OLEDBDepartmentMFC.ico
│ │ │ ├── OLEDBDepartmentMFC.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 备注.txt
│ └── 备注.txt
├── 07
│ ├── ADOTableReader
│ │ ├── ADODialog.cpp
│ │ ├── ADODialog.h
│ │ ├── ADOGeneric.cpp
│ │ ├── ADOGeneric.h
│ │ ├── ADOTableReader.aps
│ │ ├── ADOTableReader.cpp
│ │ ├── ADOTableReader.dsp
│ │ ├── ADOTableReader.dsw
│ │ ├── ADOTableReader.h
│ │ ├── ADOTableReader_i.c
│ │ ├── ADOTableReader.idl
│ │ ├── ADOTableReader.ncb
│ │ ├── ADOTableReader.opt
│ │ ├── ADOTableReader.plg
│ │ ├── ADOTableReaderps.def
│ │ ├── ADOTableReaderps.mk
│ │ ├── ADOTableReader.rc
│ │ ├── ADOTableReader.rgs
│ │ ├── ADOTableReader.tlb
│ │ ├── Classes.mdb
│ │ ├── Debug
│ │ │ ├── ADOTableReader.bsc
│ │ │ ├── ADOTableReader.exe
│ │ │ └── regsvr32.trg
│ │ ├── OLEDBErrorChecking.h
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── toolbar1.bmp
│ │ └── 备注.txt
│ ├── GetFieldName
│ │ ├── Debug
│ │ │ └── GetFieldName.exe
│ │ ├── FTI.mdb
│ │ ├── GetFieldName.aps
│ │ ├── GetFieldName.clw
│ │ ├── GetFieldName.cpp
│ │ ├── GetFieldNameDlg.cpp
│ │ ├── GetFieldNameDlg.h
│ │ ├── GetFieldName.dsp
│ │ ├── GetFieldName.dsw
│ │ ├── GetFieldName.h
│ │ ├── GetFieldName.ncb
│ │ ├── GetFieldName.opt
│ │ ├── GetFieldName.plg
│ │ ├── GetFieldName.rc
│ │ ├── msado15.tli
│ │ ├── res
│ │ │ ├── GetFieldName.ico
│ │ │ └── GetFieldName.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 备注.txt
│ └── 备注.txt
├── 08
│ ├── DHTMLGradesa
│ │ ├── dhtmlcon.bmp
│ │ ├── DHTMLControl.cpp
│ │ ├── DHTMLControl.h
│ │ ├── DHTMLControl.htm
│ │ ├── DHTMLControl.rgs
│ │ ├── DHTMLControlUI.htm
│ │ ├── DHTML Grades.aps
│ │ ├── DHTML Grades.cpp
│ │ ├── DHTML Grades.def
│ │ ├── DHTML Grades.dsp
│ │ ├── DHTML Grades.dsw
│ │ ├── DHTML Grades.h
│ │ ├── DHTML Grades_i.c
│ │ ├── DHTML Grades.idl
│ │ ├── DHTML Grades.ncb
│ │ ├── DHTML Grades.opt
│ │ ├── DHTML Grades_p.c
│ │ ├── DHTML Grades.plg
│ │ ├── DHTML Gradesps.def
│ │ ├── DHTML Gradesps.mk
│ │ ├── DHTML Grades.rc
│ │ ├── DHTML Grades.tlb
│ │ ├── dlldata.c
│ │ ├── dlldatax.c
│ │ ├── dlldatax.h
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 备注.txt
│ └── DHTMLGradesb
│ ├── Classes.mdb
│ ├── Debug
│ ├── dhtmlcon.bmp
│ ├── DHTMLControl.cpp
│ ├── DHTMLControl.h
│ ├── DHTMLControl.htm
│ ├── DHTMLControl.rgs
│ ├── DHTMLControlUI.htm
│ ├── DHTMLGrades.aps
│ ├── DHTMLGrades.cpp
│ ├── DHTMLGrades.def
│ ├── DHTMLGrades.dsp
│ ├── DHTMLGrades.dsw
│ ├── DHTMLGrades.h
│ ├── DHTMLGrades_i.c
│ ├── DHTMLGrades.idl
│ ├── DHTMLGrades.ncb
│ ├── DHTMLGrades.opt
│ ├── DHTMLGrades_p.c
│ ├── DHTMLGrades.plg
│ ├── DHTMLGradesps.def
│ ├── DHTMLGradesps.mk
│ ├── DHTMLGrades.rc
│ ├── DHTMLGrades.tlb
│ ├── dlldata.c
│ ├── Lookup.H
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── test.tcs
│ └── 备注.txt
├── 09
│ ├── MAPIConsumer
│ │ ├── Debug
│ │ │ └── MAPIConsumer.exe
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── MAPIConsumer.aps
│ │ ├── MAPIConsumer.clw
│ │ ├── MAPIConsumer.cpp
│ │ ├── MAPIConsumerDoc.cpp
│ │ ├── MAPIConsumerDoc.h
│ │ ├── MAPIConsumer.dsp
│ │ ├── MAPIConsumer.dsw
│ │ ├── MAPIConsumer.h
│ │ ├── MAPIConsumer.ncb
│ │ ├── MAPIConsumer.opt
│ │ ├── MAPIConsumer.plg
│ │ ├── MAPIConsumer.rc
│ │ ├── MAPIConsumerSet.cpp
│ │ ├── MAPIConsumerSet.h
│ │ ├── MAPIConsumerView.cpp
│ │ ├── MAPIConsumerView.h
│ │ ├── res
│ │ │ ├── MAPIConsumerDoc.ico
│ │ │ ├── MAPIConsumer.ico
│ │ │ ├── MAPIConsumer.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 备注.txt
│ ├── OLEDBMail
│ │ ├── Debug
│ │ │ └── OLEDBMail.dll
│ │ ├── MAPIProviderDS.h
│ │ ├── MAPIProvider.rgs
│ │ ├── MAPIProviderRS.cpp
│ │ ├── MAPIProviderRS.h
│ │ ├── MAPIProviderSess.h
│ │ ├── OLEDBMail.aps
│ │ ├── OLEDBMail.cpp
│ │ ├── OLEDBMail.def
│ │ ├── OLEDBMail.dsp
│ │ ├── OLEDBMail.dsw
│ │ ├── OLEDBMail.h
│ │ ├── OLEDBMail_i.c
│ │ ├── OLEDBMail.idl
│ │ ├── OLEDBMail.opt
│ │ ├── OLEDBMail.plg
│ │ ├── OLEDBMailps.def
│ │ ├── OLEDBMailps.mk
│ │ ├── OLEDBMail.rc
│ │ ├── OLEDBMail.tlb
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 备注.txt
│ ├── OLEDBTextConsumer
│ │ ├── Debug
│ │ │ └── OLEDBTextConsumer.exe
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── OLEDBTextConsumer.aps
│ │ ├── OLEDBTextConsumer.clw
│ │ ├── OLEDBTextConsumer.cpp
│ │ ├── OLEDBTextConsumerDoc.cpp
│ │ ├── OLEDBTextConsumerDoc.h
│ │ ├── OLEDBTextConsumer.dsp
│ │ ├── OLEDBTextConsumer.dsw
│ │ ├── OLEDBTextConsumer.h
│ │ ├── OLEDBTextConsumer.opt
│ │ ├── OLEDBTextConsumer.plg
│ │ ├── OLEDBTextConsumer.rc
│ │ ├── OLEDBTextConsumerSet.cpp
│ │ ├── OLEDBTextConsumerSet.h
│ │ ├── OLEDBTextConsumerView.cpp
│ │ ├── OLEDBTextConsumerView.h
│ │ ├── res
│ │ │ ├── OLEDBTextConsumerDoc.ico
│ │ │ ├── OLEDBTextConsumer.ico
│ │ │ ├── OLEDBTextConsumer.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 备注.txt
│ ├── OLEDBTextProvider
│ │ ├── Debug
│ │ │ └── OLEDBTextProvider.dll
│ │ ├── OLEDBTextProvider.aps
│ │ ├── OLEDBTextProvider.cpp
│ │ ├── OLEDBTextProvider.def
│ │ ├── OLEDBTextProviderDS.h
│ │ ├── OLEDBTextProvider.dsp
│ │ ├── OLEDBTextProvider.dsw
│ │ ├── OLEDBTextProvider.h
│ │ ├── OLEDBTextProvider_i.c
│ │ ├── OLEDBTextProvider.idl
│ │ ├── OLEDBTextProvider.ncb
│ │ ├── OLEDBTextProvider.opt
│ │ ├── OLEDBTextProvider.plg
│ │ ├── OLEDBTextProviderps.def
│ │ ├── OLEDBTextProviderps.mk
│ │ ├── OLEDBTextProvider.rc
│ │ ├── OLEDBTextProvider.rgs
│ │ ├── OLEDBTextProviderRS.cpp
│ │ ├── OLEDBTextProviderRS.h
│ │ ├── OLEDBTextProviderSess.h
│ │ ├── OLEDBTextProvider.tlb
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 备注.txt
│ └── StudentTextFile.txt
├── 10
│ ├── Classes.mdb
│ ├── ODBCReportA
│ │ ├── Debug
│ │ │ └── ODBCReport.exe
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ODBCReport.aps
│ │ ├── ODBCReport.clw
│ │ ├── ODBCReport.cpp
│ │ ├── ODBCReportDoc.cpp
│ │ ├── ODBCReportDoc.h
│ │ ├── ODBCReport.dsp
│ │ ├── ODBCReport.dsw
│ │ ├── ODBCReport.h
│ │ ├── ODBCReport.ncb
│ │ ├── ODBCReport.opt
│ │ ├── ODBCReport.plg
│ │ ├── ODBCReport.rc
│ │ ├── ODBCReportSet.cpp
│ │ ├── ODBCReportSet.h
│ │ ├── ODBCReportView.cpp
│ │ ├── ODBCReportView.h
│ │ ├── OLEDBATLEnumerator
│ │ │ ├── Debug
│ │ │ ├── EnumDialog.cpp
│ │ │ ├── EnumDialog.h
│ │ │ ├── OLEDBATLEnumerator.aps
│ │ │ ├── OLEDBATLEnumerator.cpp
│ │ │ ├── OLEDBATLEnumerator.dsp
│ │ │ ├── OLEDBATLEnumerator.dsw
│ │ │ ├── OLEDBATLEnumerator.h
│ │ │ ├── OLEDBATLEnumerator_i.c
│ │ │ ├── OLEDBATLEnumerator.idl
│ │ │ ├── OLEDBATLEnumerator.opt
│ │ │ ├── OLEDBATLEnumerator.plg
│ │ │ ├── OLEDBATLEnumeratorps.def
│ │ │ ├── OLEDBATLEnumeratorps.mk
│ │ │ ├── OLEDBATLEnumerator.rc
│ │ │ ├── OLEDBATLEnumerator.rgs
│ │ │ ├── OLEDBATLEnumerator.tlb
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── ODBCReportDoc.ico
│ │ │ ├── ODBCReport.ico
│ │ │ ├── ODBCReport.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 备注.txt
│ ├── ODBCReportB
│ │ ├── Debug
│ │ │ ├── BuildLog.htm
│ │ │ ├── MainFrm.obj
│ │ │ ├── ODBCReportDoc.obj
│ │ │ ├── ODBCReport.exe
│ │ │ ├── ODBCReport.obj
│ │ │ ├── ODBCReport.pch
│ │ │ ├── ODBCReport.pdb
│ │ │ ├── ODBCReport.res
│ │ │ ├── ODBCReportSet.obj
│ │ │ ├── ODBCReportView.obj
│ │ │ ├── StdAfx.obj
│ │ │ ├── vc70.idb
│ │ │ └── vc70.pdb
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ODBCReport.aps
│ │ ├── ODBCReport.clw
│ │ ├── ODBCReport.cpp
│ │ ├── ODBCReportDoc.cpp
│ │ ├── ODBCReportDoc.h
│ │ ├── ODBCReport.dsp
│ │ ├── ODBCReport.dsw
│ │ ├── ODBCReport.h
│ │ ├── ODBCReport.ncb
│ │ ├── ODBCReport.opt
│ │ ├── ODBCReport.plg
│ │ ├── ODBCReport.rc
│ │ ├── ODBCReportSet.cpp
│ │ ├── ODBCReportSet.h
│ │ ├── ODBCReport.sln
│ │ ├── ODBCReport.suo
│ │ ├── ODBCReport.vcproj
│ │ ├── ODBCReportView.cpp
│ │ ├── ODBCReportView.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── ODBCReportDoc.ico
│ │ │ ├── ODBCReport.ico
│ │ │ ├── ODBCReport.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 备注.txt
│ └── OLEDBReportMFC
│ ├── Debug
│ │ └── OLEDBReportMFC.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── OldStudent.H
│ ├── OLEDBReportMFC.aps
│ ├── OLEDBReportMFC.clw
│ ├── OLEDBReportMFC.cpp
│ ├── OLEDBReportMFCDoc.cpp
│ ├── OLEDBReportMFCDoc.h
│ ├── OLEDBReportMFC.dsp
│ ├── OLEDBReportMFC.dsw
│ ├── OLEDBReportMFC.h
│ ├── OLEDBReportMFC_i.c
│ ├── OLEDBReportMFC.idl
│ ├── OLEDBReportMFC_i.h
│ ├── OLEDBReportMFC.ncb
│ ├── OLEDBReportMFC.opt
│ ├── OLEDBReportMFC.plg
│ ├── OLEDBReportMFC.rc
│ ├── OLEDBReportMFC.rgs
│ ├── OLEDBReportMFCView.cpp
│ ├── OLEDBReportMFCView.h
│ ├── res
│ │ ├── OLEDBReportMFCDoc.ico
│ │ ├── OLEDBReportMFC.ico
│ │ ├── OLEDBReportMFC.rc2
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── StudentsPerClass.H
│ └── 备注.txt
├── 11
│ ├── 利用ODBC读位图文件
│ │ ├── BLOBS.001
│ │ ├── BLOBS.002
│ │ ├── BLOBS.APS
│ │ ├── BLOBS.CLW
│ │ ├── BLOBS.CPP
│ │ ├── BLOBSDLG.CPP
│ │ ├── BLOBSDLG.H
│ │ ├── BLOBS.DSP
│ │ ├── BLOBS.DSW
│ │ ├── BLOBS.H
│ │ ├── BLOBS.MDB
│ │ ├── BLOBS.NCB
│ │ ├── BLOBS.OPT
│ │ ├── BLOBS.PLG
│ │ ├── BLOBS.RC
│ │ ├── Debug
│ │ │ ├── BLOBS.bsc
│ │ │ ├── BLOBS.exe
│ │ │ └── BLOBS.MDB
│ │ ├── README.TXT
│ │ ├── RES
│ │ │ ├── BLOBS.ICO
│ │ │ └── BLOBS.RC2
│ │ ├── RESOURCE.H
│ │ ├── RSOLE.CPP
│ │ ├── RSOLE.H
│ │ ├── STDAFX.CPP
│ │ ├── STDAFX.H
│ │ └── 备注.txt
│ └── 浏览图像文件
│ ├── CHILDFRM.CPP
│ ├── CHILDFRM.H
│ ├── DBIMAGES.CPP
│ ├── DBIMAGES.H
│ ├── Debug
│ │ ├── UsingBlob.exe
│ │ └── USINGBLOB.MDB
│ ├── MAINFRM.CPP
│ ├── MAINFRM.H
│ ├── README.TXT
│ ├── RES
│ │ ├── USINGBLOBDOC.ICO
│ │ ├── USINGBLOB.ICO
│ │ └── USINGBLOB.RC2
│ ├── RESOURCE.H
│ ├── STDAFX.CPP
│ ├── STDAFX.H
│ ├── USINGBLOB.APS
│ ├── USINGBLOB.CPP
│ ├── USINGBLOBDOC.CPP
│ ├── USINGBLOBDOC.H
│ ├── UsingBlob.dsp
│ ├── USINGBLOB.DSW
│ ├── USINGBLOB.H
│ ├── USINGBLOB.MDB
│ ├── USINGBLOB.NCB
│ ├── USINGBLOB.opt
│ ├── USINGBLOB.PLG
│ ├── USINGBLOB.RC
│ ├── USINGBLOBVIEW.CPP
│ ├── USINGBLOBVIEW.H
│ └── 备注.txt
├── 18
│ ├── TelConsumer
│ │ ├── CONNECTTXT.TXT
│ │ ├── Debug
│ │ │ └── MyTelBooks.exe
│ │ ├── DLGPROXY.CPP
│ │ ├── DLGPROXY.H
│ │ ├── EXPANDINGDIALOG.CPP
│ │ ├── EXPANDINGDIALOG.H
│ │ ├── MYTELBOOKS.APS
│ │ ├── MYTELBOOKS.CLW
│ │ ├── MYTELBOOKS.CPP
│ │ ├── MYTELBOOKSDLG.CPP
│ │ ├── MYTELBOOKSDLG.H
│ │ ├── MYTELBOOKS.DSP
│ │ ├── MYTELBOOKS.DSW
│ │ ├── MYTELBOOKS.H
│ │ ├── MYTELBOOKS.NCB
│ │ ├── MYTELBOOKS.ODL
│ │ ├── MYTELBOOKS.opt
│ │ ├── MYTELBOOKS.PLG
│ │ ├── MYTELBOOKS.RC
│ │ ├── MYTELBOOKS.REG
│ │ ├── PROVIDER.H
│ │ ├── README.TXT
│ │ ├── RES
│ │ │ ├── BITMAP1.BMP
│ │ │ ├── BITMAP2.BMP
│ │ │ ├── BMP00001.BMP
│ │ │ ├── MYTELBOOKS.ICO
│ │ │ ├── MYTELBOOKS.RC2
│ │ │ ├── ORG.BMP
│ │ │ ├── TASK.BMP
│ │ │ └── USER.BMP
│ │ ├── RESOURCE.H
│ │ ├── STDAFX.CPP
│ │ ├── STDAFX.H
│ │ └── 备注.txt
│ └── TelProvider
│ ├── Debug
│ │ └── TelProvider.dll
│ ├── RESOURCE.H
│ ├── STDAFX.CPP
│ ├── STDAFX.H
│ ├── TELPROVIDER.APS
│ ├── TELPROVIDER.CPP
│ ├── TELPROVIDER.DEF
│ ├── TELPROVIDER.DSP
│ ├── TELPROVIDER.DSW
│ ├── TelProvider.h
│ ├── TelProvider_i.c
│ ├── TELPROVIDER.IDL
│ ├── TELPROVIDER.NCB
│ ├── TELPROVIDER.opt
│ ├── TELPROVIDER.PLG
│ ├── TELPROVIDERPS.DEF
│ ├── TELPROVIDERPS.MK
│ ├── TELPROVIDER.RC
│ ├── TelProvider.tlb
│ ├── TELPRVDDS.H
│ ├── TELPRVD.RGS
│ ├── TELPRVDRS.CPP
│ ├── TELPRVDRS.H
│ ├── TELPRVDSESS.H
│ └── 备注.txt
├── 19
│ ├── ADDIALOG.CPP
│ ├── ADDIALOG.H
│ ├── BADIALOG.CPP
│ ├── BADIALOG.H
│ ├── BRecordset1.cpp
│ ├── BRecordset1.h
│ ├── BRECORDSET.CPP
│ ├── BRECORDSET.H
│ ├── BRecordsets.cpp
│ ├── BRecordsets.h
│ ├── CADIALOG.CPP
│ ├── CADIALOG.H
│ ├── Debug
│ │ └── lhwy.exe
│ ├── DELECTDIALOG.CPP
│ ├── DELECTDIALOG.H
│ ├── DRECORDSET.CPP
│ ├── DRECORDSET.H
│ ├── EDITDIALOG.CPP
│ ├── EDITDIALOG.H
│ ├── FINDIALOG.CPP
│ ├── FINDIALOG.H
│ ├── lhwy.aps
│ ├── LHWY.CLW
│ ├── LHWY.CPP
│ ├── LHWYDLG.CPP
│ ├── LHWYDLG.H
│ ├── LHWY.DSP
│ ├── LHWY.DSW
│ ├── LHWY.H
│ ├── LHWY.MDB
│ ├── LHWY.NCB
│ ├── LHWY.OPT
│ ├── LHWY.PLG
│ ├── lhwy.rc
│ ├── LHWY.sln
│ ├── LHWY.suo
│ ├── LINKBUTTON.CPP
│ ├── LINKBUTTON.H
│ ├── NADILALOG.CPP
│ ├── NADILALOG.H
│ ├── RES
│ │ ├── 03.ICO
│ │ ├── CURSOR1.CUR
│ │ ├── FLOWER78.JPG
│ │ ├── LHWY.ICO
│ │ └── LHWY.RC2
│ ├── resource.h
│ ├── S.cpp
│ ├── S.h
│ ├── STDAFX.CPP
│ ├── STDAFX.H
│ ├── TABSHEET.CPP
│ ├── TABSHEET.H
│ ├── TRECORDSET.CPP
│ ├── TRECORDSET.H
│ └── 备注.txt
├── 20
│ ├── AutoStuMis.aps
│ ├── AutoStuMis.clw
│ ├── AutoStuMis.cpp
│ ├── AutoStuMisDoc.cpp
│ ├── AutoStuMisDoc.h
│ ├── AutoStuMis.dsp
│ ├── AutoStuMis.dsw
│ ├── AutoStuMis.h
│ ├── AutoStuMis.ncb
│ ├── AutoStuMis.opt
│ ├── AutoStuMis.plg
│ ├── AutoStuMis.positions
│ ├── AutoStuMis.rc
│ ├── AutoStuMisView.cpp
│ ├── AutoStuMisView.h
│ ├── Class.cpp
│ ├── Class.h
│ ├── Database
│ │ └── autoback
│ ├── Debug
│ │ ├── AutoStuMis.exe
│ │ └── HYCONFIG.dat
│ ├── DlgClassEdit.cpp
│ ├── DlgClassEdit.h
│ ├── DlgFilterClass.cpp
│ ├── DlgFilterClass.h
│ ├── DlgFindStudent.cpp
│ ├── DlgFindStudent.h
│ ├── DlgSelectStudent.cpp
│ ├── DlgSelectStudent.h
│ ├── DlgStudentEdit.cpp
│ ├── DlgStudentEdit.h
│ ├── DlgStudentInfor.cpp
│ ├── DlgStudentInfor.h
│ ├── Item.cpp
│ ├── Item.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Release
│ ├── res
│ │ ├── 103219.ico
│ │ ├── 146.ico
│ │ ├── Activitl.ico
│ │ ├── AutoStuMisDoc.ico
│ │ ├── AutoStuMis.ico
│ │ ├── AutoStuMis.rc2
│ │ ├── Docl.ico
│ │ ├── Face01.ico
│ │ ├── Files10.ico
│ │ ├── Icon177.ico
│ │ ├── Toolbar.bmp
│ │ ├── Tools.ico
│ │ └── 删除.ico
│ ├── resource.h
│ ├── RstCIass.cpp
│ ├── RstCIass.h
│ ├── RstClass1.cpp
│ ├── RstClass1.h
│ ├── RstClass.cpp
│ ├── RstClass.h
│ ├── RstClassList.cpp
│ ├── RstClassList.h
│ ├── RstExamType.cpp
│ ├── RstExamType.h
│ ├── RstKeyID.cpp
│ ├── RstKeyID.h
│ ├── RstStudent.cpp
│ ├── RstStudent.h
│ ├── RstStudentType.cpp
│ ├── RstStudentType.h
│ ├── sdfsdf.cpp
│ ├── sdfsdf.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Student.cpp
│ ├── Student.h
│ └── 备注.doc
├── 21
│ ├── Database
│ │ ├── Checkin.sql
│ │ ├── Departments.sql
│ │ ├── Employees.sql
│ │ ├── Evaluation.sql
│ │ ├── Experience.sql
│ │ ├── Family.sql
│ │ ├── HR-old.sql
│ │ ├── HR.sql
│ │ ├── Users.sql
│ │ └── v_SumCheck.sql
│ ├── HR
│ │ ├── ADOConn.cpp
│ │ ├── ADOConn.h
│ │ ├── adodc.cpp
│ │ ├── adodc.h
│ │ ├── ChangePwdDlg.cpp
│ │ ├── ChangePwdDlg.h
│ │ ├── CheckEditDlg.cpp
│ │ ├── CheckEditDlg.h
│ │ ├── Checkin.cpp
│ │ ├── Checkin.h
│ │ ├── CheckManDlg.cpp
│ │ ├── CheckManDlg.h
│ │ ├── column.cpp
│ │ ├── column.h
│ │ ├── columns.cpp
│ │ ├── columns.h
│ │ ├── datacombo.cpp
│ │ ├── datacombo.h
│ │ ├── dataformatdisp.cpp
│ │ ├── dataformatdisp.h
│ │ ├── datagrid.cpp
│ │ ├── datagrid.h
│ │ ├── datalist.cpp
│ │ ├── datalist.h
│ │ ├── Departments.cpp
│ │ ├── Departments.h
│ │ ├── DepEditDlg.cpp
│ │ ├── DepEditDlg.h
│ │ ├── DepManDlg.cpp
│ │ ├── DepManDlg.h
│ │ ├── DepSelDlg.cpp
│ │ ├── DepSelDlg.h
│ │ ├── EmpEditDlg.cpp
│ │ ├── EmpEditDlg.h
│ │ ├── Employees.cpp
│ │ ├── Employees.h
│ │ ├── EmpManDlg.cpp
│ │ ├── EmpManDlg.h
│ │ ├── EmpSelDlg.cpp
│ │ ├── EmpSelDlg.h
│ │ ├── EvaEditDlg.cpp
│ │ ├── EvaEditDlg.h
│ │ ├── Evaluation.cpp
│ │ ├── Evaluation.h
│ │ ├── EvaManDlg.cpp
│ │ ├── EvaManDlg.h
│ │ ├── ExpEditDlg.cpp
│ │ ├── ExpEditDlg.h
│ │ ├── Experience.cpp
│ │ ├── Experience.h
│ │ ├── ExpManDlg.cpp
│ │ ├── ExpManDlg.h
│ │ ├── Family.cpp
│ │ ├── FamilyEditDlg.cpp
│ │ ├── FamilyEditDlg.h
│ │ ├── Family.h
│ │ ├── FamilyManDlg.cpp
│ │ ├── FamilyManDlg.h
│ │ ├── field.cpp
│ │ ├── field.h
│ │ ├── fields.cpp
│ │ ├── fields.h
│ │ ├── font.cpp
│ │ ├── font.h
│ │ ├── Global.cpp
│ │ ├── Global.h
│ │ ├── hr.bmp
│ │ ├── HrSys.aps
│ │ ├── HrSys.clw
│ │ ├── HrSys.cpp
│ │ ├── HrSysDlg.cpp
│ │ ├── HrSysDlg.h
│ │ ├── HrSys.dsp
│ │ ├── HrSys.dsw
│ │ ├── HrSys.h
│ │ ├── HrSys.ncb
│ │ ├── HrSys.opt
│ │ ├── HrSys.plg
│ │ ├── HrSys.rc
│ │ ├── LoginDlg.cpp
│ │ ├── LoginDlg.h
│ │ ├── msado15.tlh
│ │ ├── msado15.tli
│ │ ├── picture.cpp
│ │ ├── picture.h
│ │ ├── properties.cpp
│ │ ├── properties.h
│ │ ├── property.cpp
│ │ ├── property.h
│ │ ├── ReadMe.txt
│ │ ├── _recordset.cpp
│ │ ├── _recordset.h
│ │ ├── res
│ │ │ ├── folder.ico
│ │ │ ├── HrSys.ico
│ │ │ ├── HrSys.rc2
│ │ │ └── Thumbs.db
│ │ ├── resource.h
│ │ ├── selbookmarks.cpp
│ │ ├── selbookmarks.h
│ │ ├── split.cpp
│ │ ├── split.h
│ │ ├── splits.cpp
│ │ ├── splits.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── stddataformatsdisp.cpp
│ │ ├── stddataformatsdisp.h
│ │ ├── SumCheckDlg.cpp
│ │ ├── SumCheckDlg.h
│ │ ├── TransferDlg.cpp
│ │ ├── TransferDlg.h
│ │ ├── UserEditDlg.cpp
│ │ ├── UserEditDlg.h
│ │ ├── UserManDlg.cpp
│ │ ├── UserManDlg.h
│ │ ├── Users.cpp
│ │ └── Users.h
│ └── 备注.txt
└── appendix
└── 考试管理系统
├── AddClassDialog.cpp
├── AddClassDialog.h
├── AddStudentDialog.cpp
├── AddStudentDialog.h
├── AddSubjectDialog.cpp
├── AddSubjectDialog.h
├── ADODB.cpp
├── ADODB.h
├── BMDialog.cpp
├── BMDialog.h
├── ChildFrm.cpp
├── ChildFrm.h
├── Debug
│ ├── AddClassDialog.obj
│ ├── AddStudentDialog.obj
│ ├── AddSubjectDialog.obj
│ ├── ADODB.obj
│ ├── BMDialog.obj
│ ├── ChildFrm.obj
│ ├── ExamDoc.obj
│ ├── Exam.obj
│ ├── ExamStudentDoc.obj
│ ├── ExamStudentView.obj
│ ├── ExamSubjectDoc.obj
│ ├── ExamSubjectView.obj
│ ├── ExamView.obj
│ ├── Loginfrm.obj
│ ├── MainFrm.obj
│ ├── msado15.tlh
│ ├── msado15.tli
│ ├── SelExamNoDialog.obj
│ ├── StdAfx.obj
│ ├── StudentScoreDoc.obj
│ ├── StudentScore.exe
│ ├── StudentScore.ilk
│ ├── StudentScore.obj
│ ├── StudentScore.pch
│ ├── StudentScore.pdb
│ ├── StudentScore.res
│ ├── StudentScoreView.obj
│ ├── User.obj
│ ├── vc60.idb
│ └── vc60.pdb
├── Exam.cpp
├── ExamDoc.cpp
├── ExamDoc.h
├── Exam.h
├── ExamStudentDoc.cpp
├── ExamStudentDoc.h
├── ExamStudentView.cpp
├── ExamStudentView.h
├── ExamSubjectDoc.cpp
├── ExamSubjectDoc.h
├── ExamSubjectView.cpp
├── ExamSubjectView.h
├── ExamView.cpp
├── ExamView.h
├── Loginfrm.cpp
├── Loginfrm.h
├── MainFrm.cpp
├── MainFrm.h
├── ReadMe.txt
├── res
│ ├── About.ico
│ ├── Baloon.ico
│ ├── BmpBack.bmp
│ ├── Cancel1_32x32x16.ico
│ ├── Cancel3_32x32x256.ico
│ ├── Cancel4_32x32x2.ico
│ ├── Cannibal.bmp
│ ├── CButtonST_Demo.ico
│ ├── CButtonST_Demo.rc2
│ ├── CDRom.ico
│ ├── Classes1_32x32x16.ico
│ ├── Eagle.bmp
│ ├── EOapp.ico
│ ├── Explorer.ico
│ ├── Face.bmp
│ ├── Halloween1.ico
│ ├── Halloween2.ico
│ ├── Hand.cur
│ ├── Help2_32x32x256.ico
│ ├── Help.ico
│ ├── IEDocument_48x48x256.ico
│ ├── il_class.bmp
│ ├── JPEG Image.ico
│ ├── Key manager.ico
│ ├── Lamp1.ico
│ ├── LedOff.ico
│ ├── LedOn.ico
│ ├── Left6_32x32x256.ico
│ ├── LogOff.ico
│ ├── No3_32x32x256.ico
│ ├── Ok3_32x32x256.ico
│ ├── Open.ico
│ ├── Palette.bmp
│ ├── Razor_32x32x256.ico
│ ├── Right6_32x32x256.ico
│ ├── Run.ico
│ ├── Search1.ico
│ ├── Sky.bmp
│ ├── Sound.ico
│ ├── STLogo_Small.bmp
│ ├── StudentScoreDoc.ico
│ ├── StudentScore.ico
│ ├── StudentScore.manifest
│ ├── StudentScore.rc2
│ ├── toolbar1.bmp
│ ├── Toolbar.bmp
│ ├── Tools4.ico
│ ├── Web2.ico
│ ├── Winzip1.ico
│ ├── Winzip2.ico
│ └── Workgroup.ico
├── Resource.h
├── SelExamNoDialog.cpp
├── SelExamNoDialog.h
├── StdAfx.cpp
├── StdAfx.h
├── StudentScore.aps
├── StudentScore.clw
├── StudentScore.cpp
├── StudentScoreDB.mdb
├── StudentScoreDoc.cpp
├── StudentScoreDoc.h
├── StudentScore.dsp
├── StudentScore.dsw
├── StudentScore.h
├── StudentScore.ncb
├── StudentScore.opt
├── StudentScore.plg
├── StudentScore.positions
├── StudentScore.rc
├── StudentScore.reg
├── StudentScore.sln
├── StudentScore.suo
├── StudentScore.vcproj
├── StudentScoreView.cpp
├── StudentScoreView.h
├── User.cpp
├── User.h
└── 备注.txt
103 directories, 1224 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论