登录
首页 » Visual C++ » jiaowuguanlixitong

jiaowuguanlixitong

于 2012-12-27 发布 文件大小:2658KB
0 263
下载积分: 1 下载次数: 24

代码说明:

  MFC ODBC ACCESS 高校教务管理系统(MFC ODBC ACCESS university educational administration management system)

文件列表:

jiaowuguanlixitong
..................\ChoiceCourseDlg.cpp,4706,2012-06-15
..................\ChoiceCourseDlg.h,1560,2012-06-15
..................\CourseScoreDlg.cpp,3567,2012-06-15
..................\CourseScoreDlg.h,1409,2012-06-15
..................\CourseScoreSet.cpp,1501,2012-06-14
..................\CourseScoreSet.h,1378,2012-06-14
..................\CourseSet.cpp,1769,2012-06-14
..................\CourseSet.h,1448,2012-06-14
..................\Debug
..................\.....\ChoiceCourseDlg.obj,31341,2012-06-15
..................\.....\CourseScoreDlg.obj,26259,2012-06-15
..................\.....\CourseScoreSet.obj,15380,2012-06-15
..................\.....\CourseSet.obj,17732,2012-06-14
..................\.....\EditPasswordDlg.obj,17961,2012-06-13
..................\.....\Ensure.obj,10139,2012-06-14
..................\.....\LoginDlg.obj,17172,2012-06-15
..................\.....\LoginSet1.obj,14246,2012-06-12
..................\.....\MainFrm.obj,21864,2012-06-15
..................\.....\StdAfx.obj,107277,2012-06-12
..................\.....\StudentInfoDlg.obj,18461,2012-06-13
..................\.....\StudentInfoSet.obj,20398,2012-06-13
..................\.....\vc60.idb,287744,2012-12-18
..................\.....\vc60.pdb,380928,2012-06-15
..................\.....\高校教务管理系统.exe,155721,2012-06-15
..................\.....\高校教务管理系统.ilk,420384,2012-06-15
..................\.....\高校教务管理系统.obj,24642,2012-06-13
..................\.....\高校教务管理系统.pch,5786452,2012-06-12
..................\.....\高校教务管理系统.pdb,590848,2012-06-15
..................\.....\高校教务管理系统.res,11004,2012-06-15
..................\.....\高校教务管理系统Doc.obj,14544,2012-06-12
..................\.....\高校教务管理系统View.obj,47463,2012-06-15
..................\EditPasswordDlg.cpp,1747,2012-06-13
..................\EditPasswordDlg.h,1377,2012-06-13
..................\Ensure.cpp,995,2012-06-14
..................\Ensure.h,1225,2012-06-14
..................\LoginDlg.cpp,1525,2012-06-15
..................\LoginDlg.h,1281,2012-06-12
..................\LoginSet.cpp,1313,2012-06-12
..................\LoginSet.h,1287,2012-06-12
..................\LoginSet1.cpp,1327,2012-06-12
..................\LoginSet1.h,1297,2012-06-12
..................\MainFrm.cpp,2810,2012-06-15
..................\MainFrm.h,1614,2012-06-15
..................\ReadMe.txt,4453,2012-06-12
..................\res


..................\...\高校教务管理系统.rc2,408,2012-06-12

..................\resource.h,2487,2012-06-15
..................\StdAfx.cpp,218,2012-06-12
..................\StdAfx.h,1076,2012-06-12
..................\StudentInfoDlg.cpp,2059,2012-06-13
..................\StudentInfoDlg.h,1502,2012-06-13
..................\StudentInfoSet.cpp,2043,2012-06-13
..................\StudentInfoSet.h,1559,2012-06-13
..................\教务管理系统.mdb,270336,2012-06-15
..................\高校教务管理系统.aps,36276,2012-12-18
..................\高校教务管理系统.clw,9804,2012-12-18
..................\高校教务管理系统.cpp,4209,2012-06-13
..................\高校教务管理系统.dsp,6138,2012-06-15
..................\高校教务管理系统.dsw,540,2012-06-12
..................\高校教务管理系统.h,1348,2012-06-12
..................\高校教务管理系统.ncb,304128,2012-12-18
..................\高校教务管理系统.opt,55808,2012-12-18
..................\高校教务管理系统.plg,266,2012-12-18
..................\高校教务管理系统.rc,20559,2012-06-15
..................\高校教务管理系统Doc.cpp,1704,2012-06-12
..................\高校教务管理系统Doc.h,1439,2012-06-12
..................\高校教务管理系统View.cpp,5690,2012-06-15
..................\高校教务管理系统View.h,2041,2012-06-15

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

