如果您无法下载资料,请参考说明:
1、部分资料下载需要金币,请确保您的账户上有足够的金币
2、已购买过的文档,再次下载不重复扣费
3、资料包下载后请先用软件解压,在使用对应软件打开
河北大学2009届本科生毕业论文(设计)编译原理网上教学系统的设计与实现摘要互联网时代的到来加速了我国高校信息化、网络化的发展步伐,以数字化为核心的信息技术在高校教学、科研等各个领域得到越来越广泛的应用。随着校园网基础设施的不断完善和网络信息资源的开发利用,高校网站建设与发展倍受师生的关注。编译原理教学网站和论坛的设计和开发的意义在于:一方面利用网络这一强大的工具,使编译原理学科的各种教学信息得到更大程度的共享;另一方面,学生和教师在实践教学中更好、更便利地通过网络获取、传授知识和交流与沟通。基于Java语言的JSP因为其优良的性能、良好的可扩展性和强大的支持功能而成为Web编程的首选技术。本系统利用JSP技术,建立一个功能齐全,操作简单的B/S架构的编译原理教学网站和论坛系统。使得学生可以方便的阅读学习编译原理的各章节知识和通过论坛来学习和交流,同时也为管理员提供一个方便简洁的管理平台。关键词:管理信息系统JavaEEB/S架构ABSTRACTThearrivalofInternetagesacceleratedanourcountryahighschoolinformation-based,thenetworkturnofdevelopmentstep,changeintotheinformationtechniqueofcorebynumeraltogetamoreandmoreextensiveapplicationineachrealmofthehighschoolteaching,researchandsoon.Alongwithcampusnettheinfrastructureiscontinuouslyperfecttodoublybesubjectedtotheteachersandthestudents'concernwiththedevelopmentmakeuseofhighwebsiteconstructionintheschoolanddevelopmentofnetworkinformationresources.Themeaningwhicheditsandtranslatethedesignofthewebsiteandforumoftheprincipleteachinganddevelopmentonlinemakeuseofnetworkthisstrongtool,makevariousteachinginformationofeditandtranslatetheprincipleacademicsgettheshareoflargerdegree.Ontheotherhand,thestudentandteacherisbettertointhefulfillmenttheteachingandmoreconvenientlyobtainthroughanetwork,inductionknowledgeandexchangesandcommunication.AccordingtotheJSPofJavalanguagebecauseitgoodfunction,goodlycanexpandsexwithstrongsupportfunctionbutbecometheheadofwebplaitdistancetochooseatechnique.ThissystemmakesuseofaJSPtechniqueandbuildupafunctionwell-found,theoperationissimpleoftheB/Sconfiguringofeditandtranslatewebsiteandforumsystemoftheprincipleteaching.Makestudentcantheconvenientreadingstudyeditandtranslateeachchapterknowledgeofprinciplewithpassaforumtostudyandcommunicate,alsoprovideaconvenientsimpleanddirectmanagementterraceforthemanagingpersoninthemeantime.Keywords:ManagementInformationSystem(MIS)JavaEEB/Sstructure目录TOC\o"1-3"\u一前言1二需求分析22.1功能需求分析22.2数据需求分析32.3性能需求分析42.4出错处理需求分析42.5界面需求分析5三系统总体设计63.1设计目标63.2功能总体设计