quicksort2.html

来自「Quicksort Applet demonstrates procedure 」· HTML 代码 · 共 41 行

HTML
41
字号
<HTML><HEAD><TITLE>Quicksort2</TITLE></HEAD><BODY>   <TABLE BORDER UNITS=PIXELS COLSPEC="L370 L250" CELLPADDING=7>   <CAPTION><STRONG>Lafore's Quicksort2</STRONG></CAPTION>      <TH>Quicksort2      <TH>Operation      <TR>      <TD>         <APPLET            CODE=QuickSort2.class            WIDTH=370            HEIGHT=320>         </APPLET>      <TD>            <FONT SIZE=2><STRONG>New</STRONG> creates new data and initializes sort;toggles between random and inverse order.            </FONT><P>            <FONT SIZE=2><STRONG>Size</STRONG> toggles between 10 bars and 100 bars;also creates new data and initializes sort.            </FONT><P>            <FONT SIZE=2><STRONG>Draw</STRONG> redraws bars.            </FONT><P>            <FONT SIZE=2><STRONG>Run</STRONG> starts sorting processrunning automatically. (Push Step to pause, Run to resume.)            </FONT><P>            <FONT SIZE=2><STRONG>Step</STRONG> executes one step of sortingprocess.            </FONT><P>   </TABLE></BODY></HTML>

⌨️ 快捷键说明

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