登录
首页 » Visual C++ » Educational-Management-System

Educational-Management-System

于 2012-11-28 发布 文件大小:319KB
0 238
下载积分: 1 下载次数: 15

代码说明:

  编译环境:visual studio 2008 数据库:access 2007 一个简单的MFC教务系统工程,有较完善的功能,适合初学者参考。(Compiler environment: visual studio 2008 database: access 2007 a simple MFC Senate system works better functionality for beginners.)

文件列表:

教务系统
........\ReadMeFirst.txt,225,2012-02-23
........\教务管理系统
........\............\JWManager
........\............\.........\Debug
........\............\.........\.....\JWManager.ilk,1579812,2012-02-23
........\............\.........\JWManager
........\............\.........\.........\AboutDlg.cpp,480,2012-02-23
........\............\.........\.........\AboutDlg.h,916,2012-02-23
........\............\.........\.........\BaseInfoDlg.cpp,961,2012-02-16
........\............\.........\.........\BaseInfoDlg.h,511,2012-02-16
........\............\.........\.........\CCourseDlg.cpp,7126,2012-02-22
........\............\.........\.........\CCourseDlg.h,787,2012-02-22
........\............\.........\.........\CCourseInputDlg.cpp,12108,2012-02-22
........\............\.........\.........\CCourseInputDlg.h,989,2012-02-22
........\............\.........\.........\CManagerIndexaDlg.cpp,22507,2012-02-23
........\............\.........\.........\CManagerIndexaDlg.h,1215,2012-02-23
........\............\.........\.........\CScoreCheck.cpp,4696,2012-02-23
........\............\.........\.........\CScoreCheck.h,768,2012-02-23
........\............\.........\.........\CScoreInputDlg.cpp,15734,2012-02-22
........\............\.........\.........\CScoreInputDlg.h,1295,2012-02-21
........\............\.........\.........\CScoreSummaryDlg.cpp,9704,2012-02-22
........\............\.........\.........\CScoreSummaryDlg.h,1037,2012-02-22
........\............\.........\.........\CStudentIndex.cpp,3841,2012-02-23
........\............\.........\.........\CStudentIndex.h,946,2012-02-23
........\............\.........\.........\CStudentInformationDlg.cpp,3347,2012-02-23
........\............\.........\.........\CStudentInformationDlg.h,854,2012-02-23
........\............\.........\.........\CStuGradeDlg.cpp,3645,2012-02-23
........\............\.........\.........\CStuGradeDlg.h,675,2012-02-23
........\............\.........\.........\CTeacherIndex.cpp,3916,2012-02-23
........\............\.........\.........\CTeacherIndex.h,837,2012-02-23
........\............\.........\.........\CTeacherInformationDlg.cpp,3661,2012-02-23
........\............\.........\.........\CTeacherInformationDlg.h,793,2012-02-23
........\............\.........\.........\Debug
........\............\.........\.........\.....\BuildLog.htm,7306,2012-02-23
........\............\.........\.........\JWManager.aps,79820,2012-02-23
........\............\.........\.........\JWManager.cpp,1686,2012-02-23
........\............\.........\.........\JWManager.h,459,2012-02-22
........\............\.........\.........\JWManager.rc,21902,2012-02-23
........\............\.........\.........\JWManager.vcproj,7284,2012-02-23
........\............\.........\.........\JWManager.vcproj.aCUPsID-PC.aCUPsID.user,1417,2012-02-23
........\............\.........\.........\JWManager.vcproj.Lenovo-PC.Lenovo.user,1415,2012-02-19
........\............\.........\.........\JWManagerDlg.cpp,6543,2012-02-23
........\............\.........\.........\JWManagerDlg.h,749,2012-02-23
........\............\.........\.........\ReadMe.txt,2799,2012-01-28
........\............\.........\.........\res

