码迷,mamicode.com
首页 > 其他好文 > 详细

Manipulating Data Structures

时间:2016-11-15 08:23:30      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:dimen   eps   ati   cti   mem   struct   use   lex   address   

Computer Science An Overview _J. Glenn Brookshear _11th Edition

 

We have seen that the way data structures are actually stored in a computer’s

memory is not the same as the conceptual structure envisioned by the user.
A two-dimensional homogeneous array is not actually stored as a two-dimensional
rectangular block, and a list or a tree might actually consist of small pieces scat-
tered over a large area of memory.
Hence, to allow the user to access the structure as an abstract tool, we must
shield the user from the complexities of the actual storage system. This means
that instructions given by the user (and stated in terms of the abstract tool) must
be converted into steps that are appropriate for the actual storage system. In the
case of homogeneous arrays, we have seen how this can be done by using an
address polynomial to convert row and column indices into memory cell
addresses.

Manipulating Data Structures

标签:dimen   eps   ati   cti   mem   struct   use   lex   address   

原文地址:http://www.cnblogs.com/yuanjiangw/p/6064237.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!