搜索资源列表
hrd_src
- 此版本的华容道仅是个VC++语言的演示版,只是为了演示 一种思路,所以没有增加任何的功能。本游戏图象也是从 同类FLASH游戏中剪出,可惜它的出处网页已经不可访问了. 由于华容道每角色同一时刻可能有不同方向的选择,增加了 判断难度。本游戏主要演示单键无选择控制华容道的模拟 智能处理过程。当然这很简单,谈不上真正的智能。 如果对AI类兴趣的话,可以到 http://chess.withu.com 和计算机下一盘,欢迎交流探讨该类AI算法。 本游戏还存在一些BU
AIGreedSnake
- 本程序是我放假时写的一个贪吃蛇,电脑有AI,不过很可惜AI智能不高。不过我现在认为自己的代码已经比当年有所提高,对文件的组织,对一些简单模式的运用,包括基本的格式注释等都有很大进步。我想对于一些初学者还是有参看的价值。AIStrategyLevelB.java这个文件就是用来扩展实现更高AI的算法的,我虽然有些思路,未能实现,希望有想法的和我交流,qq是9468387,邮箱是cookie1984717cookie@yahoo.com.cn(不好意思,长了点的,呵呵) 在eclipse,jdk
YellowDemo
- 这是用c++语言编写的在SCST仿真平台机器人足球赛一个比赛队提交的结果. 其中有一些人工智能的算法 值得一看.-This is the language used c SCST in robot soccer simulation platform for the team to a result. There are some interesting sites in artificial intelligence algorithms.
CatCatchRat.rar
- 实际上这是VC.NET的源代码,因为在VC++6.0下不能编译,因此编译本程序您需要安装vs2005及以上版本。 本游戏主要是侧重算法和动画生成方面的知识与技能,通过游戏我们一般都能学到很多东西,有空闲的时候值得一看。,In fact, this is the source code VC.NET because in VC++6.0 can not be compiled, the compiler of the procedures you need to install vs200
SUDOKU
- 自己开发的数独游戏教学程序,实现了当前主流的数独求解算法。一方面可以进行游戏,更重要的是在每一步自动提示后都会讲解相关的解题算法,便于学习数独。-Self-developed Sudoku games teaching program, to achieve the current mainstream sudoku algorithm. On the one hand you can play games, but more importantly is that in each step w
turboc
- 我主要想得到软件算法的源代码,然后把它移植到ARM7(嵌入式)系统上,根据自己所用的LCD屏,调用GUI(图形界面函数)进行显示。我想肯定非常有趣! -I want the source code of software algorithms, and then transplant it to the ARM7 (embedded) systems, used in accordance with their own LCD screen, call the GUI (graphical
Sodoku
- 数独游戏的通用算法。摘要: 1 数独是一种数学智力拼图游戏,玩法逻辑简单,但解法千变万化。 2 数独解法全是由规则衍生出来的,基本解法分为两类思路,一类为排除法,一类为唯一法。更复杂的解法,最终也会归结到这两大类中。 3 算法的数据结构,基本思想及成果演示 成功计算出了数独题目的结果,并保持了很快的速度.该算法可以解决所有的数独游戏题目,为一种高效率的通用算法. 4 算法有更广阔的改进空间 -Sudoku generic algorithm. Abstract: a nu
RussianSquare
- 在VS2008下用MFC完成了俄罗斯方块的AI算法,也可以手动玩游戏。AI的搜索深度可以设置,可以作为人工智能等课程的大作业程序。-Complete with MFC in VS2008 under a Tetris AI algorithms, you can manually play the game. AI search depth can be set, such as artificial intelligence courses of operating procedures.
chap-1
- 编程之美中有关游戏的内容, 包括连连看游戏设计,中国象棋将帅问题,NIM“拈”游戏分析 三个重要的算法详细讲解,对于想要提高自己算法水平的人群,非常必须-Programming in the beauty of the game, including Lianliankan game design, Chinese chess generals problem, NIM " twist" game analysis to explain three important algo
stu060149
- 高中学生算法课程作品,一个简单的下棋游戏,看看我们的学生如何实现的。在高中信息技术算法课程教学中很有借鉴意义-High school students algorithms course work, a simple chess game, have a look our students how to achieve. In senior high school information technology curriculum teaching algorithm has very much
MyRussiaSquare00
- 这是用Microsoft visual c++6.0编写的一款小巧的小游戏——俄罗斯方块,里面有高效的算法和数据结构设计-This is written in Microsoft visual c++6.0 a small game- Tetris, there are efficient algorithms and data structures
C_lianliankan
- 用C写的一款连连看小游戏,有代码有注释,很利于研究连连看的算法,以及新手学习C语言程序的编写。-A the Lianliankan small game written in C code annotated, it is conducive to the study lianliankan algorithms, as well as novice learning C language program.
tanchishe
- 一个在控制台实现贪吃蛇游戏的小程序,基本的算法都有注释,跟大家分享一下-Snake game in the console to achieve a small program, the basic algorithms have comments to share with you
saoleijava
- 一个扫雷游戏的代码,算法什么的都写在同一个文件中-Code a minesweeper game, and what algorithms are written in the same. Java in