基于数据驱动的可编程程序设计研究-软件工程专业论文.docx
文本预览下载声明
中Ill大学硕士论文
中Ill大学硕士论文 基于数据驱动的可编程程序设计研究
Titie: Study Of Data-driven Programmable Program Design
Major: Software Engineering Name: ZenWu
Suoervisor: Liang Yu Cheng Professor
Abstract
Program’S quality is judged by three factors:Mathematical Modeling,Data Structures and Arithmetic.Besides some traditional ideas such as abstracting business logics with Mathematical Modeling,conserve business data with Data Structures and implement business logics with Arithmetic,the idea of data—driven
programmable program design can also be combined.And believe that the combination of the idea of data-driven programmable program design and those traditional ideas will bring a great benefit tO our work of design,development and maintenance
This discourse mainly study the idea and method of data·driven programmable program design and also its application in RDBMS,XML technology and Microsoft Dot Net Framework.Throughout the whole content,a real business sub—system of a big multinational corporation is carried out,through discussing whose process of original questioning,designing and programming,the idea and method of the study is laid out step by step.
Key works:Data—driven,XML,Dot Net Framework,parameters setting,programmable program design
II
中山大学硕士论文
中山大学硕士论文 基于数据驱动的可编程程序设计研究
第1章 引言
本章概要性地介绍了业务系统的程序设计与“朝令夕改”的业务需求之间 的现状和矛盾。简要综述了在这种背景和现状下本论文研究的内容和意义,同 时介绍了本论文的组织结构。
1.1研究背景和发展现状
随着二十世纪末、二十一世纪初计算机信息技术的飞速发展,计算机信息 系统逐渐广泛地应用到社会生活的各个领域。在商业社会里,由计算机信息系 统支持的商业运作模式再也不是存在于科幻小说家脑子里的虚幻东西,而是真 真正正触手可及的新生事物。这个扑面而来的新生事物,带给企业家的是工作 效率、商业运营效率的几何级数般的提高,更直接的是经济利益的提高。带给 我们这群热爱技术的学生、研究员和工作者们的是以技术解决实际问题的成就 感。ERP,CRM,MPR,SAP等名词随之逐渐进入人们的视野。
商业社会的高速发展,伴随着商业模式、运营模式和业务模式等商业社会 基本要素的快速变化和切换,直接给支撑它们运作的计算机信息系统以具大的 需求和压力。《软件工程》里的需求管理告诉我们:在软件项目的开发过程中, 需求变更贯穿了软件项目的整个生命周期,从软件的项目立项,研发,维护, 用户的经验在增加,对使用软件的感受有变化,以及整个行业的新动态,都为 软件带来不断完善功能,优化性能,提高用户友好性的要求。这在理论上给予 我们一个提示:用户需求是变化的,相应业务窗体、功能等也要随之变化。业 务逻辑,分散的数据结构容易改变,但关联性很强的业务逻辑、数据结构该作 如何的变化?可以想
显示全部