您现在的位置:多问网软件下载毕业设计论文计算机毕业设计ASP.NET毕业设计国内传染病疫情分布预报系统的研究与实现下载

国内传染病疫情分布预报系统的研究与实现

  • 名称:国内传染病疫情分布预报系统的研究与实现
  • 类型:ASP.NET毕业设计
  • 授权方式:免费版
  • 更新时间:06-09 23:42:06
  • 下载要求:无需注册
  • 下载次数:458
  • 语言简体中文
  • 大小:0 Bytes
  • 推荐度:2 星级
国内传染病疫情分布预报系统的研究与实现简介

标签:ASP.NET毕业设计论文,ASP.NET毕业论文,ASP.NET源代码, 本站提供国内传染病疫情分布预报系统的研究与实现免费下载,http://www.duowen123.com


摘  要:随着现代社会的飞速发展,人们的生活节奏越来越快,各种传染病疫情也随之出现:从2003年的"非典",到2004年开始并一直延续至今仍阴魂不散的"禽流感",还有各种病毒性肝炎、肺结核、艾滋病、狂犬病......无一不严重威胁着人类的健康、财产和生命。
  亚行社会发展项目官员克里斯·史博尔在京表示,根据亚行的研究,尽管禽流感在华演变成流行性疾病的可能性不大,但一旦成真,中国经济将遭到重创,损失额在280亿美元至870亿美元之间,相当于中国GDP的1.7%至5.3%之间。
  本课题主要研究目的:根据国内传染病和疫情分布现状和规律,开发适应我国卫生管理机构和公众需要的传染病、疫情分布预报系统;并提供有关传染病、疫情控制和预防措施等日常服务,实现国内传染病和疫情分布预报及其日常服务系统的网络化和信息化。本科题研究具有广泛的应用价值和较显著的社会、经济效益。
  本课题重点研究方向和内容:完整准确地分析和提取国内传染病、疫情预报系统的功能、性能、技术和数据等基本需求;探索和获取国内传染病、疫情的分布规律和分布现状;开发满足卫生管理机构和公众需要的传染病、疫情分布预报系统。
  设计充分利用asp.NET、SQL Server2000数据库的先进的技术和强大的功能,提高了编程效率和可靠性。
  
关键词:国内  传染病疫情  分布预报

毕业设计(论文)外文摘要

Research and Realization of the Distributing and Forecast
System of Domestic Infectious Disease and Epidemic Situation
Abstract: With the rapid development of the modern society, the people's space is more and more quick. And various infectious diseases appear, such as "SARS" of 2003, "bird's flu" of 2004, which has been continue to epidemic with the ghost spread. There is also other serious problem which threaten man's healthy, property even life such as various virus hepatitis, tuberculosis, the disease of AIDS, the rabies.
  Kellies · Siebel, Development Item Official of The Line Society, represents a report in Beijing, according to the research of the second line, though in China the possibility which the bird's flu turns into the fad paroxysm is not big, once it turns to the reality, the economy of china will encounter to the serious wound, losing a sum in $ 28,000,000,000~ $ 87,000,000,000, as equal as Chinese GDP's 1.7%~ 5.3%.
  The mainly studies purpose of the topic: According to the present condition and regulation of the local infectious disease and the epidemic situation, develop the distributes and forecast system of the infectious disease, epidemic situation which demand by our country hygiene management organization and public; And provide relevant infectious disease, epidemic situation control and prevent measure from etc. to daily service, and carry out the network turn and information-based of the local infectious disease and epidemic situation to distribute forecast and daily service system. The research of the undergraduate course has extensive applied value and more prominent society, economic benefit.
    This topic point research direction and contents: Analytical and withdraw the basic needs such as function, capability, technique and data etc of the local infectious disease, epidemic situation forecast system, with integrity and accurately;Investigate and obtain to distribute regulation and distribute present condition of local infectious disease,epidemic situation;Develop the distributes and forecast system of the infectious disease, epidemic situation which demand by our country hygiene management organization and public.
  The forecast system can meet the satisfactions of the common customer and the system manager. We can make a great use of the asp.NET, the SQL Server2000 databases, raising the plait distance efficiency and credibility.

Keywords: Domestic; Infectious disease epidemic situation; Distribute forecast.


