-
德州扑克牌值计算
POKER 计算值 斗地主 扎金花都离不开它
This article for the budding poker AI programmer provides a foundation for a simple implementation of No-Limit Texas Holdem Poker AI, covering the basics of hand strength evaluation and betting. By following the recipe set out here, you will quickly become able to implement a reasonably strong poker AI, and have a solid foundation on which to build. I assume you are familiar with the basic terminology of poker.
- 2022-08-15 11:28:52下载
- 积分:1
-
键盘事件触发检测
当单击鼠标左键时或者按下键盘一个按键,程序会检测到,并在窗口显示相关信息,适用于初学VC6.0winapp开发者参考。
- 2022-08-24 20:27:01下载
- 积分:1
-
遗传算法
请注意一个凸函数的域是由数据流凸 set.can 等效地对被核查
设置 S0。这尤其是具有重大的现实意义
- 2022-02-24 18:31:18下载
- 积分:1
-
生成随机数,将随机数写入文件
能够读取一般文件和写入一般文件。生成随机数,将随机数写入文件。
- 2023-09-05 01:15:03下载
- 积分:1
-
数值字符串进制转换
数值字符串进制转换-numerical string band conversion
- 2022-03-17 07:34:33下载
- 积分:1
-
对等点聚类
Clustering peer to peer
- 2022-03-31 19:55:08下载
- 积分:1
-
多项式曲线拟合,和三角分解(LU分解)
任意阶的多项式曲线拟合方程,附三角maxtix分解-polynomial curve fitting, and triangularity decomposition(LU decmposition)
- 2023-09-01 15:10:03下载
- 积分:1
-
表达式计算器
/* 表达式计算 */
/* 调用方式:CalcExp("1+max(0.5,sin(1))+sum(1,2^3,mod(5,3))", res, infoStr) */
/* 带符号参数调用方法,先调用符号定义AddSignParam,再调用 CalcExp: */
/* AddSignParam(["a","s"], [1, 0.5]); 或者 AddSignParam("a=1,s=0.5") */
/* CalcExp("1+a+sin(s)", res, infoStr) */
- 2022-03-25 07:34:54下载
- 积分:1
-
Shinling&Minhash算法
Shinling&Minhash算法,适用于大数据技术。广工的课程设计,实验报告源文件可参考,原创,感谢分享
- 2023-01-03 22:20:03下载
- 积分:1
-
字符串匹配 KMP算法
包含main()函数,KMP()以及GetNext()函数。VS2010编译通过。
- 2022-02-28 21:09:56下载
- 积分:1