如果您无法下载资料,请参考说明:
1、部分资料下载需要金币,请确保您的账户上有足够的金币
2、已购买过的文档,再次下载不重复扣费
3、资料包下载后请先用软件解压,在使用对应软件打开
计算机,毕业论文篇一:2014年计算机专业毕业论文摘要本是以VisualStudio2010作为开发平台,C#作为开发语言,结合SQLserver2008数据库开发设计的课堂考勤管理系统。该系统的目标是统计学生的考勤与请假信息。系统功能特点是围绕管理员、教师、学生三类用户设计,主要实现的功能:查询功能,旷课、请假信息的录入功能,考勤信息的统计功能,通报报表的查询以及用户信息的添加、修改和删除的功能。本论文介绍了该系统的设计与实现原理、功能特点和设计方案,而且还对开发过程中使用的关键技术进行了分析和讨论。关键词:VisualStudio2010;SQLserver2008;课堂考勤ABSTRACTWeuseVisualStudio2010asdevelopmentplatform,C#asdevelopmentlanguage,SQLserver2008asdatabasetothedesignisaclassattendancemanagementsystem.Thesystemproposestatisticstheattendanceandleaveinformation.Systemfunctioncharacteristicsrelatedtothreekindsofusers—administrators,teachers,studentstodesign,mainlytheimplementationoffunctionsofattendance,inputtingtruancyandleave,countingattendance,inquiringcommunicatedstatements,andadding,modifyinganddeletingtheuserinformation.Thispaperintroducessystemdesignandrealization,functioncharacteristicsanddesignscheme.Thispaperanalyzedanddiscussedkeytechnologiestheprocessofdeveloning.Keyword:VisualStudio2010;SQLserver2008;Classattendance目录第一章前言.......................................................................................................11.1选题背景..........................................................................................................11.2设计目标..........................................................................................................1第二章相关理论基础.........................................................................................22.1课堂考勤管理系统开发环境简介..................................................................22.1.1中文VisualStudio2010简介...............................................................22.1.2SQLserver2008简介............................................................................22.2ADO技术链接数据库.....................................................................................3第三章系统分析....................................................................................................53.1系统可行性分析...................................................................................