搜索资源列表
wuziqibyght
- Borland C++编程 五子棋的小游戏 里边有编译的结构 学习人工智能所作 使用了分枝算法-Borland C programming renju the game inside a small structure study compiled by the use of artificial intelligence algorithms Mycobacterium
five436
- 本代码是一个完整的小游戏,界面美观,其中的人工智能算法也很值得参考学习. -the code is a complete mini-games, beautiful interface, artificial intelligence algorithms which are worth learning.
AI_wuziqi
- 妙手连珠五子棋人工智能源代码,使用A*算法编的:)-good blend of witty renju artificial intelligence source, the use of A * algorithm series :)
cclinux
- 用SDL写的中国象棋程序,人工智能算法来源于陈成涛先生的mantisChess。 昨天中午在cosoft上偶然发现了陈成涛先生的中国象棋程序,Down下来以后发现只有Windows版,打开源代码,发现是用Win32 SDK写的(呵呵,以前学这东西可花了我不少时间,现在终于派上用场了),于是我决定把它移植到Linux下来,花了一个下午和一个早上终于搞定了。 不过程序退出的时候会出现一个错误,现在还没找到问题所在,而且程序的界面也比较难看,大家先凑合着用吧!等我以后有时间了再改。昨天已经被我们项目组
wuziqi_src
- 五子棋程序及源程序 开发工具:VC++6.0 和 MFC 不错的小游戏,具有较好的人工智能算法。
poker
- 用MFC实现的纸牌游戏,包括红心大战和斗地主两个游戏,为人机对弈,有人工智能算法-MFC to achieve card games, including Hearts and Doudi Zhu, for man-machine chess, there are artificial intelligence algorithms
five_chess.tar
- qt编写的五子棋游戏,具有一定的人工智能算法!-qt write 331 games, with some artificial intelligence algorithms!
WZQSource
- Java版本网络五子棋。 可以实现人机对弈,人与人之间对弈。涉及Java网络通信,人工智能算法等。-Java
wzq
- 本代码是一个完整的小游戏,界面美观,其中的人工智能算法也很值得参考学习. 魔法师传奇源代码-The code is a complete game, interface aesthetics, artificial intelligence algorithm which is also very worthy of study and reference. Sorcerer legendary source code
WuZiQi
- 使用Eclipse实现五子棋小程序,应用人工智能算法-Backgammon using Eclipse to achieve a small program, application of artificial intelligence algorithms
PowerEasy_SiteFactory_eShop_1.2.0.0
- 人工智能下的五子棋程序,它实现了五子棋的人机对战,主要采用了人工智能里面的BP神经网络算法。-Backgammon under artificial intelligence program that implements the backgammon play against man-machine, mainly used inside the BP artificial neural network algorithm.
cardgame
- 实现了拱猪游戏的人工智能算法,包含可执行程序-Chase the Pig game implements artificial intelligence algorithms, including the executable
chess
- 中国象棋源代码 1, 画面精美,是学习GUI编程的很好参考资料 2, 实现了人机对弈,涉及人工智能算法 3, 有MFC及win32两个版本,适用各种Programmer-Chinese chess source code 1, the window fine is good to learn GUI programming reference 2, to achieve a human-computer chess, artificial intelligence algor
TicTacToe
- 用JAVA实现井字棋,阐释人工智能算法的应用-Tic-Tac-chess with JAVA implementation, explain the application of artificial intelligence algorithms
Othello
- 经典的黑白棋游戏,其中设计并实现了多种黑白棋的人工智能算法,其中使用了BP神经网、决策树、优化启发搜索剪枝等算法。并实现了多种算法对战平台,进行算法间的对弈和比分统计,以供进一步研究黑白棋算法。其中,该系统中的高智能算法已经在同类黑白棋软件的棋力中占上游水平。-Classic black and white chess game, in which artificial intelligence algorithm of many kinds of Othello was proposed an
five-in-a-row
- 五子棋游戏,实现人人对战,和人工智能算法,即实现人和电脑对战,采用C实现-Backgammon games, all Battle, and artificial intelligence algorithms, and play against the computer, using C to achieve
reversi
- 一款黑白棋游戏软件主要分为界面开发、存储结构、规则设计、人工智能算法设计等四大模块。用α-β剪枝算法实现,MFC界面-Reversi game software is divided into four modules interface development, storage structures, rules, design, artificial intelligence algorithm design. With α-β pruning algorithm, MFC interfa
15数码程序
- 基于A*搜寻算法求解十五数码问题。程序已经预先初始化了一个十五数码棋盘。(Solving 15 digital problems based on A* search algorithm.The program has already pre initialized a fifteen digital chessboard.)
A星算法求解八数码问题(20180320125952)
- A星算法求解八数码问题, 人工智能作業2(A star algorithm to solve eight digital problems, artificial intelligence operation 2)
五子棋人工智能搜索算法源代码
- 人工智能搜索算法五子棋采用α-β搜索算法,其力强,算法速度快,是目前公开源代码最强的五子棋程序,含VCF算法,编程语言VC。