搜索资源列表
五子棋游戏的源代码
- Visual C开发的五子棋游戏的源代码,有AI智能算法代码,-renju game's source code
电院五子棋(PLAEEI)
- 一款自主开发的五子棋程序,乃无禁手算法,为本人参加校挑战杯的作品,获三等奖。该程序棋力强劲,在QQ中的战绩目前为: 积分:43 赢:44 输:27 平:2 胜率:60% 曾和网上四五款无禁手的五子棋程序对弈,十盘中一般能胜七八盘!先手基本没负过! 采用了递归算法预测下一步,不过由于是为了应付学校的挑战杯,代码写的不是很规范,递归算法也不完美,之后由于学习时间很紧张,也没时间改进,今天把源代码公布出来,和大家一起学习探讨!大家可以自由使用我的代码,不过有点要求是,如果有人对程序中
象棋游戏源代码
- WIN32SDK版本的象棋源代码,比一般的象棋代码算法更复杂,执行速度更快,更聪明-WIN32SDK version of the source code chess, chess than the general algorithm code more complicated, faster, smarter
汉诺塔游戏代码 v1.0
- 一个不用多说的游戏,是用递归算法思想的游戏,汉诺塔游戏,鼠标就拖动就可以玩。-one of the game is the use of recursive algorithm thinking of the game, HANOR games, a mouse drag it on and play.
挖雷原代码
- 一个挖雷的小程序,为了以后改方便,我把整个算法写成的一个类,用类中的方法去设置雷的数据结构,成功就抛出异常,呵呵。-mine dug a small procedure, in order to facilitate future change, I put the whole algorithm written in a category, use category approach to the minefield of data structure, the success of the
VBKing
- 这是我的课程设计报告,本来是用VB设计一个界面出来,里面包含多种小游戏的,可惜删了,只剩下一份报告,里面包含了各个小游戏的程序算法代码:回溯法求解皇后问题、冒泡法的算法描述、快速排序法、二叉排序树(这里用C语言描述)、顺序查找算法、二分法查找、二叉排序树查找(这里用C语言描述)-This is my course design, originally designed with VB is an interface, and which contains a variety of small g
8shumayouxi
- 常用搜索算法原代码 (8数码游戏) \".\\Release\\DialogInput.obj\" \".\\Release\\DlgDepth.obj\" \".\\Release\\DlgWait.obj\" \".\\Release\\JiuG.obj\" \".\\Release\\Jiugong.obj\" \".\\Release\\JiugongDlg.obj\" \".\\Release\\StdAfx.obj\" \".\\Release\\Ji
five436
- 本代码是一个完整的小游戏,界面美观,其中的人工智能算法也很值得参考学习. -the code is a complete mini-games, beautiful interface, artificial intelligence algorithms which are worth learning.
JavaSwing_lianliankan
- Java Swing 版的连连看,适合刚入门的朋友学习,里面包含了一些算法,布局,通过阅读代码你或许有很大的收获。-Java Swing version of the 1000 block of Terry Avenue, suitable for beginners friends learning, which contains a number of algorithms, layout, read code you may have achieved a lot.
bandw
- 本代码是常用的搜索算法,应用于黑白棋游戏当中。用visual c++开发-the code is commonly used search algorithm, which used the game reversi. C using visual development
javas五子棋源程序代码
- 五子棋程序 自己用javascr ipt编了个五子棋算法,问题多多,谁能按照我的思路给出修改算法吗?谢谢了(源代码如下:)-331 procedures own use javascr ipt Bianlegan renju algorithm, a lot of problems, who can with my line of thought is given to amend the algorithm? Thank you, the (source code as follows :)
TexasHoldemRecognizer
- 德州扑克核心算法代码,自动区分最大组合,需要的自取-Poker core algorithm code, the maximum combination of automatic distinction between the need of self-created
aug03
- 国外游戏开发者杂志2002年第八期配套代码,包含了Jon Blow的打包和开包的算法代码--Code of game development magazine in 2002 eighth issue, including algorithm code of Jon Blow`s packing and opening packet
oct98
- 国外游戏开发者杂志1998年第十期配套代码,包含Swen Vincke的遗传学算法代码--Code of game development magazine in 1998 the tenth issue, contains Swen Vincke`s genetics algorithm
Mywuziqi
- 自己做的五子棋代码,算法是自己想的,运行的还可以,是自己下棋,较简单,供初学者参考-Gobang do their own code, the algorithm is its own, and can also be run is itself a game of chess, representing a simple reference for beginners
console
- 象棋马的哈密顿回路算法代码,分治递归的方法。当m n<24时结果正确。这是重新上传,上一次工程中疏漏没有包含源码。-Hamilton horse chess circuit algorithm code, recursive partition method. When mn < 24 hours was correct. This is a re-upload, the last project oversight does not include source code.
5pingtu
- 5阶拼图算法, 代码是用JAVA来写的有什么错误的地方请包涵-5-order puzzle algorithm
lianliankan
- 连连看的搜索算法代码,附带界面,适合于熟悉A*搜索算法的使用-the search A* algorithm,with GUI interface, is good for studying A* algorithm.
javas五子棋源程序代码
- 五子棋程序 自己用javascr ipt编了个五子棋算法,问题多多,谁能按照我的思路给出修改算法吗?谢谢了(源代码如下:)-331 procedures own use javascr ipt Bianlegan renju algorithm, a lot of problems, who can with my line of thought is given to amend the algorithm? Thank you, the (source code as follows :)
黑白棋代码
- 黑白棋C++代码,写了一些简单的AI,(随机落子、一步贪心算法、二步贪心算法)