当前位置:文档之家› 软件工程硕士论文范文解析

软件工程硕士论文范文解析

论文的二级标题都不用改你直接将自己的内容往里面套就可以了比如第一章,绪论1.1 研究目的与意义1.2 国内外现状等等,这些都不用改变画图我们用的Viso工具比较方便,做论文必要的工具,用起来非常方便你可以从网上下载一个 viso 2003安装后,使用我的邮箱是:************************你肯定有某个软件的使用说明书第5章截图就可以第4章你来的时候我教一下你第3章按ERP的方式说明流程,非常简单分类号 TP31 密级保密UDC 编号硕士研究生学位论文题目宜春市监狱系统短信管理系统的设计与实现学院(所、中心)云南大学软件工程学院专业名称软件工程研究生姓名盛宏玉学号**********导师姓名万本庭职称副教授2011 年10 月声明本人声明所呈交的论文是我个人在导师指导下进行的研究工作及取得的研究成果。

尽我所知,除了文中特别加以标注和致谢的地方外,论文中不包含其他人已经发表或撰写过的研究成果,也不包含为获得云南大学或其他教育机构的学位或证明而使用过的材料。

与我一同工作的同志对本研究所做的任何贡献均已在论文中作了明确的说明并表示了谢意。

研究生签名:日期:2011年10月论文使用和授权说明本人完全了解云南大学有关保留、使用学位论文的规定,即:学校有权保留送交论文的复印件,允许论文被查阅或借阅;学校可以公布论文的全部或部分内容,可以采用影印、缩印或其他复制手段保存论文。

(保密的论文在解密后应遵循此规定)研究生签名:谭丽导师签名:万本庭日期:2011年10月摘要对于监狱管理人员来说,需要经常负责犯人和家属之间的交流,而监狱内的服刑人员与外界联系沟通不方便,信息反馈不及时,从而导致服刑人员长时间不能及时与亲属家人联系,不利于思想转化,因而提出了开发短信管理平台需求。

本文阐述的江西省监狱系统短信管理系统采用了B/S模式设计的,操作系统采用的是Windows 2000, 数据库使用的是MySQL,硬件使用了短信猫,系统经过测试,界面友好,实用性强。

论文详细阐述了江西省监狱系统短信系统的需求分析,首先阐述了目前监狱管理人员为了满足犯人和家属沟通时需要完成业务,主要业务包括两个:寄送信件业务、收取并派发信件业务,根据现有业务得到系统需要的功能需求包括:部门管理功能需求、用户管理功能需求、收发短信功能需求、短信统计功能需求、费用冲值功能需求、短信查询统计功能,然后阐述了系统的数据模型;在需求分析的基础上,论文详细阐述了系统设计,给出了系统体系结构设计、系统模块划分,根据系统模块划分的结果,对系统主要模块给出了设计,主要包括部门管理模块、用户管理模块、收发短信管理模块、短信计费管理模块、短信查询统计模块的设计,之后给出了数据库结构的设计;在设计的基础上给出了主要模块的实现,部门、用户、收发短信、短信计费、短信查询统计模块的实现,最后给出了今后系统需要进一步所做的工作。

本文阐述江西省监狱系统短信管理系统不但给犯人和家属建立了更加良好的沟通平台,而且提高了管理人员的工作效率,因而具有很好的社会和经济价值。

关键词:监狱;短信;犯人;思想交流AbstractThe Prison administrators , often need to be responsible for the communication between the prisoners and their families. But the prisoners cannot contact with their families punctuality in a long time because of the inconvenient communication and information feedback , which does no good to the mind transformation. Therefore, the development of message management platform should be put forward.This article elaborated the Jiangxi prison supervision message management system using the B / S mode design, operating system using Windows 2000, the database using MySQL, hardware using SMS cat, the system has passed the test, with friendly interface and strong practicability. This thesis elaborates the needs of supervision of Jiangxi prison short message system, first elaborating the present prison management personnel in order to meet the needs of the families of prisoners and communication needed to complete a business, the main business includes two sides: Send a message service, collect and distribute business letters, according to the existing business we obtain functional requirements to the system needs includes: functional requirements, department management user management function demand, send and receive text messages, SMS statistical demand function demand, cost value function demand, short message inquiry statistic function, then elaborated the system's data model; on the basis of the demand analysis, this thesis elaborates the design of the system, given the system architecture design, system modules, according to the results of the system module partition the main modules, system design is given, including departments of management module, user management module, message management module, message management module, message query statistics module design, later given the structure of the database design; the design is presented on the basis of the main module, Department, user, send and receive text messages, SMS billing, SMS query and statistical module realization Finally, the future system needs further work.This paper expounds that the Jiangxi prison supervision message management system can not only establish a good communication platform for the prisoners and their families, but also improve the efficiency, so it has corking social and economic value.Keywords:Prison, Short Message, Prisoners, Exchange of Ideas目录摘要 (I)Abstract ........................................................... I I 第1章绪论 (1)1.1 系统研究目的与意义 (1)1.2 国内外的研究现状 (2)1.3 研究内容 (3)1.4 本文的组织结构 (3)第2章相关技术 (5)2.1 GSM Modem原理 (5)2.2 串口通讯技术 (6)2.3 系统与GSM Modem通讯流程 (7)2.3.1 PDU编码 (8)2.3.2 PDU解码 (10)2.3.3 短信收发线程 (12)2.4 系统技术架构 (13)第3章系统需求分析 (15)3.1 项目背景 (15)3.2 信件业务分析 (15)3.2.1 寄送信件业务分析 (15)3.2.2 收取信件业务分析 (17)3.3 功能需求 (18)3.3.1 部门管理功能分析 (18)3.3.2 用户管理功能分析 (18)3.3.3 收发短信功能分析 (19)3.3.4 短信计费功能分析 (20)3.3.5 费用充值功能分析 (20)3.3.6 查询统计功能分析 (20)3.4 数据模型 (21)第4章系统设计 (25)4.1 系统体系结构设计 (25)4.1.1 系统软件体系结构 (25)4.1.2 系统网络体系结构 (25)4.2 功能模块划分 (26)4.3 系统主要模块设计 (27)4.3.1 部门管理模块的实现 (27)4.3.2 用户管理模块的实现 (28)4.3.3 收发短信模块的实现 (30)4.3.4 短信计费模块的实现 (33)4.3.5 短信充值模块的实现 (35)4.3.6 查询统计模块的实现 (35)4.4 数据库设计 (36)第5章系统实现 (39)5.1 部门管理模块的实现 (39)5.1.1 部门添加模块的实现 (39)5.1.2 部门查询模块的实现 (40)5.2 用户管理模块的实现 (41)5.2.1 添加用户模块的实现 (41)5.2.2 查询用户模块的实现 (43)5.2.3 导入用户信息模块的实现 (45)5.3 收发短信模块的实现 (47)5.4 短信计费模块的实现 (49)5.5 短信充值模块的实现 (51)5.6 查询统计模块的实现 (52)第6章总结与展望 (54)参考文献 (55)第1章绪论1.1 系统研究目的与意义SMS(Short Message Service)短消息服务就是通过GSM网络提供的传输有限长度的文本数字或文字信息的服务。

相关主题