搜索资源列表
-
0下载:
This application is a battlefield simulator game with three types of units: Infantry, Cavalry, and Artillery. The map consists of several different terrain types lined in a six-sided-square grid as seen in many turn-based video games. The computer pl
-
-
0下载:
本程序在Windows98下用VC6.0编译通过,所使用位图来源于“象棋大师”教学软件, 设计和改进时参考了BorlandC++3.1的国际象棋程序和陈成涛所写的“中国象棋程序”。 在算法上采用有界深度优先Alpha-Beta剪枝递归搜索技术-The program under Windows98 using VC6.0 to compile, the use of bitmap from " Chess Master" teaching software design and
-
-
0下载:
自己用c++编写的计算数独的程序。使用枚举法,深度优先搜索得出结果。不能判断是否有多解。适合初级程序员参考。-Their written using c++ calculate the number of separate procedures. Enumeration method used, the outcome of depth-first search. Can not determine whether the multiple solutions. Junior programme
-
-
0下载:
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
-
-
0下载:
用c++语言实现井字棋的游戏,要求要用深度优先搜索的算法。-Written in c++ language realization, well character chess game with requires depth first search algorithm.
-
-
0下载:
国际象棋棋盘的骑士巡游问题,深度优先,穷举搜索-Chessboard knight tour problem, depth first, exhaustive search
-
-
0下载:
Breath First Search and Depth First Search
-
-
0下载:
推箱子的搜索算法
采用深度优先的A*算法
算法具有拓展性-The Sokoban of depth-first search algorithm using A* algorithm algorithm scalability
-
-
0下载:
八数码问题的解决,包括三种路径的查找最优解,例如:深度优先查找,广度优先查找。-Eight digital problem solving, including three kinds of paths to find an optimal solution, for example: depth-first search, breadth-first search.
-
-
0下载:
通过深度优先搜索完成对粉碎玻璃游戏(可以在WP8、安卓等平台找到这款游戏)进行自动求解,只要输入相应数据就会打印出求解的步骤-Depth-first search through the completion of crushed glass game (in WP8, Android and other platforms to find the game) automatically solved, simply enter the appropriate data will print o
-
-
1下载:
用c++写的十五数码,包括宽度优先搜索,深度优先搜索,启发式搜索-Using c++ to write fifteen digital, including the width of the priority search, depth-first search, heuristic search
-