C#中小学教师管理系统的设计与实现 ..a摘 要:中小学教师基本的数字化管理系统,应该极大的节约教师进行试卷分析的时间,直观的反应每一位学生成绩走势,并对其做出实时的处理。中小学教师管理系统以此为目的开发,选择Visual Studio 2005和SQL Server 2005作为开发工具,通过分析中小学教师日常管理方面的特点,描述了系统设计、系统模块分析、数据库总体设计和中小学教师管理系统实现,实现了对试卷分析结果的图表显示。
关键词:数据库; Visual Studio;SQL Server;成绩管理;图表
Design and Implementation of management assistant system of primary and secondary school teachers
Abstract:Basic digital management system for teachers should enormously save time for papers, intuitively response to the trend of scores for each student, and make their real-time processing. For this purpose, we develop the system of management of elementary and high scool teachers and select Visual Studio 2005 and SQL Server 2005 as the development tools. Through analyzing the basic functions and composition of the system,it discribes the design of system, analysis of system module, comprehensive design of database and realization of the management system , in addition to the results achieved on the paper chart show.
Key Words:Database; Visual Studio;SQL Server; Score Management;Chart
目 录
摘 要.1
关键词1
1 绪论.1
1.1 项目背景 1
1.2 项目的研究内容 1
2 系统相关技术介绍.2
2.1 ADO.NET数据库访问技术 2
2.2 Crystal Report推模式应用 2
2.3 GDI+绘图技术 3
3 系统设计4
3.1 需求分析 4
3.2 系统模块分析 4
3.2.1学生基本信息管理模块 4
3.2.2学生成绩管理模块 4
3.2.3试卷管理模块 5
3.2.4 学生考试管理模块 5
3.3 系统总体功能模块设计 5
4 数据库总体设计.6
4.1 数据库概念结构设计 6
4.2 数据库逻辑结构设计 6
5系统实现.7
5.1主要功能模块功能分析 7
5.1.1学生信息管理模块 7
5.1.2 学生成绩管理模块 8
6 总结.9
参考文献.11
致谢13,3189