- 1、本文档共65页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
* 乘法规则 针对嵌套程序段 T (n, m) = T1 (n) * T2 (m) = O(f (n)*g (m)) 两个并列循环的例子 * void exam (float x[ ][ ], int m, int n) { float sum [ ]; for (int i = 0; i m; i++) { //x中各行 sum[i] = 0.0; //数据累加 for (int j = 0; j n; j++) sum[i] += x[i][j]; } for (i = 0; i m; i++) //打印各行数据和 cout i “ : ” sum [i] endl; } 渐进时间复杂度为 O(max (m*n, m)) 渐近的空间复杂度 S (n) = O(f (n)) * * This chapter involves four parts * Can deal with , the set must have a lot of subset ,such as the subset of digits, characters, strings, pictures, records, music songs, sounds, and so on. If we draw a large circle as the data set, every subset can be represented as a smaller circle, every subset has many objects in it, and also it can have many subsets. Every Data element is an independent individual in the data set. For example, a digital number, a character, a student record and so on. So the number, name, score are three data items of the student record. * A set of data elements, the elements have some relations. For example, there are 9 students in a research group, except a head of the group, the others are divided into four groups, every group have a leader, we can described the data structure as a sketch map like this Another example, a queue of waiting line, every one in the queue has his own location, the relation between them are front and rear. From this example, we can conclude the relations between the data elements are intrinsic, they are not depending on how we stored them in the computer and if it is stored or not. * How to store the elements and the relation between them in a computer the logical relation between the elements are represented by the location relation when they are stored in a block of contiguous memory. Usually we used the data type array in programming language to implement contiguous structure. The logical relation between the elements are re
您可能关注的文档
- 软件工程概论:第7章 面向对象方法.ppt
- 软件工程概论:第8章 统一建模语言.ppt
- 软件工程概论:第9章 统一软件过程(选讲).ppt
- 软件工程概论:第10章 软件测试.ppt
- 生命科学引论第六讲-遗传学.ppt
- 生命科学引论第五讲-植物形态发育和功能基因组学(二).ppt
- 生命科学引论第五讲-植物形态发育和功能基因组学(一).ppt
- 数据结构英文课件:ch02 Introduction to Stacks.ppt
- 数据结构英文课件:ch03 Queues.ppt
- 数字电路与数字系统设计实验.ppt
- 广东省广州市增城区2023-2024学年九年级上学期期末道德与法治试题(答案).doc
- 广东省广州市2021-2022学年九年级上学期期末模拟历史试题(含答案).docx
- 广东省广州市天河区暨南大学附属实验学校2022-2023学年九年级上学期期末历史试题.doc
- 广州市南沙区2023—2024学年第一学期九年级历史期末教学质量监测模拟试卷.doc
- 广东省广州市天河区暨南大学附属实验学校2022-2023学年九年级上学期期末历史试题(答案).doc
- 在全市县区委书记第五次工作座谈会上的讲话.docx
- 3篇中央政法工作会议发言材料汇编.docx
- 5篇贵州省庆祝第二十个中国记者节座谈会经验交流发言材料汇编.docx
- 在全市人大工作座谈会上的讲话.docx
- 在全市人大系统改革创新工作交流会上的讲话.docx
最近下载
- 2023年楚雄师范学院计算机科学与技术专业《操作系统》科目期末试卷B(有答案).docx VIP
- 环艺104张银霞201005044412职业生涯人物访谈录.doc
- 老年人眼部保健的重要性与注意事项.pptx VIP
- 2023年楚雄师范学院计算机科学与技术专业《操作系统》科目期末试卷A(有答案).docx VIP
- 滕州博物馆2018年上半年工作总结.DOC
- (1.12)--驼峰角背中国建筑史.pdf
- 2025年中央经济工作会议课件.pptx VIP
- 国开 建筑构造实训.docx VIP
- 2025年中央经济工作会议 PPT课件.pptx VIP
- 2025中央经济工作会议要点梳理PPT课件.pptx VIP
文档评论(0)