Welcome![Sign In][Sign Up]
Location:
Search - 人机博弈

Search list

[Develop ToolsPC由喜编程(人机博弈)

Description: PC游戏编程(人机博弈) 国内少有的人机博弈的书-PC game programming (man-machine game) domestic plane Game rare books
Platform: | Size: 1526759 | Author: 梁勇 | Hits:

[Game ProgramPC游戏编程(人机博弈)

Description: PC游戏编程(人机博弈).-PC game programming (man-machine game).
Platform: | Size: 1663280 | Author: 张科 | Hits:

[SourceCode附带人机博弈的中国象棋源码

Description: 附带人机博弈的中国象棋源码
Platform: | Size: 142091 | Author: zzh_bhb | Hits:

[Chess Poker games3D-QUAD

Description: 是一款3D的类似五子棋游戏,主要实现了人机博弈的各种算法,并用鬼火引擎(Irrlicht)渲染3D效果
Platform: | Size: 6178628 | Author: nankaifl | Hits:

[Documents王小春PC人机博弈

Description: 详细介绍了人机博弈的方法.(象棋,五子棋)
Platform: | Size: 2257231 | Author: xhswpz@tom.com | Hits:

[SourceCode人机博弈

Description: 游戏搜索方法,人工智能,人机对战
Platform: | Size: 5429543 | Author: suixn_wei | Hits:

[BooksPC由喜编程(人机博弈)

Description: PC游戏编程(人机博弈) 国内少有的人机博弈的书-PC game programming (man-machine game) domestic plane Game rare books
Platform: | Size: 1526784 | Author: 梁勇 | Hits:

[Game ProgramPC游戏编程(人机博弈)

Description: PC游戏编程(人机博弈).-PC game programming (man-machine game).
Platform: | Size: 1662976 | Author: 张科 | Hits:

[Windows DevelopPCboyi

Description: 一本关于人机博弈的书,关于象棋和五子棋,详细介绍其算法-one of the man-machine game, the book on chess and 331, detailing its algorithm
Platform: | Size: 1625088 | Author: lly | Hits:

[Chess Poker gamesrenjiboyi

Description: 人机博弈电子书籍,附有源代码。具有人工智能-plane electronic books, available in source code. Intelligent
Platform: | Size: 1526784 | Author: 罗愈 | Hits:

[Chess Poker gameswuziqi_game

Description: 五子棋游戏,人机博弈游戏,通过棋盘内位置坐标走子-Gobang game, man-machine game play, through the board within the sub-location coordinates follow
Platform: | Size: 871424 | Author: jinpengli | Hits:

[Windows DevelopTEST

Description: 苏腊卡塔尔棋 本软件是基于Windows操作系统下运行的苏腊卡塔尔棋博弈软件,可独立运行,具有人机博弈、人人对战等博弈方式。启动游戏后可进入如图1所示的人机交互界面。 这时用户可以通过右上角的按钮选择对战方式。若选择“人机对战”则玩家与计算机进行博弈,若选择“人人对战”则可进行两名玩家之间的博弈。由于编写软件的目的主要是为了实现苏腊卡塔尔棋博弈系统的机器博弈,因此软件应默认为“人机对战”模式。 考虑到苏腊卡塔尔棋的普及程度较低,用户大多对规则不太熟悉。为此在界面上需要为用户提供必要的规则信息。用户可以点击“规则信息”按钮进行规则确认。这时会弹出Word程序打开本软件的Readme.doc,里面有苏腊卡塔尔棋的行走规则、吃子规则与胜负判断等等详细的规则信息的介绍。 -Qatar Chess Surabaya This software is based on the Windows operating system running under Surabaya Qatar Chess Game software can be run independently, with man-machine game, everybody play the game the way and so on. After the Games start as shown in Figure 1 can enter the human-computer interaction interface. Then the user can select button the upper right corner of the way the war. If you selected the "war machine" is a computer game player and, if you choose "all war" can be carried out of the game between two players. Because the main purpose of writing software in order to achieve the Soviet Union are the Prince of Qatar chess game game machine system, so software should default to "man-machine war" mode. So the Prince of Qatar, taking into account the popularity of chess less, users are mostly not very familiar with the rules. To this end at the interface required to provide users with information necessary rules. Users can click on the "rules of information" button to confirm
Platform: | Size: 3627008 | Author: tsl | Hits:

[VC/MFCrenjiboyiC

Description: 中国象棋人机博弈的书籍!PC游戏编程.安装程序!-Human-Computer Chinese Chess game books! PC Game Programming. Installer!
Platform: | Size: 13775872 | Author: 大拇哥 | Hits:

[Software EngineeringGAME

Description: PC 游戏编程(人机博弈),包含大量源代码以及算法,很不错的资料。-PC Game Programming (Game machine), contains a large amount of source code and algorithms, very good information.
Platform: | Size: 3901440 | Author: zl | Hits:

[Windows DevelopPC_GAME

Description: 有关于人机博弈的介绍,内容丰富易懂,但需要有编程基础,语言不限-game
Platform: | Size: 1527808 | Author: 朱飞 | Hits:

[Othersuanfa

Description: A~*算法估价函数的特性分析,很不错的一篇论文,适用于人机博弈-A ~* algorithm for the characteristics of cost function analysis, a paper is very good for human-computer game
Platform: | Size: 156672 | Author: ghd | Hits:

[Chess Poker gamesSourceCode

Description: 中国象棋 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEngine类:fail-softalpha-beta搜索引擎. 7.CHistoryHeuristic类:历史启发类. 8.CAlphabeta_HHEngine类:带历史启发的Alpha-Beta搜索引擎. 9.CAspirationSearch类:渴望搜索引擎. 10.CIDAlphabetaEngine类:迭代深化搜索引擎. 11.CMTD_fEngine类:MTD(f)搜索引擎. 12.CTranspositionTable类:置换表. 13.CAlphaBeta_TTEngine类:加置换表的Alpha-Beta搜索引擎. 14.CPVS_Engine类:极小窗口搜索引擎. 15.CNegaScout_TT_HH类:使用了置换表和历史启发的NegaScout搜索引擎. 本程序还具有悔棋,还原功能,还可以记录走法. 注:本程序编写时参考了王小春的<<PC游戏编程(人机博弈)>>,他的书真是好.-Chinese chess game machine procedure I used a variety of search algorithm. The following are the major types of procedures that:
Platform: | Size: 150528 | Author: ccg | Hits:

[Game ProgramPC 游戏编程(人机博弈)(pdf 格式)

Description: 中国象棋、五子棋人机博弈,虽然是十几年前的书,但仍有一定的参考价值(Chinese chess and gobang man-machine game, although it is a book more than ten years ago, still has certain reference value)
Platform: | Size: 3901440 | Author: hoaiso | Hits:

[Game ProgramPC游戏编程.人机博弈

Description: 了解电脑编程原理,人机博弈的基本方法,掌握基本算法。(Understand the principles of computer programming, the basic method of man-machine game, master the basic algorithm.)
Platform: | Size: 8854528 | Author: paim | Hits:

[Game ProgramPC游戏编程(人机博弈)

Description: 系统分析了人机博弈在pc机上的实现方法以及算法的改进与算法的分析。(This paper analyzes the realization method and algorithm improvement and algorithm analysis of PC on PC.)
Platform: | Size: 2630656 | Author: 有人@我 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net