http:^^www.cs.washington.edu^homes^jbaer^classes^eight.html
来自「This data set contains WWW-pages collect」· HTML 代码 · 共 58 行
HTML
58 行
Date: Tue, 10 Dec 1996 23:17:58 GMTServer: NCSA/1.4.2Content-type: text/htmlLast-modified: Fri, 29 Mar 1996 18:18:23 GMTContent-length: 1230<HTML><HEAD><TITLE> Eight Puzzle Applet </TITLE></HEAD> <BODY><h1>8-Puzzle</h1>(Java baby steps)<hr> <p></p><APPLET CODE="EightPuzzle.class" WIDTH=230 HEIGHT=111><i>Sorry, you are not using a Java compatible browser</i></APPLET><p>Click on a tile next to the blank space to move it.<p>History:<p>2/3/96 -- Added custom update method to make redrawing of the puzzleiteself happen offscreen to get rid of occasional flicker.<p>2/2/96 -- The randomize button now works, and the Repeat Last buttoncurrently puts the puzzle back in order. That will change.<p>1/29/96 -- Note that although buttons now appear for theaforementioned functions, they don't actually do anything yet. Ohwell, at least I figured out Layouts.<p>1/25/96 -- First put up. Much more is coming, including a randomizebutton an a couple of AI search algorithms to automatically solve the puzzle.<hr><a href = "src/EightPuzzle.java">Pretty badly documented source forwhat's here so far</a><hr><address>Copyright (c) 1996 <a href="http://www.cs.washington.edu/homes/jbaer/index.html">Jeremy Baer</a><br><a href="mailto:jbaer@cs.washington.edu">jbaer@cs.washington.edu</a></address></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?