page407.html
来自「Data Structures And Algorithms With Obje」· HTML 代码 · 共 27 行
HTML
27 行
<HTML><HEAD><TITLE>__init__ Method</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="tex2html5871" HREF="page408.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="../icons/next_motif.gif"></A> <A NAME="tex2html5869" HREF="page405.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="../icons/up_motif.gif"></A> <A NAME="tex2html5863" HREF="page406.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="../icons/previous_motif.gif"></A> <A NAME="tex2html5873" HREF="page611.html"><IMG WIDTH=43 HEIGHT=24 ALIGN=BOTTOM ALT="index" SRC="../icons/index_motif.gif"></A> <BR><HR><H3><A NAME="SECTION0012412000000000000000"><tt>__init__</tt> Method</A></H3><P>The <tt>__init__</tt> method takes a single argument <IMG WIDTH=44 HEIGHT=11 ALIGN=BOTTOM ALT="tex2html_wrap_inline66691" SRC="img1559.gif" >which specifies that the universe shall be <IMG WIDTH=149 HEIGHT=24 ALIGN=MIDDLE ALT="tex2html_wrap_inline66651" SRC="img1553.gif" >.It creates an initial partition of the universe consisting of <I>N</I> parts.Each part contains one element of the universal setand, therefore, comprises a one-node tree.<P><P><A NAME="28805"> </A><A NAME="progpartitionAsForestb"> </A> <IMG WIDTH=575 HEIGHT=199 ALIGN=BOTTOM ALT="program28727" SRC="img1629.gif" ><BR><STRONG>Program:</STRONG> <tt>PartitionAsForest</tt> class <tt>__init__</tt> method.<BR><P><HR><A NAME="tex2html5871" HREF="page408.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="../icons/next_motif.gif"></A> <A NAME="tex2html5869" HREF="page405.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="../icons/up_motif.gif"></A> <A NAME="tex2html5863" HREF="page406.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="../icons/previous_motif.gif"></A> <A NAME="tex2html5873" 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 © 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 + -
显示快捷键?