page87.html

来自「Data Structures And Algorithms With Obje」· HTML 代码 · 共 34 行

HTML
34
字号
<HTML><HEAD><TITLE>Array Properties</TITLE></HEAD><BODY bgcolor="#FFFFFF"> <a href="../index.html" target="_top"><img src="../icons/usins.gif" alt="Logo" align=right></a><b>Data Structures and Algorithms with Object-Oriented Design Patterns in Python</b><br><A NAME="tex2html2211" HREF="page88.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="../icons/next_motif.gif"></A> <A NAME="tex2html2209" HREF="page82.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="../icons/up_motif.gif"></A> <A NAME="tex2html2203" HREF="page86.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="../icons/previous_motif.gif"></A>  <A NAME="tex2html2213" HREF="page611.html"><IMG WIDTH=43 HEIGHT=24 ALIGN=BOTTOM ALT="index" SRC="../icons/index_motif.gif"></A> <BR><HR><H2><A NAME="SECTION004150000000000000000"><tt>Array</tt> Properties</A></H2><P>Program&nbsp;<A HREF="page87.html#progarrayd"><IMG  ALIGN=BOTTOM ALT="gif" SRC="../icons/cross_ref_motif.gif"></A> defines two properties of <tt>Array</tt>s--<tt>data</tt> and <tt>baseIndex</tt>.These properties provide the means to <em>inspect</em>the contents of an <tt>Array</tt> object(using the <tt>fget</tt> <em>accessor</em><A NAME=2794>&#160;</A> methods)and the means to <em>modify</em>the contents of an <tt>Array</tt> object(using the <tt>fset</tt> <em>accessor</em><A NAME=2799>&#160;</A> methods).<P>Clearly, the running times of each of the <tt>baseIndex</tt> property<tt>fget</tt> and <tt>fset</tt> accessors is a constant.Similarly, the running time of the <tt>data</tt> property<tt>fget</tt> accessor is also a constant.<P><P><A NAME="2904">&#160;</A><A NAME="progarrayd">&#160;</A> <IMG WIDTH=575 HEIGHT=371 ALIGN=BOTTOM ALT="program2805" SRC="img588.gif"  ><BR><STRONG>Program:</STRONG> <tt>Array</tt> class <tt>data</tt> and <tt>baseIndex</tt> properties.<BR><P><HR><A NAME="tex2html2211" HREF="page88.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="../icons/next_motif.gif"></A> <A NAME="tex2html2209" HREF="page82.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="../icons/up_motif.gif"></A> <A NAME="tex2html2203" HREF="page86.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="../icons/previous_motif.gif"></A>  <A NAME="tex2html2213" HREF="page611.html"><IMG WIDTH=43 HEIGHT=24 ALIGN=BOTTOM ALT="index" SRC="../icons/index_motif.gif"></A> <P><ADDRESS><img src="../icons/bruno.gif" alt="Bruno" align=right><a href="../copyright.html">Copyright &#169; 2003</a> by <a href="../signature.html">Bruno R. Preiss, P.Eng.</a>  All rights reserved.</ADDRESS></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?