........\............\.........\.........\...\JWManager.rc2,365,2012-01-28
........\............\.........\.........\resource.h,7786,2012-02-23
........\............\.........\.........\stdafx.cpp,140,2012-01-28
........\............\.........\.........\stdafx.h,1897,2012-02-19
........\............\.........\.........\targetver.h,1030,2012-01-28
........\............\.........\.........\教务管理系统.mdb,2117632,2012-02-23
........\............\.........\JWManager.sln,893,2012-01-28

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ADO2SqlServer
    好的东西要分享,最近下载了一个VC++连接ACCESS的数据库,对数据库的操作非常详细,但就是弄不懂怎么增删改查,请高手指教!(Good things to share recently downloaded a VC++ connected ACCESS database, the operation of the database is very detailed, but do not understand how CRUD expert advice, please!)
    2020-11-04 20:59:52下载
    积分:1
  • sniffer
    第十二章:发布数据库系统,InstallShield这一常用的打包工具,讲解软件打包 发布的过程。 第十三章:用户登录功能模块,应用了ODBC访问数据库的技术,使用最基本的查询语句。 第十四章:用户信息管理模块,应用了ODBC访问数据库的技术,用CRecordset对象做 为操作数据库的手段,并运用增删改查的数据库常用查询语句。 第十五章:网页浏览和网址限制功能模块,利用数据库中的网址记录,通过查询匹配 限制用户对某些特定网址的访问,并作访问记录,主要应用DAO方式访问数据库的技术, CDaoRecordSet对象做为操作数据库的手段,并灵活运用了多种SQL查询语句。 第十六章: 住户管理系统,主要用了OLE DB操纵数据库的手段。 第十七章:物流单据管理模块,主要用了ADO对象操纵数据库的技术手段。 第十八章:研究生信息管理系统,主要用了ADO对象操纵数据库的技术手段,并在使用 ADO的技术中灵活运用了OLE DB的数据库连接操纵方法、多条SQL查询语句、控件Combo Box与ActiveX控件ADO Data Control和DataGrid Control。 全部是vc6.0编写 (Chapter 12: publication database system, InstallShield package that commonly used tools to explain the process of publishing software package. Chapter 13: user login function module, the application of the ODBC database access technology, using the most basic query. Chapter 14: User information management module, the application of the ODBC database access technology, using CRecordset object as a means to manipulate the database, and use common CRUD database query. Chapter 15: Web browsing and URL restriction function module, using the URL database records, all vc6.0 prepared)
    2013-06-24 15:49:10下载
    积分:1
  • Excel
    Excel操作,用语VISUAL C++6.0 ,好东西来着,可以通过此做报表功能(Excel operations, terminology VISUAL C++ 6.0, good things come forward, you can make statements through this function)
    2008-04-11 19:56:02下载
    积分:1
  • vcadodaoadb
    这是一个用vc6.0写的数据库,里面有ado,dao,adb编程!(This is a database used vc6.0 write, there are ado, dao, adb programming!)
    2008-04-28 11:23:22下载
    积分:1
  • Ri230-v1
    c++ 利用ADO操作数据库,供初学数据库编程的人参考(c++ to operate the database by ADO)
    2010-12-04 20:49:35下载
    积分:1
  • ENVELOP_ADO
    封装的ADO访问所有数据库的代码,大家不要将时间浪费在编程上了(Packaging visit all the ADO database code, we should not be wasting time on the program)
    2007-05-18 22:38:03下载
    积分:1
  • VCshizhanOLEDBbiancheng
    vc实战OLEDB编程,对应用vc开发数据库的人员有巨大帮助,推荐下载。(vc real OLEDB programming for database application developers who vc a huge help, recommended download.)
    2011-07-20 21:18:00下载
    积分:1
  • MDAC2.6
    MDAC(Microsoft Data Access Components)是微软数据库访问组件,Netpise和许多利用数据库的软件都需要操作系统安装MDAC。很多用户的操作系统中已经存在了MDAC,有些是操作系统内置的、有些是其它应用程序安装的。(MDAC (Microsoft Data Access Components) is a Microsoft database access components, Netpise and many need to use the database software operating system to install MDAC. Many users of the operating system already exists in the MDAC, some built-in operating system, some other applications installed.)
    2010-07-05 02:04:55下载
    积分:1
  • Address_Notebook_Manager
    地址薄管理器.采用MFC DAO对象和接口编程技术实现了一个地址薄数据库的管理器.主要功能包括:1,浏览数据库的内容.2,添加,删除和更新数据库的记录.(address book manager. Using MFC DAO objects and interface programming technology to achieve a one address book database manager. main features include : a browse the contents of the database .2, add, delete and update database records.)
    2006-10-11 13:50:15下载
    积分:1
  • ADOTest
    VC2005通过ADO连接Access2007数据库的简单Demo,系统Vista SP1 + Visual Studio 2005 + Office 2007 !!!(VC2005 connected Access2007 database through ADO simple Demo, system, Vista SP1+ Visual Studio 2005+ Office 2007!!!)
    2009-06-20 14:27:01下载
    积分:1
  • 696516资源总数
  • 106637会员总数
  • 8今日下载