数据库原理及应用课程设计报告

数据库原理及应用课程设计报告

ID:12031393

大小:260.50 KB

页数:20页

时间:2018-07-15

数据库原理及应用课程设计报告_第1页
数据库原理及应用课程设计报告_第2页
数据库原理及应用课程设计报告_第3页
数据库原理及应用课程设计报告_第4页
数据库原理及应用课程设计报告_第5页
资源描述:

《数据库原理及应用课程设计报告》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、成绩《数据库原理及应用》课程设计报告商品销售管理系统学  院: 信息工程学院 班  级:    学  号:   姓  名:    完成时间: 201  课程设计的任务数据库原理及应用是计算机及其相关学科的一门重要的学科基础课程,也是计算机软件科学与技术、信息科学与技术的重要学科分支。本课程设计旨在通过对一个小型数据库管理系统(DBMS)的综合设计过程,强化学生对计算机系统软件的设计能力,提高学生的综合素质,并通过课程设计进一步加强学生对所学知识的理解,以及对数据库的全面、深刻认识。具体要求如下:1)了解DBMS的设计过程;2)掌握关系型DBMS的结构及实现;

2、3)掌握系统程序设计的基础知识;4)深化理解并掌握《数据库原理及应用》课程的相关内容;5)强化软件开发的团队意识,提高合作能力。系统需求分析与设计数据流图E-R图数据结构描述商品数据结构:ShanidChar6ShannameChar8ShancountSmailint2ShanpriceSmailint2Factoridchar6公司数据结构:FactoridChar6FactornamevarChar24FactoraddrvarChar24FactorphoneChar11销售数据结构:ShanidChar6FactoridChar6Salsecoun

3、tSmailint2销售管理系统软件设计流程图和功能模块图商品信息查询商品信息录入销售信息查询销售信息录入公司信息查询公司信息录入程序模块汇总商品信息录入;商品信息查询;公司信息录入;公司信息查询;销售信息录入;销售信息查询;源程序清单主目录:usingSystem;usingSystem.Configuration;usingSystem.Data;usingSystem.Linq;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.HtmlContr

4、ols;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.WebParts;usingSystem.Xml.Linq;publicpartialclass_Default:System.Web.UI.Page{protectedvoidPage_Load(objectsender,EventArgse){}protectedvoidButton1_Click(objectsender,EventArgse){Response.Redirect("~/Default2.aspx");}p

5、rotectedvoidButton3_Click(objectsender,EventArgse){Response.Redirect("~/Default3.aspx");}protectedvoidButton2_Click(objectsender,EventArgse){Response.Redirect("~/Default4.aspx");}protectedvoidButton4_Click(objectsender,EventArgse){Response.Redirect("~/Default6.aspx");}protectedvoid

6、Button5_Click(objectsender,EventArgse){Response.Redirect("~/Default4.aspx");}protectedvoidButton6_Click(objectsender,EventArgse){Response.Redirect("~/Default5.aspx");}protectedvoidButton7_Click(objectsender,EventArgse){Response.Redirect("~/Default7.aspx");}}○1商品信息录入;usingSystem;usi

7、ngSystem.Collections;usingSystem.Configuration;usingSystem.Data;usingSystem.Linq;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.HtmlControls;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.WebParts;usingSystem.Xml.Linq;usingSystem.Data.

8、SqlClient;publicpartialcla

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。