发表评论

0 个回复

  • newxuejigl
    说明:  学籍管理系统 系统是在VC++6.0和SQL Server 2000下开发的. 数据库在Database目录下,在SQLSERVER的查询分析器中执行即可生成数据库. 源程序在Src目录中. 因为程序极为经典,所以本人在此转载~ 一、编程环境: windows2000 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同。 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等程序中有几个BUG还没解决, 四、实现功能: 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 五、主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息(err)
    2006-03-14 14:30:30下载
    积分:1
  • book
    实现图书管理,程序能存储书的主要内容,并能检索图书(Library Management, the program can store the main content of the book, and can retrieve books)
    2013-05-26 18:25:52下载
    积分:1
  • 812334
    详细完整的图书管理系统 功能全面 用C++ SQL 实现的 (Detailed and complete full-featured library management system using C++ SQL implementation)
    2011-05-30 00:17:00下载
    积分:1
  • libiary
    图书管理系统:用户管理(用户添加,密码修改),图书管理(图书增加、图书修改、图书删除),使用sqlite数据库(Library management system: user management (users add, password changes), library management (books increased, modify books, books delete), use sqlite database)
    2014-04-17 21:24:11下载
    积分:1
  • Ex11_2
    学生信息查询数据库系统,可以将access里的数据显示到页面上,包括姓名,籍贯等(Student information query the database system, you can access data on the page, including the name, country of origin, etc.)
    2013-03-14 16:51:53下载
    积分:1
  • v
    说明:  这也是师兄的毕业设计,具体的功能我也不清楚,因为我才大一,请见谅!!!!!!!不过是可以用来答辩的,完整的毕业设计,有源代码,可爱执行文件,文档资料.(This is also the senior)
    2008-04-10 16:35:56下载
    积分:1
  • Paper_Creat_System
    试卷生成系统 可以按出题人要求题型自动生成一套试卷。(Papers generated by the topic and the system can automatically generate the kinds of questions were asked a set of papers.)
    2011-10-07 18:34:23下载
    积分:1
  • yufafenxiqigouzhao
    语法分析器构造 借助于词法分析程序提供的分析结果,编写一个算符优先语法分析程序,程序能进行语法结构分析和错误检查并产生相应的归约信息。同时给出出错信息和错误类型,从而加深对语法分析的理解。 (parser using lexical analysis procedure for the analysis of results prepare a priority operator syntax analysis procedures, procedures for structural analysis and syntax error checking and produce corresponding reduction information. Also given wrong information and the wrong types, so as to enhance the understanding of syntax analysis.)
    2020-06-30 18:40:01下载
    积分:1
  • achievementstatistica
    学生成绩统计 平均分、80分以上总计等 (Average student achievement statistics, a total of 80 points or more, etc.)
    2010-12-14 20:27:29下载
    积分:1
  • ddd
    校际运动会管理系统。采用mfc编写的。可直接运行。校际运动会管理系统:本系统将帮助裁判对各学校和运动员进行排名,并且可对运动员进行信息录入查找,还可以通过不同权限可对运动员资料进行阅读或修改,从而达到分级管理的目的。 运动员信息管理:对运动员的基本信息包括运动员姓名,年龄,性别,ID,隶属学校,参加比赛项目分数等等。不同权限的人对本系统可见范围不同,所获得权力也不同。 (Inter-School Games Management System. Using mfc writing. Can be run directly. Schools Games Management System: This system will help the referee to rank schools and athletes, and athletes information into the Find different permissions, you can also read or modify the data of athletes, so as to achieve the purpose of the classification management. Athlete information management: the athlete' s basic information, including the name of player, age, gender, ID, attached to the school, to participate in the competition scores. Permission of the visible range, the powers.)
    2013-04-03 10:22:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载