-
五子棋核心算法
说明: 五子棋是一种受大众广泛喜爱的游戏,其规则简单,变化多端,非常富有趣味性和消遣性。这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程(331 is a widely loved by the public of the game, its rules simple and changeable, very rich and interesting recreational. Here the design and realization of a human-machine right under the 331 procedures using the Game trees, pruning and application of the largest and most trees principle Search Now found the best location. Renju procedures introduced the data structure, score rules, methods and judgment of the outcome search algorithm process)
- 2005-10-07 10:35:14下载
- 积分:1
-
paho.mqtt.c-master
paho.mqtt.c-master
- 2022-11-30 10:00:04下载
- 积分:1
-
normal_analysis
用于ANSYS进行模态分析的代码,可以直接运行得到坎贝尔图(ANSYS code for modal analysis can be run directly get Campbell diagram)
- 2014-03-20 00:02:45下载
- 积分:1
-
QR100
矩阵QR算法 能计算任何矩阵的Q和R,结果很精确,望大家修改使其精简点(Matrix QR algorithm can calculate any matrix Q and R, the results are accurate, we modify and adapt them to look to streamline the point)
- 2016-02-29 05:52:39下载
- 积分:1
-
acconeer_stm32l476_module_software_v2_2_1
说明: A111 PCR 60GHZ雷达模块代码(A111 PCR 60GHZ radar module code)
- 2020-10-10 16:27:34下载
- 积分:1
-
E01-ProcessMonitor
观察本机运行的所有进程,并显示进程相关的信息(Observe all processes running on the machine and displays the information related to the process)
- 2013-11-12 21:33:00下载
- 积分:1
-
WT588S16-16S语音芯片
WT588S16-16S语音芯片驱动程序,其中还包含WTN4105-8S驱动,菜鸟程序,仅做参考,控制方式是一线串口通信方式
- 2022-07-11 10:37:18下载
- 积分:1
-
C# dateTimePicker的用法演示源码
本源码主要是演示C# dateTimePicker的用法,演示通过设置dateTimePicker1的Format属性为Time,使dateTimePicker只显示时间,而不显示日期,具体设置属性如下:
private void Form1_Load(object sender, EventArgs e)
{
//设置dateTimePicker1的Format属性为Time使其只显示时间
dateTimePicker1.Format = DateTimePickerFormat.Time;
textBox1.Text = dateTimePicker1.Text;//使用文本框获取控件显示的时间
}
本例完成的效果,可参见截图示。
- 2023-04-05 12:35:03下载
- 积分:1
-
FIR_CS
滤波器的程序,是属于数字滤波器的,非常好好(Filter procedure, belongs to the digital filter, very good)
- 2014-09-16 15:13:53下载
- 积分:1
-
AD7714
AD7714驱动程序,用来做称重,稳定输出(AD7714 Driver, used for weighing, stable output)
- 2019-06-26 08:48:41下载
- 积分:1