⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 towers.html

📁 JAVA数据结构与算法之梵塔问题 小应用后程序实现
💻 HTML
字号:
<HTML>
<HEAD>
<TITLE>Towers of Hanoi</TITLE>
</HEAD>

<BODY>

   <TABLE BORDER UNITS=PIXELS COLSPEC="L330 L250" CELLPADDING=7>
   <CAPTION><STRONG>Lafore's Towers of Hanoi</STRONG></CAPTION>
      <TH>Towers
      <TH>Operation
      <TR>
      <TD>
         <APPLET
            CODE=Towers.class
            WIDTH=440
            HEIGHT=335>
         </APPLET>
      <TD>
            <BR>
            <FONT SIZE=2>
<STRONG>Drag</STRONG> disk to another post.
            </FONT><P>
            <FONT SIZE=2>
<STRONG>Type number</STRONG> to specify number of disks
for New.
            </FONT><P>
            <FONT SIZE=2>
<STRONG>New</STRONG> creates a new game with N disks.
            </FONT><P>
            <FONT SIZE=2>
<STRONG>Step</STRONG> carries out one step of
solution algorithm.
            </FONT><P>
            <FONT SIZE=2>
<STRONG>Run</STRONG> starts the solution algorithm running.
            </FONT><P>
   </TABLE>
</BODY>
</HTML>

⌨️ 快捷键说明

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