实例介绍
VC++6.0+sql server,学院通讯录管理系统,源程序+数据库+报告
【实例截图】
【核心代码】
学院通讯录管理系统
└── 学院通讯录管理系统
├── acaall
│ ├── Debug
│ │ ├── MainFrm.obj
│ │ ├── StdAfx.obj
│ │ ├── acaall.exe
│ │ ├── acaall.ilk
│ │ ├── acaall.obj
│ │ ├── acaall.pch
│ │ ├── acaall.pdb
│ │ ├── acaall.res
│ │ ├── acaallDoc.obj
│ │ ├── acaallSet.obj
│ │ ├── acaallView.obj
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── acaall.aps
│ ├── acaall.clw
│ ├── acaall.cpp
│ ├── acaall.dsp
│ ├── acaall.dsw
│ ├── acaall.h
│ ├── acaall.ncb
│ ├── acaall.opt
│ ├── acaall.plg
│ ├── acaall.rc
│ ├── acaallDoc.cpp
│ ├── acaallDoc.h
│ ├── acaallSet.cpp
│ ├── acaallSet.h
│ ├── acaallView.cpp
│ ├── acaallView.h
│ ├── res
│ │ ├── Toolbar.bmp
│ │ ├── acaall.ico
│ │ ├── acaall.rc2
│ │ └── acaallDoc.ico
│ └── resource.h
├── academy
│ ├── Debug
│ │ ├── MainFrm.obj
│ │ ├── StdAfx.obj
│ │ ├── academy.exe
│ │ ├── academy.ilk
│ │ ├── academy.obj
│ │ ├── academy.pch
│ │ ├── academy.pdb
│ │ ├── academy.res
│ │ ├── academyDoc.obj
│ │ ├── academySet.obj
│ │ ├── academyView.obj
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── academy.aps
│ ├── academy.clw
│ ├── academy.cpp
│ ├── academy.dsp
│ ├── academy.dsw
│ ├── academy.h
│ ├── academy.ncb
│ ├── academy.opt
│ ├── academy.plg
│ ├── academy.rc
│ ├── academyDoc.cpp
│ ├── academyDoc.h
│ ├── academySet.cpp
│ ├── academySet.h
│ ├── academyView.cpp
│ ├── academyView.h
│ ├── res
│ │ ├── Toolbar.bmp
│ │ ├── academy.ico
│ │ ├── academy.rc2
│ │ └── academyDoc.ico
│ └── resource.h
├── communicate.ldf
├── communicate.mdf
├── communicate.sql
├── student
│ ├── Debug
│ │ ├── MainFrm.obj
│ │ ├── StdAfx.obj
│ │ ├── student.exe
│ │ ├── student.ilk
│ │ ├── student.obj
│ │ ├── student.pch
│ │ ├── student.pdb
│ │ ├── student.res
│ │ ├── studentDoc.obj
│ │ ├── studentSet.obj
│ │ ├── studentView.obj
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── res
│ │ ├── Toolbar.bmp
│ │ ├── student.ico
│ │ ├── student.rc2
│ │ └── studentDoc.ico
│ ├── resource.h
│ ├── student.aps
│ ├── student.clw
│ ├── student.cpp
│ ├── student.dsp
│ ├── student.dsw
│ ├── student.h
│ ├── student.ncb
│ ├── student.opt
│ ├── student.plg
│ ├── student.rc
│ ├── studentDoc.cpp
│ ├── studentDoc.h
│ ├── studentSet.cpp
│ ├── studentSet.h
│ ├── studentView.cpp
│ └── studentView.h
├── stupt
│ ├── Debug
│ │ ├── MainFrm.obj
│ │ ├── StdAfx.obj
│ │ ├── stupt.exe
│ │ ├── stupt.ilk
│ │ ├── stupt.obj
│ │ ├── stupt.pch
│ │ ├── stupt.pdb
│ │ ├── stupt.res
│ │ ├── stuptDoc.obj
│ │ ├── stuptSet.obj
│ │ ├── stuptView.obj
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── res
│ │ ├── Toolbar.bmp
│ │ ├── stupt.ico
│ │ ├── stupt.rc2
│ │ └── stuptDoc.ico
│ ├── resource.h
│ ├── stupt.aps
│ ├── stupt.clw
│ ├── stupt.cpp
│ ├── stupt.dsp
│ ├── stupt.dsw
│ ├── stupt.h
│ ├── stupt.ncb
│ ├── stupt.opt
│ ├── stupt.plg
│ ├── stupt.rc
│ ├── stuptDoc.cpp
│ ├── stuptDoc.h
│ ├── stuptSet.cpp
│ ├── stuptSet.h
│ ├── stuptView.cpp
│ └── stuptView.h
├── teacher
│ ├── Debug
│ │ ├── MainFrm.obj
│ │ ├── StdAfx.obj
│ │ ├── teacher.exe
│ │ ├── teacher.ilk
│ │ ├── teacher.obj
│ │ ├── teacher.pch
│ │ ├── teacher.pdb
│ │ ├── teacher.res
│ │ ├── teacherDoc.obj
│ │ ├── teacherSet.obj
│ │ ├── teacherView.obj
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── res
│ │ ├── Toolbar.bmp
│ │ ├── teacher.ico
│ │ ├── teacher.rc2
│ │ └── teacherDoc.ico
│ ├── resource.h
│ ├── teacher.aps
│ ├── teacher.clw
│ ├── teacher.cpp
│ ├── teacher.dsp
│ ├── teacher.dsw
│ ├── teacher.h
│ ├── teacher.ncb
│ ├── teacher.opt
│ ├── teacher.plg
│ ├── teacher.rc
│ ├── teacherDoc.cpp
│ ├── teacherDoc.h
│ ├── teacherSet.cpp
│ ├── teacherSet.h
│ ├── teacherView.cpp
│ └── teacherView.h
├── teapt
│ ├── Debug
│ │ ├── MainFrm.obj
│ │ ├── StdAfx.obj
│ │ ├── teapt.exe
│ │ ├── teapt.ilk
│ │ ├── teapt.obj
│ │ ├── teapt.pch
│ │ ├── teapt.pdb
│ │ ├── teapt.res
│ │ ├── teaptDoc.obj
│ │ ├── teaptSet.obj
│ │ ├── teaptView.obj
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── res
│ │ ├── Toolbar.bmp
│ │ ├── teapt.ico
│ │ ├── teapt.rc2
│ │ └── teaptDoc.ico
│ ├── resource.h
│ ├── teapt.aps
│ ├── teapt.clw
│ ├── teapt.cpp
│ ├── teapt.dsp
│ ├── teapt.dsw
│ ├── teapt.h
│ ├── teapt.ncb
│ ├── teapt.opt
│ ├── teapt.plg
│ ├── teapt.rc
│ ├── teaptDoc.cpp
│ ├── teaptDoc.h
│ ├── teaptSet.cpp
│ ├── teaptSet.h
│ ├── teaptView.cpp
│ └── teaptView.h
├── 前台登陆窗口
│ ├── Choose.cpp
│ ├── Choose.h
│ ├── Choose2.cpp
│ ├── Choose2.h
│ ├── Choose3.cpp
│ ├── Choose3.h
│ ├── Debug
│ │ ├── Choose.obj
│ │ ├── Choose2.obj
│ │ ├── Choose3.obj
│ │ ├── StdAfx.obj
│ │ ├── enter.exe
│ │ ├── enter.ilk
│ │ ├── enter.obj
│ │ ├── enter.pch
│ │ ├── enter.pdb
│ │ ├── enter.res
│ │ ├── enterDlg.obj
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── ReadMe.txt
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── enter.aps
│ ├── enter.clw
│ ├── enter.cpp
│ ├── enter.dsp
│ ├── enter.dsw
│ ├── enter.h
│ ├── enter.ncb
│ ├── enter.opt
│ ├── enter.plg
│ ├── enter.rc
│ ├── enterDlg.cpp
│ ├── enterDlg.h
│ ├── res
│ │ ├── enter.ico
│ │ └── enter.rc2
│ └── resource.h
└── 学院通讯录管理系统.doc
22 directories, 275 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论