-
五子棋java
基本算法:
采用博弈比较常用的策略。
计算机下子前,分别对玩家和电脑棋型进行评估,然后根据棋型对每一位置打分(玩家和电脑在同一点的分数不同),比如活三100分,冲四1000分等,然后根据每个落子点分数进行选择。采用极大极小值策略,进行多步计算。(Basic algorithm:
The game strategy is commonly used.
Before computer playing, players and computer chess models are evaluated separately, and then each position is scored according to the chess pattern (players and computers have different scores at the same point), such as live three hundred points, go four thousand points, and then choose according to the score of each falling point. Multi-step calculation is carried out by using the minimax strategy.)
- 2020-06-17 17:00:02下载
- 积分:1
-
RecyclerViewItemAnimators-master
android控件RecyclerView可代替传统的listview,gridview等,仅供参考(The Android control RecyclerView can replace traditional ListView, gridview, etc. for reference only)
- 2018-09-10 14:52:18下载
- 积分:1
-
汉字处理的技术,你想知道吗?来
汉字处理的技术,你想知道吗?来-Chinese character processing technology, you want to know what to
- 2022-07-07 07:18:18下载
- 积分:1
-
本软件为绿色软件,解压缩后可以直接运行,特别方便存于闪存中,使用时可直接点击node.exe打开。 备份资料只需要备份data目录,软件升级只需要升级web目录...
本软件为绿色软件,解压缩后可以直接运行,特别方便存于闪存中,使用时可直接点击node.exe打开。 备份资料只需要备份data目录,软件升级只需要升级web目录。-software for the green software solutions can be compressed to run, especially convenient stored in flash memory, the use of direct hits node.exe open. Only backup data backup data directory, software updates only need to upgrade the web.
- 2022-08-07 12:45:17下载
- 积分:1
-
FaceID_java_demo
汉王人脸通FaceID JAVA SDK开发包示例程序源代码,包含通用语言版本。(Hanvon FaceID SDK, JAVA DEMO source code included.)
- 2020-06-16 20:40:02下载
- 积分:1
-
android Serializeable与Parcelable 数据对象传递例子源码下载
android Serializeable与Parcelable 数据对象传递例子源码下载
- 2015-05-20下载
- 积分:1
-
使用java语言开发的数据库连接池程序,每部都没有详细的功能说明。...
使用java语言开发的数据库连接池程序,每部都没有详细的功能说明。
-Language development using java database connection pool procedures, each of the functions do not explain in detail.
- 2022-03-06 16:42:23下载
- 积分:1
-
can use the source code Institute document uploads just downloaded in other foru...
可以用这些源代码学会文件的上传,刚在别的论坛下载的工大家分享了,很简单的一看就会。-can use the source code Institute document uploads just downloaded in other forums to share the work. very simple one will do.
- 2022-03-23 10:10:54下载
- 积分:1
-
CodeSigner
CodeSigner implements Serializable Source Code for Andriod.
- 2014-01-13 12:18:58下载
- 积分:1
-
tree
判断二叉树是否是完全二叉树,求二叉树宽度1:若无左子女则不应该有右子女2.求二叉树宽度3.二叉树k层叶子结点(Determine whether the binary tree is a complete binary tree, binary tree width 1: children should not be left if no children have the right width 3. 2. binary tree binary tree leaf node k layer)
- 2016-03-18 11:41:22下载
- 积分:1