计算机应用论文毕业设计课题管理系统的设计与实现.doc

上传人:来看看 文档编号:3970254 上传时间:2019-10-11 格式:DOC 页数:3 大小:25.01KB
返回 下载 相关 举报
计算机应用论文毕业设计课题管理系统的设计与实现.doc_第1页
第1页 / 共3页
计算机应用论文毕业设计课题管理系统的设计与实现.doc_第2页
第2页 / 共3页
计算机应用论文毕业设计课题管理系统的设计与实现.doc_第3页
第3页 / 共3页
亲,该文档总共3页,全部预览完了,如果喜欢就下载吧!
资源描述

《计算机应用论文毕业设计课题管理系统的设计与实现.doc》由会员分享,可在线阅读,更多相关《计算机应用论文毕业设计课题管理系统的设计与实现.doc(3页珍藏版)》请在三一文库上搜索。

1、毕业设计课题管理系统的设计与实现 毕业设计课题管理系统的设计与实现 【中文摘要】 毕业设计课题管理包括教师申报、学生选题、公布结果三个阶段,手工选题存在效率低、用时长、工序繁琐等缺点。网络化毕业设计课题管理系统能实现教务管理信息化、网络化和自动化。本文构建了一个以Browser/Server为基础的系统,把毕业设计课题的申报、审批、选题、公布等事务通过Internet来完成。系统在手工选课业务流程的基础上抽象需求,充分利用网络化的优势,对现有的选题流程进行了改进,并采用流程化管理模式,整个系统实现了对毕业设计课题和选题过程的科学、有序的管理,充分满足了学生、教师、教务管理员的需求。本文对已有的

2、选题算法进行了比较研究,对选题人数随时间的分布进行了分析,以学生选题的公平性为出发点,考虑了各种因素,提出了先来先服务(FCFS)算法、分级抽签算法、分志愿筛选算法。使得在整个选题过程中,绝大多数学生都能够在选题时间内尽可能的拥有均等的概率选中某个题目,同时尽可能的使参加选题的学生及时得知是否选中题目。对系统的性能、安全和网络负载情况方面进行了测试,用实例分析了系统各方面的处理能力。本系统在作者单位已投入实际使用,取得了预期效果【英文摘要】 Graduation designing management include mentors declaring, the students choos

3、ing and result announcing three stages, the handicraft chooses an existence efficiency low, use hour long, the working procedure tedious etc. Network Graduation Design Management System can realize an educational administration management informationizational, Network-rization and automatization.Thi

4、s thesis set up a system that based on Browser/Server, and finish the declaring, examining approving , and the graduation design topic choosing and announcing etc by Internet. The system abstract the needing which based on the process of hand-work courses selecting, make use of the advantage that th

5、e network turns well, adopt process to turn a management style towards selecting elective courses process to carry on an improvement existing. the system carried out a scientific and regular administrating to Graduation design topic and topic choosing process and satisfying the student, the mentor,

6、and the educational administration managing persons requirement well.This thesis got a calculative way to carry on comparison research towards having already had of, to chose a number to distribute to carry on with time analysis, with the student choose the equity of for point of departure, consider

7、ed various factor, put forward (FCFS) arithmetic, ratings first to draw lots calculate way and divide to volunteer sieving calculate way .Make sure in whole choosing process, greatly major students can own a equal rate to pick out a certain topic during the t-opic choosing time, in the meantime maki

8、ng students who attend the topic choosing to know whether pick out a topic as soon as possible.Carrying on a test to the function, the safety and the network for this system ,and analysis the processing ability of the system by using a exist data. This system has already using in an actual circumsta

9、nce in the authors department, and obtaining an expective result. 【中文关键词】 课题管理; 资源分配; 流程化 【英文关键词】 Topic-management ; Resources allotment ; flow-rization 【毕业论文目录】 毕业设计课题管理系统的设计与实现摘要 4-5 ABSTRACT 5 第一章 绪论 8-15 1.1 目标分析及设计理念 8-9 1.2 系统结构设计 9-12 1.2.1 系统功能结构 9 1.2.2 系统的运作 9-10 1.2.3 管理员模块 10-11 1.2.4 教师

10、模块 11 1.2.5 学生模块 11-12 1.3 开发技术及环境的选择 12-13 1.4 系统界面结构和风格设计 13-15 第二章 算法设计与数据库结构分析 15-25 2.1 选题算法分析 15-21 2.1.1 先来先服务(FCFS)算法 16-17 2.1.2 分级抽签算法 17-20 2.1.3 分志愿筛选算法 20-21 2.2 数据库结构设计 21-25 2.2.1 数据库的需求分析 21-22 2.2.2 数据库的逻辑设计 22-23 2.2.3 数据库的结构创建 23-25 第三章 系统设计与具体实现 25-46 3.1 使用DIV+CSS 构建页面结构 25-27 3

11、.2 使用COOKIES 实现页面验证 27-29 3.3 管理模块 29-34 3.3.1 系统管理 29-31 3.3.2 课题管理 31-32 3.3.3 教师管理 32-33 3.3.4 学生管理 33-34 3.4 教师模块 34-39 3.4.1 个人资料修改 35 3.4.2 课题管理 35-39 3.4.3 系统说明 39 3.5 学生模块 39-46 3.5.1 个人资料修改 39-40 3.5.2 选课管理 40-45 3.5.3 系统说明 45-46 第四章 数据校验与系统安全 46-53 4.1 用户输入数据合法性校验 46-51 4.2 程序与数据库的安全性 51-52 4.3 服务器安全配置 52-53 第五章 系统测试 53-58 5.1 系统功能测试 53 5.2 安全测试 53-55 5.2.1 SQL 注入式攻击测试 53-54 5.2.2 CCS 攻击测试 54 5.2.3 安全措施及结果分析 54-55 5.3 网络负载测试 55-58 5.3.1 负载情况 55-56 5.3.2 解决方案 56-58 第六章 结论 58-59 致谢 59-60 参考文献 60-62

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 其他


经营许可证编号:宁ICP备18001539号-1