登录
首页 » Visual C++ » StuManageSuper

StuManageSuper

于 2009-04-13 发布 文件大小:3822KB
0 191
下载积分: 1 下载次数: 10

代码说明:

  使用vc6.0开发的学生管理系统,包括对成绩的增删改查,并有管理员权限以及带柱型图和饼图的个人成绩统计和班级成绩统计(最高成绩、最低成绩、平均分等)。 管理员用户名为space,密码为19871025。 演示程序时可打开文件夹中的050704new,里面有测试数据。(Vc6.0 students to develop the use of management systems, including additions and deletions to search results and have administrator privileges, as well as columnar with pie charts and statistics and personal accomplishments achieved statistical classes (maximum performance, minimum performance, with an average grade) . Administrator user name space, password is 19871025. Demo program can open the folder 050704new, there are test data.)

文件列表:

StuManageSuper
..............\050704new.stu
..............\AddDlg.cpp
..............\AddDlg.h
..............\AdminDlg.cpp
..............\AdminDlg.h
..............\Debug
..............\.....\AddDlg.obj
..............\.....\AddDlg.sbr
..............\.....\AdminDlg.obj
..............\.....\AdminDlg.sbr
..............\.....\MainFrm.obj
..............\.....\MainFrm.sbr
..............\.....\PrivateDlg.obj
..............\.....\PrivateDlg.sbr
..............\.....\PublicDlg.obj
..............\.....\PublicDlg.sbr
..............\.....\SearchDlg.obj
..............\.....\SearchDlg.sbr
..............\.....\Splash.obj
..............\.....\Splash.sbr
..............\.....\StdAfx.obj
..............\.....\StdAfx.sbr
..............\.....\Student.obj
..............\.....\Student.sbr
..............\.....\StuManage.bsc
..............\.....\StuManage.exe
..............\.....\StuManage.ilk
..............\.....\StuManage.obj
..............\.....\StuManage.pch
..............\.....\StuManage.pdb
..............\.....\StuManage.res
..............\.....\StuManage.sbr
..............\.....\StuManageDoc.obj
..............\.....\StuManageDoc.sbr
..............\.....\StuManageView.obj
..............\.....\StuManageView.sbr
..............\.....\UpdateDlg.obj
..............\.....\UpdateDlg.sbr
..............\.....\vc60.idb
..............\.....\vc60.pdb
..............\MainFrm.cpp
..............\MainFrm.h
..............\PrivateDlg.cpp
..............\PrivateDlg.h
..............\PublicDlg.cpp
..............\PublicDlg.h
..............\ReadMe.txt
..............\res


..............\...\StuManage.rc2


..............\resource.h
..............\SearchDlg.cpp
..............\SearchDlg.h
..............\Splash.cpp
..............\Splash.h

..............\StdAfx.cpp
..............\StdAfx.h
..............\Student.cpp
..............\Student.h
..............\StuManage.aps
..............\StuManage.clw
..............\StuManage.cpp
..............\StuManage.dsp
..............\StuManage.dsw
..............\StuManage.h
..............\StuManage.ncb
..............\StuManage.opt
..............\StuManage.plg
..............\StuManage.rc
..............\StuManage.reg
..............\StuManageDoc.cpp
..............\StuManageDoc.h
..............\StuManageView.cpp
..............\StuManageView.h
..............\UpdateDlg.cpp
..............\UpdateDlg.h

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

发表评论

0 个回复

  • Class
    大学的每个专业都要编制教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限都相等。每个专业开设的课程都是确定的,而且课程的开设时间的安排必须满足先修关系。每个课程的先修关系都是确定的,可以有任意多门,也可以没有。每一门课程恰好一个学期。试在这样的情况下设置一个教学计划编制程序。三、基本要求:(1):输入参数:学期总数,一学期的学分上限,每门课的课程号,学分,直接先修关系的课程号。(2):课程号尽可能的集中在前几个学期中。(3):若无解,则报告错误信息;否则见教学计划输入到指定的文件中。(University of each professional must prepare teaching plans. Assume that any professional has a fixed period of schooling per academic year with two semesters, the length of time and credits per semester caps are equal. Each professional courses are determined, and arrangements to open the course must meet the Advanced Placement relations. Pre relations are determined in each course, can have any number of doors, or you do not. Each course just one semester. The trial in this case, an instructional planning procedures. Three basic requirements: (1): Input parameters: the relationship between the course of the semester, the total number, the maximum credit for a semester, the course number of each course, credits, direct Prerequisite number. (2): Course No. centralized as much as possible in the first few semesters. (3): If there is no solution, report the error message otherwise see teaching program input to the specified file.)
    2013-01-24 22:12:45下载
    积分:1
  • sushe
    考查点:线性结构、文件操作 注意:必须使用文件存储数据,不得使用数据库管理系统。 任务:通过此系统可以实现如下功能: 录入: 可以录入宿舍情况,包括宿舍号、可容纳学生数、已容纳学生数、男生/女生宿舍等信息; 可以录入学生住宿情况,包括学号、姓名、性别、宿舍号等信息。 其他信息可以自行设计。 分配宿舍:为每一个学生分配入一个未住满的宿舍。能否提供一个智能分配算法?推荐选择?批量分配?鼓励创新。(Check point: linear structure, file operations Note: you must use the file to store data, can not use management system. Mission: through this system can realize the following functions: Entry: Can enter the dormitory, including dorm number, can accommodate students number, already accommodate students number, boy/girl s dormitory information Can enter the student accommodation, including student id, name, gender, dormitory, etc. Other information can be designed. Dormitory: for each student assigned into a dormitory is not full. Can you provide a smart allocation algorithm? Recommended choice? Batch distributed? Encourage innovation. )
    2016-03-04 18:14:21下载
    积分:1
  • Lab_link
    实验室信息管理系统,用MFC做的界面部分,然后利用sql完成数据库部分(Laboratory Information Management System, part of the interface to do with MFC, then use the sql database part of the complete)
    2011-08-02 16:26:58下载
    积分:1
  • 0op
    这是我做的一个简单的学生信息管理,主要有查询、修改、保存等功能。(This is what I do a simple student information management, the main query, modify, save functions.)
    2011-06-21 14:52:33下载
    积分:1
  • library
    用C语言简单时间图书管理系统,实现了增删改查等操作(Time using a simple C language library management system, to achieve the CRUD and other operations)
    2011-12-14 21:19:48下载
    积分:1
  • SelectCourse
    选课系统可以实现选择课程 选课的人 系别(Elective System )
    2012-03-08 22:47:02下载
    积分:1
  • The-mfc-databases-system
    mfc数据库学生成绩管理系统,用vc++6.0编的,很简单,适合初学者学习使用。(The mfc databases student achievement management system, compiled with vc++6.0 very simple, suitable for beginners to learn to use.)
    2013-01-11 01:07:46下载
    积分:1
  • ScoreManage
    基于DOS下的学生信息管理系统,结合SQL2005数据库,实现学生信息的增,删,改,查询,采用MFC ADO技术实现数据库与应用程序的交互(SQL2005 database based on the student information management system for DOS, increase the student information, delete, change, query, MFC ADO technology database and application interaction)
    2012-08-26 12:53:05下载
    积分:1
  • bd2000
    是一个学生的 选课系统有很好的选课功能 可以商业买卖了(students is a good system Elective classes of functions can be a commercial trading)
    2005-04-05 10:57:25下载
    积分:1
  • assignment1
    用ODBC连接MySQL的一个图书馆管理系统(ODBC connection to MySQL with a library management system)
    2013-11-17 11:36:02下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载