I designed this production of digital signal processing teaching page is under the environment of ASP. Net, using a well-known database software, SQL Server 2005 for the development of, this thesis mainly includes how to use the database, how to use ASP. Net related tools, how i can combine them together, and of course, introduces the content contains the following: analysis of feasible performance, analysis of user needs, roughly the way i used to design the web, some detailed designs and of course, the software testing is included. This design generally speaking is how to design the system function, the code and the database method one one detailed presentation to everyone.
Keywords: Digital signal processing teaching web page; SQL SERVER 2005; B/S control;ASP.NET;
目录
1 绪论 1
1.1 课题的背景 1
1.2 课题的意义 1
1.3 课题任务 2
2 需求分析 2
2.1 网站建设可行性 2
2.1.1 经济方面 2
2.1.2 操作方面 3
2.1.3 技术实现方面 3
2.1.4 合法性方面 3
2.2 开发技术 3
2.2.1 IIS 3
2.2.2 B/S 4
2.2.3 SQL数据库 4
2.3 开发平台 4
2.3.1 软件使用环境 4
2.3.2 硬件配置标准 4
2.4 数据字典 5
2.4.1 管理员部分 5
2.4.2 会员部分 6
2.5 数据流图 6
2.6 实体联系图 9
3 总体设计 10
3.1 模块概述 10
3.1.1 管理员模块 10
3.1.2 用户模块 10
3.2 软件结构图 10
3.3 数据库设计 12
3.3.1 管理员 12
3.3.2 教师数据表 13
3.3.3 新闻数据表 13
3.3.4 课程分类数据表 14
3.3.5 课程信息数据表 14
3.3.6 用户数据表 15
3.3.7 教学文件数据表 15
3.3.8 板块数据表 16
3.3.9 分块数据表 16
3.3.10 论坛主题数据表 17
3.3.11 回复数据表 17
3.3.12 测试题目数据表 18
3.3.13 选课数据表 18
3.3.14 友联数据表 19
4 详细设计 19
4.1 界面设计