搜索资源列表
ChessPP
- 中国象棋人机版,其中采用了多种搜索方法,有最基本的极大极小值方法和Alpha-Beta方法,还有历史启发,渴望搜索,PVS等搜索方法-Chinese version of man-machine chess, which used a variety of search methods, the most basic minimax value method and Alpha-Beta, history also inspired desire to search, and other sea
黑白棋游戏源代码 v1
- 这是一个黑白棋的小游戏。里面有初级中级高级三个级别的棋力选择。算法采用了自己编写的全盘搜索的经验积分算法,速度很快,棋力不是非常强。本游戏还可以自动演示,自动重温棋局,保存棋局,还有英雄榜。界面精美!-This is a small game reversi. There are three primary Intermediate High-level chess choice. The algorithm used to prepare ourselves to the full searc
memory_search_and_modify
- 内存搜索与修改教程,CCB大佬教程中文版-Memory search and modify the tutorial, CCB Gangster Tutorial English Version
five_chess_source_code
- 五子棋游戏,采用alpha-beta剪枝优化搜索算法,深度可达6步。-five-chess game, with alpha-beta optimal search algorithm, the depth is up to 6 steps
code
- Algorithm for search in pacman world ..
sudoku
- 采用启发式搜索算法,能解任意合法的数独(由input.txt文件输入),还能自动生成唯一解的数独初局-Using heuristic search algorithm, to obtain any number of legal independence (from the input.txt file input), can automatically generate a unique solution of the early Sudoku Board
xiangqi
- 中国象棋的游戏源码,使用了人工智能的Alpha-Beta搜索算法-Chinese chess game source code, the use of artificial intelligence Alpha-Beta Search Algorithm
search
- 搜索文件的特征码,定位基址的工具.DELPHI代码,需要的下.-Search document signature, location-based tools for the site. DELPHI code, the need for the next.
Astar
- Search Optimal Path Algorithm.
Nqueenproblem
- 这个程序采用局部搜索算法(Local Search),速度很快, 在配置为奔腾200,内存64MB,上测试可以在 几秒钟内解一百万阶的皇后问题。-This procedure using a local search algorithm (Local Search), fast, in the configuration for the Pentium 200, RAM 64MB, the test solution in a few seconds of order 1 million
war
- dota是一个很受欢迎的游戏,可是魔兽自带的局域网的联机搜索只能看见同一个网段的主机,这给玩家带来的很大的不便,这是一个用java写的dota对战平台,让不是同一网段的主机也能联机游戏-dota is a very popular game, but comes with the LAN Warcraft online search could only see the same network segment of the host, this has caused great inconve
3DTTT
- this program is word search
road
- 采用双向广度优先搜索的方法搜索出在一定意义下最佳的解题步骤,并指导我系学生姚刚用DELPHI V5.0开发了一个相应的电脑游戏。本文首先介绍了该算法的基本思想,然后通过完整的PASCAL源程序及其注释给出该算法的具体的实现,最后给出搜索的结果。-Bidirectional breadth-first search method to search out the best in some sense the problem solving steps, and to guide my stude
TileProblem.tar
- This is simulation of classic 15 tile puzzle problem solver. It has capability to solve the problem using artificial intelligent techniques of depth first search and A-star search. This project is completely done in netbeans for running game requ
Game-memory-search-tool
- 游戏内存搜索的工具 搜索的东东游戏内存搜索的工具 游戏内存搜索的工具-Game memory search tool
Search-maze-game
- 搜寻迷宫小游戏,将球抛出,自动会找出正确出口。-Search maze game, the ball will be thrown, will automatically find the correct exports
DNF-decryption-memory-search
- DNF内存解密搜索工具易语言源码,可改内存,搜索内存等功能。-DNF easy language search tool to decrypt the memory source, change memory, search the memory and other functions.
search
- HOw to use search in python
search-(1)
- 这是著名的伯克利大学人工智能这门课上讨论的贪吃蛇游戏Pacman,其中讨论了UCS,A*, DFS, BFS 这几种搜索算法-It s the famous game Pacman. The code includes search algorithm like UCS,A*, DFS, BFS
search
- search.py for python search ai