教学科研表格自主生成系统的设计与实现I本科毕业论文(20届)教学科研表格自主生成系统的设计与实现所在学院专业班级计算机科学与技术学生姓名指导教师完成日期轩友会车友综合信息管理系统II轩友会车友综合信息管理系统III摘要随着近年来计算机技术的快速发展,使用计算机办公的教育人员和科研人员不断地增多,各种计算机软件越来越多的出现了。各种教育机构和科研机构日渐规范化,科研密度随课程种类和数量的增多不断加大。与此同时,身为教师和科研人员,需要填写越来越多的科研表格和科研申请书。因此,一套先进的科研信息采集的软件系统,以用于面向科研信息管理和科研表格生成的研发就显得日益重要。本论文首先对基于数据表格的模式匹配技术进行了详细的论述,对此技术的研究现状进行分析。在对相关技术有所了解的基础上,又结合本课题的要求,对本系统进行了需求分析,对系统实现使用的环境,技术和工具进行说明,并完善系统的功能。根据需求分析,实现系统的总体设计并开发了系统地数据库。通过信息采集模块,教师向数据库中添加信息;通过数据库管理模块实现对科研信息的时时更新;通过信息组合查询和信息抽取传输模块,实现向空白表中科研信息的添加,最终实现教学科研表格的自主生成。本系统采用UML建模语言,利用Visio建模工具建立系统功能图、活动图等,分析设计了系统需求。在.NET平台下,采用当前较为流行的B/S模式实现了本系统。经过系统测试,系统运行稳定,基本实现系统的功能。关键词:C#编程;.NET平台;自主生成系统IIABSTRACTWiththerapiddevelopmentofcomputertechnologyinrecentyears,thenumberofeducationstaffandresearcherswhousecomputertoworkcontinuetoincrease,Appearingmoreandmorevarietyofcomputersoftware.Variouseducationalinstitutionsandresearchinstitutionsstandardizedincreasingly,thedensityofscientificresearchcontinuouslyincreasedwiththenumberandtypesofcoursesbecomelarge.Atthesametime,beingteachersandresearchers,needtofilloutalargenumberofformsandscientificapplication.So,Anadvancedsoftwarerelatedtoinformationcollectionsystemstobeusedforscientificresearchinformationmanagementandscientificresearchformsgenerationbecomeincreasinglyimportant.Inthisthesis,patternmatchingtechnologywhichbasedondatatablesbedetaileddiscussedfirstly,analyzingthecurrentsituationofthistechnology.Basedonanunderstandingoftherelevanttechnology,andcombinedwiththerequirementsofthisproject,carryingoutonthesystemrequirementsanalysis,describingtheuseoftheenvironmentforsystemimplementation,technologyandtools,andimprovethefunctionofthesystem.Accordingtorequirementsanalysis,toachievetheoveralldesignofthesystemanddevelopasystematicdatabase.Throughinformationcollectionmodule,teachersaddinformationtothedatabase;throughthedatabasemanagementmoduleconstantlyupdatedinformationaboutscientificresearch;throughacombinationofinquiriesandinformationextractioninformationtransmissionmoduletoaddablanksheettoscientificinformation,Andultimatelycompleteself-generatedformsofteachingandresearch.ThissystemadoptstheUMLmodelinglanguage,thesystemfunctionisestablishedbasedonmodelingtoolsVisiodiagram,activitydiagram,etc.,analysisanddesignthesystemrequirements.Inthe.NETplatform,usingthemorepopularB/Smodeltoachievethissystem.Aftersystemtesting,thesystemisstable,achievingthebasicfunctionsofthesystem.Keywords:CarClubManagement;.NETplatform;slef-generatingSystem教学科研表格自主生成系统的设计与实现III目录摘要......................................................................................................IIIABSTRACT................................................................................................II第1章绪论.................................................................................................11.1选题背景及意义.................................................................................................11.1.1课题研究背景...........................................................................................11.1.2课题研究的目的和意义..........................................................................11.2精确单模式匹配研究现状.................................................................................21.3论文内容和作者的主要工作.............................................................................31.3.1论文内容..................................................................................................31.3.2作者的主要工作......................................................................................31.3论文的组织结构..........................................................................................4第2章系统需求分析.................................................................................52.1系统开发平台和语言.........................................................................................52.1.1系统的开发平台......................................................................................52.1.2系统的开发语言......................................................................................62.2系统需求分析.....................................................................................................72.2.1系统目标..................................................................................................72.2.2系统总体业务描述..................................................................................82.2.3系统功能需求..........................................................................................82.2.4系统用例分析........................................................................................102.3本章小结...........................................................................................................11第3章系统的总体设计...........................................................................123.1总体设计...........................................................................................................123.1.1系统设计准则........................................................................................123.1.2系统开发模式..............................................................................