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

📄 ktour.htm

📁 这是一个骑士周游java编程问题三维效果
💻 HTM
字号:
	<HTML>
   <HEAD>
	<TITLE> Knigt's Tour- Java Solution </TITLE>
<META NAME="author" CONTENT="Vasanth Desai">
<META NAME="owner" CONTENT="vasanthdesai@usa.net">
<META NAME="description" CONTENT="A Java Applet for Knight's Tour">
<META NAME="keywords" CONTENT="KnightsTour,Heuristics,ChessBoard,Java Applet">

	</HEAD>
	<BODY>
<center>	
<H2>Knight's Tour </H2>
</center>
<table>
<tr>
<td width=60>
</td>
<td>
<em><b>Knight's Tour Problem:  On the Chess Board, starting from any square, the
knight has to visit all the squares in exactly 64 moves.
</b></em>
</td>
</tr>
<tr>
<td width=60>
</td>
<td>
<br>
This applet uses a heuristics to find the path. This heuristics suceeds in 63
start postions and fails in one position. 
<br> When you click on show button the Chess Board is displayed. You click on
any square and watch whether the tour is completed.
<br>You accelerate or slow down speed of moves by clicking on  Faster and Slower buttons.
However please note that these will be effective from subsequent attempts.	
</td>
</tr>
</table>
<br><br>
<center>
<applet CODE=KnightsTour   WIDTH=350 height=200>

</applet>
</center>
<center>
<br>
<br> Knight's Tour Java Applet
<br>  (c)1998 Vasanth Desai 
<b>	  
<br><a href="http://members.tripod.com/~vpdesai/ktour.zip">Click here to download the archive(~16KB)(<em>Source code included</em>)</a>
<br><a href=mailto:vasathdesai@usa.net>email</a>
<br><em>Here are links to other interesting Java Applets
<br><a href="http://www.geocities.com/SiliconValley/Horizon/5275/caldemo.htm">Calendar Applet
<br><a href="http://members.tripod.com/~vpdesai">Drill Down Chart
<br><a href="http://members.tripod.com/~vpdesai/ccdemo.htm">GanttChart (TimeLineChart)
<br><a href="http://members.tripod.com/~vpdesai/hcyclobeans.htm">Java Beans for Hypocycloids</em>
</em>
</b>
</center>
</BODY>
</HTML>				

⌨️ 快捷键说明

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