搜索资源列表
SuperFive
- 人机对下五子棋。。 博翌算法。。 算法有点简单-plane for the next 331. . Bo Yi algorithm. . A bit simple algorithm. .
hrd_src
- 此版本的华容道仅是个VC++语言的演示版,只是为了演示 一种思路,所以没有增加任何的功能。本游戏图象也是从 同类FLASH游戏中剪出,可惜它的出处网页已经不可访问了. 由于华容道每角色同一时刻可能有不同方向的选择,增加了 判断难度。本游戏主要演示单键无选择控制华容道的模拟 智能处理过程。当然这很简单,谈不上真正的智能。 如果对AI类兴趣的话,可以到 http://chess.withu.com 和计算机下一盘,欢迎交流探讨该类AI算法。 本游戏还存在一些BU
迷宫_xiaohui
- 迷宫求解经典游戏,采用TC制作,算法简单,功能简单,-classic games, TC produced using a simple algorithm, and features simple, thank you
20041122
- 一个俄罗斯方块游戏(短小精悍),用了一种非常简洁的算法进行设计,如需请下载参考源码。-a Tetris games (short and pithy), with a very simple algorithm for the design, For download information source.
ERS
- 俄罗斯方块小游戏,用C语言实现,算法比较简单,可代初学者学习。-small game Tetris using C language, the algorithm is relatively simple, to be able to beginners learning.
AIGreedSnake
- 本程序是我放假时写的一个贪吃蛇,电脑有AI,不过很可惜AI智能不高。不过我现在认为自己的代码已经比当年有所提高,对文件的组织,对一些简单模式的运用,包括基本的格式注释等都有很大进步。我想对于一些初学者还是有参看的价值。AIStrategyLevelB.java这个文件就是用来扩展实现更高AI的算法的,我虽然有些思路,未能实现,希望有想法的和我交流,qq是9468387,邮箱是cookie1984717cookie@yahoo.com.cn(不好意思,长了点的,呵呵) 在eclipse,jdk
jiugonggepintu
- 九宫格拼图的基本算法程序,简单的mfc窗口设计,可以进行基本的游戏规则-The basic algorithm Style Box puzzle, simple mfc window design, the basic rules of the game can be
2
- 生成数独的算法,比较简单,可以参考一下,具体代码看文件说明-Sudoku generating algorithm is relatively simple, you can refer to specific code to read the papers note
txz
- 一个很简单的推箱子的小游戏,算法很好,值得一看。-A very simple game of Sokoban, the algorithm very well worth a visit.
tanchishe
- 贪吃蛇的VC实现 蛮简单的算法,不过写的时候还是很好-Snake' s VC realize quite simple algorithm, but still a good time to write
ThreeSimpleAppletSudoku
- 三个简单的数独小程序,它们分别用了不同的算法,对于想了解简单数独的求解问题的人来说是挺有帮助的-Sudoku three simple applets, they were a different algorithm, would like to know about Sudoku solving simple problems is quite helpful
saolei
- 代码简陋,但为原创,基本搞定了扫雷算法。此乃处女上传,我又是极品菜鸟,管理员,考虑一下我这只 rookie 得心情,让我下载吧-Simple code, but for the original, the basic algorithm to get the mine. From this is a virgin, I was the best rookie, the administrator will consider my feelings have only rookie, let me
Sudoku
- 数独游戏。可以自由创建并保存新的开局。带有简单的自动求解算法。-A Sudoku game whith can easily create and save a custom game.It has a simple automatic solving algorithm build-in.
javaLLK
- java版连连看,挺好玩的,可简单学习算法和一些UI的东西,是初级学习的好东西-java version Lianliankan, quite good fun, can be a simple learning algorithm and some UI things, is a good thing to learn in primary
java
- java 课程设计五子棋游戏 (1) 实现具有图形用户界面的五子棋游戏,界面美观。 (2) 可以实现人-人对战或者简单算法的人-机对战。-java course design welcome to play (1) implementation with a graphical user interface welcome to play beautiful interface. (2) can be achieving- Skirmish or a simple algorithm
1
- 解数独,采用了回溯法,效率不是很高,但是算法很简洁-Means it alone, using a retrospective method, efficiency is not high, but the algorithm is very simple. . .
Snake_App
- 又一个贪吃蛇i游戏的源码,虽然每一款贪吃蛇的玩法都相同,但是编程的算法却不同,本贪吃蛇有要是应用到VC++的循环队列和简单链表原理实现的,用键盘上的W/A/S/D键分别控制蛇身移动,越接越长,在游戏开始前,蛇身、食物数量可以自己设置-I also a Snake game source code, even though each of the games are played are the same as a Snake, but the programming algorithm is d
201032311346530
- 比较实用的五子棋游戏,算法简单,直观.可直接在VB上调试,第一次进贵网站,算是见面礼. -The backgammon game is more practical method is simple and intuitive. Debug directly in VB, for the first time into your site, be greeting gift.
Sodoku
- 数独游戏的通用算法。摘要: 1 数独是一种数学智力拼图游戏,玩法逻辑简单,但解法千变万化。 2 数独解法全是由规则衍生出来的,基本解法分为两类思路,一类为排除法,一类为唯一法。更复杂的解法,最终也会归结到这两大类中。 3 算法的数据结构,基本思想及成果演示 成功计算出了数独题目的结果,并保持了很快的速度.该算法可以解决所有的数独游戏题目,为一种高效率的通用算法. 4 算法有更广阔的改进空间 -Sudoku generic algorithm. Abstract: a nu
Test
- 用MFC对话框编写的迷宫程序,算法简洁、清晰 提供给些编写游戏的学者们做参考-Written with the MFC dialog box maze procedure, algorithm is simple, clear writing games available to some scholars a reference