计算机专业英语课件3.ppt

  1. 1、本文档共87页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
计算机专业英语课件3

计算机专业英语 计算机专业英语 Happy! Relaxed! 第3章 Software Knowledge 3.1 Data Structures 3.2 Operating System 3.3 Programming Languages 3.4 Software Engineering 3.5 Software Testing and Maintenance 3.1 Data Structures General data structure types include the array, the file, the record, the table, the tree, and so on. In computer programming, a data structure may be selected or designed to store data for the purpose of working on it with various algorithms. If we provide a set of possible data values and a set of operations that act on the values, we can think of the combination as a data type. We will call any data type whose values are composed of component elements that are related by some structure a structured data type, or data structure. Integer Integer is amounts to a particular collection of axioms or rules that must be obeyed. The way in which integers are represented is unimportant provided only that all readers understand the notation—binary, octal, decimal, hexadecimal, twos complement, ones complement or sign and magnitude, the choice does not matter. List The list is a flexible abstract data type. It is particularly useful when the number of elements to be stored is not known before running a program or can change during running. It is well suited to sequential processing of elements because the next element of a list is readily accessible from the current element. It is less suitable for random access to elements as this require a slow linear search. Array and Record The data types arrays and records are native to many programming languages. By using the pointer data type and dynamic memory allocation, many programming languages also provide the facilities for constructing linked structures. Arrays, records, and linked structures provide the building blocks for implementing what we might call higher-level abstractions. Stack A stack is a data type whose major attributes are determined by the rules governing the insertion and deletion of its

您可能关注的文档

文档评论(0)

shuwkb + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档