搜索资源列表
rfid修剪枝二进制搜索算法
- rfid修剪枝二进制搜索算法,不是很完善,希望大家能更加完善它
基于MFC界面的人机对战五子棋
- 用C++语言编写,界面使用mfc编写,应用α-β剪枝算法实现的人机对战五子棋
Alpha_Beta剪枝算法
- C++实现了Alpha_Beta剪枝算法,对于给定的Alpha_Beta博弈树,使用Alpha_Beta剪枝算法对其进行剪枝,输出剪掉的结点。
tsp的剪枝算法
- 通过“剪枝”算法并用数组的方式在O(n)时间内给出结果。 利用叶子数目的单调递减性和巧妙的方式灵活在数组中存储修改信息,用简单快速的方法实现复杂的操作,以数组的形式实现了链表的功能,如快速访问相邻岛等。避免了重复访问,增加效率。
α-β剪枝
- α-β剪枝
FiveChessGame
- 用MFC做界面基于α-β剪枝算法的五子棋程序。-To do with the MFC interface α-β pruning algorithm based on the backgammon program.
wzq
- 五子棋的游戏,用剪枝来实现,有多种选择搜索的深度和算法-Gobang the game, with pruning to achieve, there are a variety of choices and depth of search algorithms
alpha-beta
- 本程序实现人机对弈功能,提供了难度设置,记分等功能。使用Alpha-Beta剪枝算法,使电脑可以搜索到最佳走法。-alpha beta
alphabeta
- 用VC实现的,用C++写的三字棋小游戏,其中采用的是αβ剪枝算法,可以运行。-VC with the implementation, using C++ to write the words chess game, which are used αβ pruning algorithm can run.
yiziqi
- α-β剪枝实现的一字棋,实现算法.α-β剪枝-α-β pruning to achieve the word game, the realization of algorithm. α-β pruning
abcut
- 完成了α-β剪枝的功能,从文件中读入每个结点的极大极小值以及各个父子结点的关系,然后进行剪枝,输出被剪枝结点的信息-Completion of the α-β pruning function, read from the file of each node as well as the minimax value of each node of the relationship between father and son, and then proceed to cut output by
Othello_061221006
- 一个JAVA的黑白棋实现,拥有较强大的人工智能,实现Alpha,Beta剪枝以及相应的改进算法。-a application of othello with strong AI level ,using the Alpha,Beta algorithm
FiveChess1.5
- 这是一款智能五子棋游戏,可以用剪枝算法和进行了优化-This is a smart chess game, you can use pruning algorithms and optimized
alpha-beta
- 五子棋java源码采用alpha—beta剪枝算法具有悔棋,可选择禁手,支持人机对战,人人对战,先手选择等功能-Gobang java source code by alpha- beta pruning algorithm with undo, choose cut hand, support man-machine to war, everyone of warfare, offensive selection function
Decision_making_tree
- 机器学习课本中的未剪枝决策树代码实现,可以直接运行,自行根据书中(西瓜书)表进行建表,输出结果为层次遍历。(Machine learning textbooks do not prune decision tree code, you can run directly, according to the book (watermelon book) table built table, the output results for the hierarchical traversal.)
程序
- 无模式LINGO优化程序: 小规格优化程序(含剩余材料) 中规格优化程序 大规格优化程序 Matlab程序所有输出模式的程序: 小、中、大规格格的模式生成与输出.(剪枝枚举) 自动实现对三种模式的剪枝枚举 采用组合方式对小规格的所有模式输出。 从710930种模式种选取1/8。 LINGO解的验证与格式输出. 模式化后的LINGO优化程序 小规格有剩余材料的优化程序 小、中、大规格按模式的优化程序(Modeless LINGO optimizer: Small size op
chess
- 利用极大极小算法及 a-b 剪枝策略实现3X3一字棋下棋程序,人工智能课本上的算法实现(This is a simple chess program that use Minimax algorithm and AB Prune strategy .)
奇偶剪枝
- 自己整理的关于奇偶剪枝的资料,在DFS或者BFS都非常有用(The data that you have arranged about the odd and even pruning is very useful in DFS or BFS)
一字棋
- java实现极大极小算法和 -剪枝实现一字棋(Java implementation of minimax algorithm and pruning realization of a word chess)
Caffe-Python-Tutorial-master
- 深度学习下的卷积神经网络 剪枝算法 CNN(Deep learning Prune for CNN Deep learning Prune for CNN)