高校毕业设计管理信息系统论文

整理文档很辛苦,赏杯茶钱您下走!

免费阅读已结束,点击下载阅读编辑剩下 ...

阅读已结束,您可以下载文档离线阅读编辑

资源描述

毕业设计(论文)题目名称:高校毕业设计管理信息系统设计与实现学院名称:经济管理学院班级:学号:学生姓名:指导教师:2016年6月高校毕业设计管理信息系统Managementinformationsystemforgraduationdesignincollegesanduniversities学院名称:经济管理学院班级:学号:学生姓名:指导教师:2016年6月论文编号:201200654118中原工学院经济管理学院毕业设计(论文)论文独创性声明本人声明所呈交的学位论文是本人在导师指导下进行的研究工作和取得的研究成果,除了文中特别标注和列出的参考文献以外,论文中不包含其他人已经发表或撰写过的研究成果。与我同一工作的同学对本研究所做的贡献均已在论文中作了明确的说明并表示了感谢。作者签名:年月日中原工学院经济管理学院毕业设计(论文)学位论文版权使用授权书本人完全了解中原工学院有关保管使用学位论文的规定,其中包括:(1)学校有权保管并向有关部门递交学位论文的原件与复印件。(2)学校可以采用影印、缩印或其他复制方式保存学位论文。(3)学校可以学术交流为目的复制、赠送和交换学位论文。(4)学校可允许学位论文被查阅或借阅。(5)学校可以公布学位论文的全部或部分内容(保密学位论文在解密后遵守此规定)。除非另有科研合同和其他法律文书的制约,本论文的科研成果属于中原工学院。特此声明!作者签名:年月日中原工学院经济管理学院毕业设计(论文)摘要本论文针对国内高校毕业设计管理还未得到全面实施的现状,综合前人的研究成果,通过实际调研,研发出一套高校毕业设计管理系统来帮助高校师生和管理人员更好的完成毕业设计工作。通过对高校毕业设计管理工作流程的详细分析,经过多次系统设计,实现了高校毕业设计工作中的课题申请、双向选题、开题报告提交、网上答疑、论文审批、论文归档等一系列的实用功能。本论文通过在线上和线下相结合模式对高校毕业设计工作的参与人员进行需求调研得出结论,从用户不同身份的角度出发,将本系统分为教师模块、学生模块和管理员模块等三个模块。本系统基于现在流行的网站开发的B/S结构模型,以Dreamweaver8为开发平台,搭建系统的前台界面,结合ASP.NET后台开发技术,实现系统前台与系统数据库相连接,实现系统的动态交互功能。目前,本系统已经实现并经过了初步测试,但系统仍需要进一步完善才能正式投入运行,从而为广大的参与高校毕业设计工作的师生带来便利。关键词:高校毕业设计;管理信息系统;B/S结构模型;ASP.NET中原工学院经济管理学院毕业设计(论文)ManagementinformationsystemforgraduationdesignincollegesanduniversitiesAbstractThispaperinviewofthedomesticuniversitygraduationdesignmanagementhasnotyetfullyimplementedthestatusquo,theexistingresearchresults,throughpracticalinvestigationandresearch,thedevelopmentofasetofgraduationdesignmanagementsystemofcollegesanduniversitiestohelpteachersandstudentsincollegesanduniversitiesandmanagementpersonneltocompletethegraduationdesignworkbetter.Thisthesisisdividedintooverview,technicalanalysis,systemanalysis,systemdesignandsystemimplementationandtestingofseveralpartsofthisgraduationdesignarediscussedindetails.Throughthecombinationofonlineandofflinemodeinthegraduationdesignworkincollegesanduniversitiesdemandinvestigationconcludedthatfromtheperspectiveofcustomer'sidentity,thissystemcanbedividedintoteachermoduleandstudentmoduleandadministratormoduleandsoonthreemodules.ThissystembasedonthepopularB/Sstructuremodelofwebsitedevelopment,Dreamweaver8asdevelopmentplatform,setupatthefrontdeskinterfaceinthesystem,combinedthetechnologyofASP.NETdevelopmentbackground,implementationsystemconnectedtothesystemdatabase,atthefrontdesktoimplementthedynamicinteractionofsystemfunction.Throughdetailedanalysisoftheprocessforcollegegraduationdesignmanagementwork,afteralotofsystemdesign,torealizethetaskofthegraduationdesignworkincollegesanduniversities,two-waychoiceandopeningreportsubmitted,onlineansweringquestions,adissertationexaminationandapproval,archivingandsoonaseriesofpracticalfunction.Atpresent,thissystemisimplementedandafterthepreliminarytest,butwanttoofficiallyputintouse,alsoneedalargenumberofuserswhiletesting,foundinthesystemifthereisapotentialproblem,tosolveit,perfect,makethissystemcantrulyintotherealityofcollegesanduniversities,toparticipateinthegraduationdesignworkforthemajorityofthepeoplebringconvenience.Keywords:collegegraduationdesign;managementinformationsystem;B/Sstructuremodel;ASP.NET中原工学院经济管理学院毕业设计(论文)目录1概述......................................................................11.1课题研究的背景.......................................................11.2课题研究的意义.......................................................11.3.1国外研究现状...................................................11.3.2国内研究现状...................................................21.4论文组织结构.........................................................22相关技术简介..............................................................42.1B/S结构模型简介.....................................................42.2Dreamweaver8简介...................................................42.3ASP.NET简介.........................................................42.4ACCESS2010简介.....................................................53系统分析..................................................................63.1系统详细调查.........................................................63.2系统需求分析.........................................................63.2.1教师角度.......................................................63.2.2学生角度.......................................................63.2.3管理员角度.....................................................73.3可行性分析...........................................................73.3.1技术可行性分析.................................................73.3.2成本可行性分析.................................................73.4系统业务流程分析.....................................................73.4.1课题申请流程...................................................73.4.2课题双选流程...................................................83.4.3开题报告等前期文件流程.........................................83.4.4毕业设计评阅流程...............................................94系统设计.................................................................104.1系统功能设计........................................................10论文总页数:29页中原工学院经济管理学院毕业设计(论文)4.1.1系统总体流程图................................................104.1.2系统功能结构图................................................114.2系统模块设计......................................................

1 / 37
下载文档,编辑使用

©2015-2020 m.777doc.com 三七文档.

备案号:鲁ICP备2024069028号-1 客服联系 QQ:2149211541

×
保存成功