- 1、本文档共38页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
chapter1-Introducer课件
Data Structure;Chapter 1 Introducer; 1.1 Research Content of DS;Kind of problems
numeric
总额为一元的硬币,问1,2,5分硬币各几枚?
no-numeric
students select courses. ;“student” Table;“course” Table;sno;eg:File System in OS;2) Core of DS: Objects、Relation、
Operation
3) Station in CS
Come of mathematics: Between mathematics and computer software.
Essence of programming:choose a good DS, then design a good algorithms.
program = ds + algorithms ;1) Data:Everything that computers could
understand, it’s a symbol.
Numeric:integer、real
No-numeric:student info、sales order
2) Data Element:unit in data.
Data ? set (collection).
Element ? everyone in the set.
3) Data Item: unit in data element, it is the smallest unit consist in element(atomicity,原子性).
eg: student info ? sno,sex,name,age …;4) Data Structure: Collection of data elements, there are some relations between them .
Data_Structure = {D, R}
D: Data Element (数据元素)
R: Relation (关系);Logistic structure — The relation between data elements present in real world.
There are 4 logistic structure in real world:
Set (集合):
Linear(线性的) :
Tree :
Graph / Net(图 / 网):; Physic structure — The storage way(format) of data elements and relations in computer(that means Memory).
Operation — What can we do with a kind of DS? It’s associates with Data Elements and Relations.
;5) Data Type: Collection of values that having same attribute, and some operations can be put on them.
Atomic Type:It’s can’t be divide any more.
Structural Type:It’s can be divide into smaller type.;6) ADT(Abstract Data Types):Defined by users, to describe the real problem’s Model and Operations on it.
Notice: ADT just only described the Logistic Structure of itself, and Nothing about it’s Physic Structure.
ADT=(D,S,P)
D: Data Objects;S: Relations;P: Operations;本书抽象数据类型定义格式;例 :整数的抽象数据类型(ADT)定义;1.3 Algorithm;2) Algorithm Properties;1.4 Algorithm Analysis; If goal (2) is import
您可能关注的文档
- 硫化氢金属腐蚀课件.ppt
- 矿泉水名称方案课件.ppt
- Caddx NetworX系列报警主机&设备简介课件.ppt
- 看清邻国真面目——爱国主义教育课件.ppt
- 矿大2013年入学教育PPT课件.ppt
- 硫酸企业环境风险等级划分方法(试行)课件.ppt
- 矿产资源保护法课件.ppt
- 硫酸法生产钛白粉工艺课件.ppt
- CCNA1215-第15章 路由选择和路由选择协议课件.ppt
- 祭十二郎文_文言知识整理课件.ppt
- 12篇2022年招商引资工作总结素材汇编.docx
- 2025年消费者问卷调查分析报告:数说新消费,产业趋势背后的秘密.pdf
- 2025年雅迪控股分析报告:顺应趋势,继往开来.pdf
- 2025年永辉超市分析报告:提质即提价,保质即保量.pdf
- 2025年森麒麟分析报告:从摩洛哥到全球,森麒麟破局之路.pdf
- 2025年中国稀土分析报告:中重稀土资源龙头,供改最大受益者.pdf
- 2025年桐昆股份分析报告:静待桐花映日开,方得昆玉照朝晖.pdf
- 2025年睿创微纳分析报告:内外需求双景气,微波助力高增长.pdf
- 锦华新材2024年年度报告.pdf
- 2025年中山公用分析报告:中山市环保水务龙头,业务布局日益完善.pdf
文档评论(0)