文件名称:chess2.0
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-12-17
- 文件大小:
- 76kb
- 下载次数:
- 0次
- 提 供 者:
- 尚*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
人工智能博弈树,采用极大极小搜索和α-β剪枝算法,搜索深度为2的棋盘博弈-Artificial intelligence game tree, using the minimax search with alpha beta pruning algorithm, the search depth is a chessboard game of 2
(系统自动生成,下载前可以参看下载内容)
下载文件列表
chess2.0
........\chess
........\.....\.classpath
........\.....\.project
........\.....\.settings
........\.....\.........\org.eclipse.jdt.core.prefs
........\.....\bin
........\.....\...\console
........\.....\...\.......\ABTreeNode.class
........\.....\...\.......\ChessBoard.class
........\.....\...\.......\ChessTest$1.class
........\.....\...\.......\ChessTest$2.class
........\.....\...\.......\ChessTest.class
........\.....\...\.......\CvCThread.class
........\.....\...\.......\MaxMinTreeNode.class
........\.....\...\.......\Pos.class
........\.....\...\util
........\.....\...\....\Matrix.class
........\.....\image
........\.....\.....\black.gif
........\.....\.....\table.jpg
........\.....\.....\table_bak.jpg
........\.....\.....\table_five.jpg
........\.....\.....\table_five_small.jpg
........\.....\.....\white.gif
........\.....\src
........\.....\...\console
........\.....\...\.......\ABTreeNode.java
........\.....\...\.......\ChessBoard.java
........\.....\...\.......\ChessTest.java
........\.....\...\.......\CvCThread.java
........\.....\...\.......\MaxMinTreeNode.java
........\.....\...\.......\Pos.java
........\.....\...\util
........\.....\...\....\Matrix.java