目    录
1  引言 1
1.1  本课题的研究意义 1
1.2  国内外研究现状、水平和发展趋势 2
1.3  本文的组织结构(各章内容简介) 4
2  系统可行性分析 6
2.1  技术可行性分析 6
2.2  经济可行性分析 8
2.3  操作可行性分析 8
2.4  系统流程图(System Flow Diagram) 9
2.5  系统数据流图(Data Flow Diagram) 10
3  系统需求分析 11
3.1  通过访谈获得系统具体的需求 11
3.2  系统的综合要求 12
3.2.1  系统功能体系结构图 12
3.2.2  功能性要求 13
3.2.3  非功能性需求(技术需求) 13
3.3  分析系统的数据要求 14
4  总体设计 18
4.1  系统设计阶段 18
4.1.1  预先进行规划 18
4.1.2  明确命名规范 18
4.1.3  文档目录的规划 18
4.1.4  网页布局策划 19
4.2  结构设计阶段 21
4.2.1  层次图的建立 21
4.2.2  系统设计优化 21
4.3  数据库设计 22
4.3.1  SQL简介 22
4.3.2  与留言板有关的数据库表的设计 23
4.3.3  与传染病疫情查询有关的数据库表的设计 24
4.3.4  与疫情分布预测有关的数据库表的设计 25
4.3.5  与按时间查询有关的数据库表的设计 26
5  系统主要模块及其详细设计 27
5.1  主要模块的体系结构图 27
5.2  系统模块简介 27
5.3  系统注册和登录模块的设计 28
5.4  homepage的设计 29
5.5  查询模块的设计 31
5.5.1  传染病疫情查询查询功能的实现 31
5.5.2  疫情分布预测功能的实现 33
5.5.3  按时间查询功能的实现 34
5.6  消息和公告栏的设计 35
5.7  留言板的设计 35
5.8  Web应用程序配置 37
5.8.1  Web.config文件的配置 37
6  系统评价 39
6.1  运行环境简介 39
6.2  系统主要功能、特色/优点介绍 39
6.2.1  系统主要功能 39
6.2.2  系统的特色/优点介绍 39
6.3  系统存在的不足与改进方案 39
6.3.1  系统存在不足 39
6.3.2  系统改进方案 40
6.4  毕业设计心得体会 40
结  论 42
致  谢 43
参 考 文 献 44

本文的组织结构(各章内容简介)
  第一章是引言。在引言中引出当今社会传染病、疫情严重威胁着人类的健康、财产和生命,对本课题开发内容作了简单介绍;同时在引言中对课题的研究背景与研究意义进行了分析,对国内外研究现状、水平和发展趋势也做了简要的介绍;以及对论文各章内容的介绍。
  第二章是系统可行性分析。主要内容是对系统的技术可行性、经济可行性、操作可行性、系统流程图、数据流图等方面作了说明。
  第三章是系统需求分析。主要内容包括通过访谈获取系统需求,确定系统的功能要求和非功能要求(技术要求),分析系统的数据要求(建立系统的概念模型、描绘数据结构、以及数据的规范化)等。
  第四章是系统设计部分。本系统的总体设计过程由三个主要阶段组成:系统设计阶段,确定系统的具体实现方案;结构设计阶段,确定系统结构;数据库的具体设计。
  第五章是系统主要模块及其详细设计。系统主要模块有:系统登录模块、会员注册模块、传染病疫情查询和分析预报模块、疫情分布预测及预报模块、信息的发布模块、在线留言、讨论、信息反馈模块、系统管理模块等;本章介绍了各模块的体系结构设计,各模块的子模块功能设计,接口,界面设计的详细设计,以及在设计时所遇到的问题及解决方案。
  第六章是系统评价。主要内容包括系统运行环境简介,系统主要功能、特色/优点介绍,系统存在的不足与改进方案和毕业设计心得体会等。
  最后是结论、致谢和参考文献。
  
系统主要功能
  完整准确地分析和提取国内传染病、疫情预报系统的功能、性能、技术和数据等基本需求;探索和获取国内传染病、疫情的分布规律和分布现状;开发满足卫生管理机构和公众需要的传染病、疫情分布预报系统。并提供有关传染病、疫情控制和预防措施等日常服务,实现国内传染病和疫情分布预报及其日常服务系统的网络化和信息化。本科题研究具有广泛的应用价值和较显著的社会、经济效益。
 

文章(31)

,大小:0 Bytes
相关热词搜索: tag: ASP.NET毕业设计,ASP.NET毕业设计论文,ASP.NET毕业论文,ASP.NET源代码,毕业设计论文 - 计算机毕业设计 - ASP.NET毕业设计
上一篇:国民经济高原工程高原病防控系统的研究与实现
《国内传染病疫情分布预报系统的研究与实现》相关下载
下载评论
联系我们 | 网站地图 | 范文大全 | 管理资料 | 驾照考试 | 教学资料 | 名言大全 | 软件下载
Copyright @ 多问网 all rights reserved
学生评语_教案设计_小学语文试卷
1 2 3 4 5 6 7 8 9 10 11 12