Welcome![Sign In][Sign Up]
Location:
Search - 院系学生信息管理系统设计

Search list

[ASPX.NET学生成绩管理系统

Description: 学生成绩管理系统源码和论文 目的:通过调研目前教学管理系统中的成绩管理子系统,了解成绩管理子系统的业务流程;通过分析比较,结合用户对成绩管理子系统的改进意见与实现情况,运用面向对象思想方法,设计和实现一个满足功能和性能,并有所创新的成绩管理子系统,以提高成绩管理的自动化、友好性等。本系统基于.NET平台和SQL Server数据库,通过毕业设计,可以使学生对.NET结构下开发B/S模式的分布式三层数据库系统有一个全面的了解。 本系统从功能上划分可分为以下几大模块:功能模块管理,组权限管理,学生信息管理,课程信息管理,学生成绩管理,授课信息管理,学生信息查询,学生成绩统计等几大模块。以下将对各子模块进行说明。 功能模块管理:将系统功能模块保存到数据库中以便于动态地进行不同用户组权限的分配等操作。本模块包括功能模块的添加,删除,修改等。 组权限管理:对用户进行分组,并将权限设置到不同的用户组。 学生信息管理模块:输入学生基本信息,并可以对学生信息进行添加、查询、修改、删除。还可以关键字查询并从数据库里调出的学生基本信息.输出学生基本信息,学号、班号、姓名查询的信息结果。 课程信息管理:设置课程号,课程名,先修课等课程信息。 成绩信息管理模块:输入成绩信息,并可以对成绩信息进行添加、查询、修改、删除。还可以用关键字查询并调出数据库里的学生基本成绩信息的修改、删除等。输出查询的学生成绩信息。 授课信息管理:对教师授课信息的调度,安排等信息的管理。 学生信息查询:本模块是可对学生成绩进行查询,可按学号,姓名,年龄,所在院系,入学年份等不同条件独立查询或进行模糊查询。 学生成绩统计:对学生成绩总分,平均分等进行统计。 系统管理员后台用户名为:admin,密码为admin; 普通用户(测试用例)用户名为:user01,密码:111111 App_data下为Sql数据库,附加即可 论文下为该程序的论文及论文目录 作者:不详
Platform: | Size: 4269692 | Author: youare_horse@163.com | Hits:

[Database system院系学生信息管理系统设计

Description: 自己做的一个院系学生信息管理系统设计
Platform: | Size: 1349632 | Author: scu_2008 | Hits:

[Windows DevelopASP.NET的学生信息管理系统

Description: 系统是一个集成多功能的信息管理系统,有教师资料管理、学生管理、班级管理、专业管理、课程管理、成绩管理和院系管理功能模块。 充分利用了Asp.net2.0中的GridView、Datalist、SiteMap等新控件,数据库采用Sql2000,利用了存储过程 用户实现了超级管理员和普通用户的分级管理 默认管理员账号:lolo,密码beijing 该系统为lolo的毕业设计作品,欢迎大家多提宝贵意见losuelo@163.com! App_Data下是数据库文件,附加即可,数据库配置文件在web.config中设置
Platform: | Size: 435174 | Author: shuijingang@sina.com | Hits:

[.netSmsLOLO_51aspx

Description: 该系统是一个集成多功能的信息管理系统,有教师资料管理、学生管理、班级管理、专业管理、课程管理、成绩管理和院系管理功能模块。 充分利用了Asp.net2.0中的GridView、Datalist、SiteMap等新控件,数据库采用Sql2000,利用了存储过程 用户实现了超级管理员和普通用户的分级管理 默认管理员账号:lolo,密码beijing 该系统为lolo的毕业设计作品,欢迎大家多提宝贵意见losuelo@163.com! App_Data下是数据库文件,附加即可,数据库配置文件在web.config中设置-The system is an integrated multi-functional information management system, some teachers have the information management, student management, class management, professional management, curriculum management, performance management and department management function modules. Asp.net2.0 full advantage of the GridView, Datalist, SiteMap new controls, the database used Sql2000, use of stored procedures to achieve the super-administrator users and the general user' s default administrator account management at different levels: lolo, passwords to the beijing lolo graduation system design, welcome you with more valuable advice losuelo@163.com! Is a database file under App_Data added to the database configuration file to set up in web.config
Platform: | Size: 439296 | Author: vip | Hits:

[Software Engineeringxscjgl

Description: 本人的学生成绩管理系统以Windows 2000为开发平台,选用Visual Basic语言为主程序的设计语言,选用Microsoft Access作为关系数据库。 本课题旨在开发适合于高等学校院系使用的学生信息管理系统,方便院系教务秘书进行学生信息管理,系统应包括以下内容:本系统主要可以实现以下的管理功能:班级管理、学生档案管理、课程管理、成绩管理等等。其中包括开题报告、任务计划书和正规论文,及源码。-My student achievement management system to Windows 2000 as a development platform, use Visual Basic language-based program design language, choose Microsoft Access as a relational database. This topic aims to develop the appropriate faculties in colleges and universities to use student information management system to facilitate the Faculty Senate, Secretary of student information management system should include the following: The system can achieve the following key management functions: class management, student records management , curriculum management, and performance management.
Platform: | Size: 563200 | Author: 米万成 | Hits:

[JSP/JavamicroSchoolManagingSystem_usingDB

Description: 实现功能:系统登陆,基本信息管理(院系信息管理、教师信息管理、学生信息管理、课程信息管理),授课选课管理(授课、选课、成绩管理), 综合查询(学生综合查询)等.能够批量输入.含数据库设计\UML\java doc\测试数据和运行截图-Landing system basic information management: information management faculty, teachers, information management, student information management, curriculum information management  teaching elective management: teachers teaching management, student enrollment management, student management (batch input)  comprehensive inquiry : the student s comprehensive inquiry. including database design \ UML \ java doc and run shot
Platform: | Size: 5275648 | Author: YangForm | Hits:

[WEB CodeManage

Description: 学籍管理系统,全部源码,有系统分析模型(power designer查看),无需登陆,主页面即为系统后台管理页面(login.aspx) 功能模块:添加院系信息 编辑院系信息 添加专业信息 编辑专业信息 添加班级信息 编辑班级信息 添加学生信息 编辑学生信息 注:转自51Aspx源码网站,武汉某学院毕业设计作品,项目成员:欧阳巍、蔡曼、邵江、王章凡 -School management system, all source code, system analysis model (power designer view), without landing, the main page is the System Admin page (login.aspx) functional modules: add faculty information editing faculties edit professional information to add professional information Add Student Information edit student information NOTE: Transfer 51Aspx source website, Wuhan, a graduate of the design work, project members: Ouyang Wei, Cai Man Shao Jiang, Wang Zhang Where to add class information edit class information
Platform: | Size: 1836032 | Author: asura | Hits:

[Othershiyan

Description: 实验五 类的继承实验3.编写一个基类Shape,在此基础上派生出类Triangle和Circle,二者都有计算对象面积的函数GetArea( )和计算对象周长的函数GetPerim()。 4.开发一个简单的大学人员管理程序,该程序可以管理大学的一些基本人员:学生(student)、教师(teacher)、教授(professor)。首先设计一个虚基类person。通过该类保存人员的最基本信息:姓名(name)、年龄(age)和性别(sex)。然后使用该类派生出学生类student和教师类teacher,在其中添加各自的特性,如在student类中添加如下信息:专业(speciality),在teacher类中添加院系(department)等。还有部分教师在工作的同时在职修读学位,因此同时具有教师和学生双重身份,所以由student类和teacher类再次派生出stuTeacher类。为每个类定义一个输出函数print(),输出该类相关信息。 5.简易银行账户系统,银行帐户类派生出定期储户类和信用卡类。(选作) -Experimental class inheritance experiments.Write a base class Shape, on the basis of the derived classes Triangle and Circle, both to calculate the function of the object area GetArea () function to calculate the object perimeter GetPerim (). 4. Develop a simple university personnel management program, the program can manage the University some of the basic staff: students (student) teachers (teacher), professor (professor). First, the design of a virtual base class person Show. Class to save the most basic information: name (name), age (age) and gender (sex). Derived student class student and teacher class teacher and then use the class in which to add their own features, such as in the student class, add the following information: professional (speciality), added in the teacher class faculty (department). There are some teachers in the work at the same time are pursuing a degree, so also has the dual capacity of teachers and students, so again by the student class and the teacher cl
Platform: | Size: 29696 | Author: 熊丽堂 | Hits:

[.netStudentManageSystem

Description: 这是一款有关学生信息管理系统的源码,该系统是一个集成多功能的信息管理系统,有教师资料管理、学生管理、班级管理、专业管理、课程管理、成绩管理和院系管理功能模块。可以作为毕业设计或者课程设计使用以及学习交流使用,感兴趣的同学们可以-This is a relevant student information management system source code, the system is a multi-functional integrated information management systems, information management teachers, student management, classroom management, professional management, curriculum management, performance management and departmental management module. As a graduate design course design or use, and the use of learning exchanges, interested students can ..
Platform: | Size: 948224 | Author: 最江南 | Hits:

[CSharpasp.net_student_manger

Description: 这是一款有关学生信息管理系统的源码,该系统是一个集成多功能的信息管理系统,有教师资料管理、学生管理、班级管理、 专业管理、课程管理、成绩管理和院系管理功能模块。可以作为毕业设计或者课程设计使用以及学习交流使用, 感兴趣的同学们可以下载哦。 二、功能介绍 1、教师管理:教师资料管理、教师资料添加。 2、学生管理:学生资料添加、学生资料管理、学生所在院系资料、学生所在专业资料。 3、课程管理:课程资料管理、课程资料添加、课程类别资料。 4、成绩管理:学生成绩查询、学生成绩录入。 5、班级管理:班级资料管理、班级资料添加。-这是一款有关学生信息管理系统的源码,该系统是一个集成多功能的信息管理系统,有教师资料管理、学生管理、班级管理、 专业管理、课程管理、成绩管理和院系管理功能模块。可以作为毕业设计或者课程设计使用以及学习交流使用, 感兴趣的同学们可以下载哦。 二、功能介绍 1、教师管理:教师资料管理、教师资料添加。 2、学生管理:学生资料添加、学生资料管理、学生所在院系资料、学生所在专业资料。 3、课程管理:课程资料管理、课程资料添加、课程类别资料。 4、成绩管理:学生成绩查询、学生成绩录入。 5、班级管理:班级资料管理、班级资料添加。
Platform: | Size: 2202624 | Author: 宋亚茹 | Hits:

[CSharp学生成绩管理系统代码(内含数据库)

Description: 系统管理 ·系统登录 ·密码修改 ·注销 ·退出 用户管理。 ·添加管理员 ·管理员密码解锁 ·学生密码解锁 学生信息管理。 ·学生基本信息添加 ·学生基本信息修改 ·学生基本信息删除 课程信息管理。 ·课程基本信息添加 ·课程基本信息修改 ·课程基本信息删除 学生选课管理。 ·根据输入的学号信息,查询出学生基本信息、已选修课程门数、选修总学分。 ·显示课程信息表中的所有课程信息,供用户选课之用。 ·当用户选择某门课程时,除了检查该用户是否已经选择过该课程以外,还要检查课程已选人数是否超过限选人数,超过限选人数则不允许选择该课程。 ·将学生选课信息写入选课信息表中。 成绩信息管理。 ·按课程录入学生成绩 ·按学生录入成绩 院系信息管理。 ·数据查询 ·学生基本信息浏览 ·课程基本信息浏览 ·学生基本信息查询 ·课程基本信息查询 ·学生成绩信息查询 ·课程成绩信息查询 以上查询提供导出Excel打印或存档。(system management System login Cipher modification Write off Withdrawal User management. Add administrators Administrator password unlock Student password unlock Student information management. Student basic information addition Student basic information modification Student basic information deletion Course information management. Basic information added to the course Revision of the basic information of the course Delete the basic information of the course)
Platform: | Size: 2950144 | Author: 脑袋发芽 | Hits:

CodeBus www.codebus.net