python Pygame alpha-beta剪枝算法 玩中国象棋 相当于入门水平
1
阿尔法贝塔剪枝算法五子棋,人工智能课程,Java代码,可直接运行
1
人工智能课程设计,基于α-β剪枝算法的井字棋,可实现人人对战,人机对战,随机先后手
2021-03-01 17:04:53 161.94MB 人工智能 α-β剪枝算法 井字棋
1
人工智能小项目,2048棋盘游戏,Alpha-beta剪枝算法, Expectimax搜索 。 人工智能的课程作业,非常简单易懂,纯Javascript实现,运用Alpha-beta剪枝算法
1
使用C++编写的五子棋程序,算法用的是alpha-beta剪枝,用MFC的框架
2020-01-11 03:05:15 50KB 五子棋 C++ alpha beta
1
======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : fir ======================================================================== AppWizard has created this fir application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your fir application. fir.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. fir.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CFirApp application class. fir.cpp This is the main application source file that contains the application class CFirApp. fir.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. fir.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. res\fir.ico This is an icon file, which is used as the application's icon. This icon is included by the main resource file fir.rc. res\fir.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file. ///////////////////////////////////////////////////////////////////////////// For the main frame window: MainFrm.h,
2020-01-03 11:26:37 6.57MB 人工智能 alpha-beta 剪枝法 五子棋
1
黑白棋mfc实现采用alpha-beta剪枝算法
2019-12-25 11:15:49 5.27MB 黑白棋 mfc
1
详细解析α-β剪枝算法过程,并且对原理进行了详细的说明。在最后用matlab代码实践了这个算法在五子棋中的应用。并且特别点名了该算法中容易犯错的地方。
2019-12-22 03:02:12 2.33MB αβ剪枝算法
1
阿尔法贝塔剪枝算法五子棋
2019-12-21 21:46:51 43.41MB 阿尔法贝塔剪 α-β剪枝 五子棋
1
该程序运用剪枝算法完成了五子棋游戏,程序完整清晰,还附有详细的实验报告和可执行程序
2019-12-21 20:18:42 289KB 剪枝算法
1