91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.52M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2021-03-27
  • 語言: 其他
  • 標簽: 其他??

資源簡介


利用A*算法實現八數碼問題求解,包括拼圖打亂和拼圖還原功能。使用java實現,代碼注釋清晰。

資源截圖

代碼片段和文件信息

package?abc;

import?javax.swing.Jframe;

public?class?Myframe?extends?Jframe{
private?static?final?long?serialVersionUID?=?1L;
static?final?int?WIDTH=720HEIGHT=555;?
MyPanel?myPanel;

public?Myframe(String?name){
super(name);
myPanel?=?new?MyPanel();
this.add(myPanel);
this.addMouseListener(myPanel);
this.setSize(WIDTHHEIGHT);
this.setLocation(250100);
this.setVisible(true);
this.setDefaultCloseOperation(EXIT_ON_CLOSE);
this.setResizable(false);
}

public?static?void?main(String?[]args){
new?Myframe(“八數碼問題“);
}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????301??2011-10-21?18:39??EightPuzzle\.classpath

?????文件????????387??2011-10-21?18:39??EightPuzzle\.project

?????文件?????????55??2012-11-15?20:45??EightPuzzle\.settings\org.eclipse.core.resources.prefs

?????文件????????629??2011-10-21?18:39??EightPuzzle\.settings\org.eclipse.jdt.core.prefs

?????文件???????1048??2013-04-03?16:00??EightPuzzle\bin\abc\Myframe.class

?????文件????????988??2013-04-03?16:00??EightPuzzle\bin\abc\MyPanel$Node.class

?????文件???????8161??2013-04-03?16:00??EightPuzzle\bin\abc\MyPanel.class

?????文件??????36313??2011-10-23?19:03??EightPuzzle\bin\res\background.jpg

?????文件???????5592??2011-10-23?21:59??EightPuzzle\bin\res\bushu.png

?????文件???????4842??2011-10-23?20:44??EightPuzzle\bin\res\daluan.png

?????文件???????4919??2011-10-23?20:44??EightPuzzle\bin\res\daluan1.png

?????文件???????5005??2011-10-23?20:54??EightPuzzle\bin\res\huanyuan.png

?????文件???????5126??2011-10-23?20:54??EightPuzzle\bin\res\huanyuan1.png

?????文件??????66838??2011-10-23?19:09??EightPuzzle\bin\res\picture.jpg

?????文件??????18357??2011-10-23?19:09??EightPuzzle\bin\res\picture_01.png

?????文件??????17795??2011-10-23?19:09??EightPuzzle\bin\res\picture_02.png

?????文件??????19577??2011-10-23?19:09??EightPuzzle\bin\res\picture_03.png

?????文件??????16515??2011-10-23?19:09??EightPuzzle\bin\res\picture_04.png

?????文件??????15953??2011-10-23?19:09??EightPuzzle\bin\res\picture_05.png

?????文件??????16822??2011-10-23?19:09??EightPuzzle\bin\res\picture_06.png

?????文件??????16287??2011-10-23?19:09??EightPuzzle\bin\res\picture_07.png

?????文件??????15069??2011-10-23?19:09??EightPuzzle\bin\res\picture_08.png

?????文件????????583??2011-10-23?21:27??EightPuzzle\src\abc\Myframe.java

?????文件???????8489??2011-10-30?09:51??EightPuzzle\src\abc\MyPanel.java

?????文件??????36313??2011-10-23?19:03??EightPuzzle\src\res\background.jpg

?????文件???????5592??2011-10-23?21:59??EightPuzzle\src\res\bushu.png

?????文件???????4842??2011-10-23?20:44??EightPuzzle\src\res\daluan.png

?????文件???????4919??2011-10-23?20:44??EightPuzzle\src\res\daluan1.png

?????文件???????5005??2011-10-23?20:54??EightPuzzle\src\res\huanyuan.png

?????文件???????5126??2011-10-23?20:54??EightPuzzle\src\res\huanyuan1.png

............此處省略20個文件信息

評論

共有 條評論