搜索资源列表
javapda.rar
- 该堡垒游戏是基于J2ME开发的手机RPG游戏,采用midp2.0技术实现了菜单、地图、主角动作及怪物动作和AI等,主要通过精灵间的碰撞检测来触动事件发生。游戏的主流程是玩家利用手机键盘操作主角在堡垒中拾取道具破解迷宫,并且随着关数的增加,游戏的难度也逐渐增加。另外,游戏中还包括了排行榜,声音设置,帮助等各种附加功能。其中充满了趣味性和刺激性,是适合各年龄段的益智冒险类游戏。,The bastion of the game is based on the development of J2ME m
Search-Assignment-Report
- 人工智能导论中的查找问题,包括water-jugs和8-pazzle。用prolog语言编程,内附说明和代码。-Searching problems in AI, including water-jugs and 8-puzzle. Program is write with prolog, and the illustrating and source code are included.
npuzzle
- 用java写的一个解8-puzzle直到n-puzzle的软件,会清晰的显示步骤和算法。使用的是ai中的一个算法-Using java to write an 8-puzzle solution until the n-puzzle software, will clearly show the steps and algorithms. Use of an algorithm for ai
puzzle1.2
- Puzzle - Puzzle is a game based in AI tecnlogy, this game not implemments a BaseKnowlodge, but is very great! have fun!-Puzzle- Puzzle is a game based in AI tecnlogy, this game not implemments a BaseKnowlodge, but is very great! have fun!
Tic_MFC
- AI实验 “一字棋”游戏(又叫“三子棋”或“井字棋”),是一款十分经典的益智小游戏。“井字棋”的棋盘很简单,是一个3×3的格子,很像中国文字中的“井”字,所以得名“井字棋”。“井字棋”游戏的规则与“五子棋”十分类似,“五子棋”的规则是一方首先五子连成一线就胜利;“井字棋”是一方首先三子连成一线就胜利。 井-AI experiment " word game" game (also known as " third son of Chess" or &quo
picture
- 有趣的拼图游戏,实现了AI智能级别,内置了多副图片。-Interesting puzzle, a smart AI levels, built a number of deputy picture.
8puzzle.tar
- a solution of 8 puzzle problem using AI
8_puzzle_solver_2009_10
- AI(人工智能)课程的作业,要求用java语言 随即生成8迷宫问题,然后用dfs解决,请大家参考-AI (Artificial Intelligence) program demands of their workers using java language then generate the eight maze problems, and then use dfs resolved, please refer to the
Puzzzle_8
- AI 8-Puzzle game program code
AI
- this my sample code : code of eight numbered puzzle
AI
- 一个益智类小游戏,可以通过这个程序学习一些循环算法-A Puzzle game, you can loop through this program to learn some algorithms
AI
- 八数码求解问题,八数码问题是人工智能经典难题之一。 主要运用A*算法求解,代码完整,清晰-eight puzzle
eight-puzzle
- 人工智能八数码的A*算法实现。 编译运行说明: 1.若编译成功却不能运行,请修改工程的设置 (Project\Setttings\Debug子项) 2.改变程序中MaxItem的值(本程序中MaxItem等于3) 和相关的输入用对话框,则可以计算MaxItem*MaxItem-1 数码问题-AI A* Eight digital algorithm. Compile and run: 1. If the compiler can not run successfully,
AI-Eight-digital-problem-
- 使用java开发的人工智能八数码问题 以及说明文档-The development of artificial intelligence using java Eight Puzzle Problem
PUZZLE
- Pour amuser mes petits enfants, j ai créé ce jeu de puzzle en PHP (sans base de données) Il suffit de déposer les images que vous voulez dans le répertoire /images Nota : ce répertoire doit aussi contenir l image PuzzleAccueil.jpg Ces im
Jigsaw-Puzzle
- 八皇后 通过AI寻找各种实现八皇后的解 最终打印出各种结果-Eight Queens AI to find the final solution to the eight queens print out results
AI-Lab1
- Cryptarithmetic puzzle (additions only) solver.
AI
- 对于拼图问题的基于java的A*算法实现。状态空间图中的节点用一个Node对象表示,图中出现的节点(包括已扩展的和未扩展的)存放在一个list(ArrayList的一个对象)中,A*算法运行完毕后,最优路径上的节点存放在pathArray(ArrayList的一个对象)中。程序维护两个变量head和tail,在list中两者之间的节点表示open表中的未扩展节点,list中head之前的属于closed表中的已扩展节点。-Puzzle java-based A* algorithm. State
8-puzzle-v2
- AI 8 puzzle solver: version 2 of 9 block 8 puzzle solver
astart8puzzle
- A-Start Alogirthm 8 puzzle CODE in RAR file