-
Java毕业设计+论文:中国象棋
Java毕业设计+论文:中国象棋源代码资料,作者:王学峰。里面包括Java中国象棋需求、象棋txt版本资料。关键词:中国象棋,位棋盘,Zobrist键值,alpha-beta搜索,置换表,局面评价。本毕业设计论文根据国际象棋程序设计的一些成功经验,提出中国象棋程序设计的一些思路和方法。
在写中国象棋程序时,需要比较两个局面看它们是否相同。如果比较每个棋子的位置,或许不需要花很多时间,但是实战中每秒种需要做成千上万次比较,因此这样会使比较操作变成瓶颈的。另外,需要比较的局面数量多得惊人,要存储每个棋子的位置,需要占用非常大的空间。
一个解决方案是建立一个标签,通常是64位。由于64位不足以区别每个局面,所以仍然存在冲突的标签,但实战中这种情况非常罕见。
- 2022-09-03 09:20:03下载
- 积分:1
-
crust_code
用于Crust图的散乱数据点集的曲面网格重建的算法,包括Voronoi图和Delaunay三角化的全新的曲面重建算法crust算法(The algorithm of surface mesh reconstruction for scattered data points set of Crust diagram, including Voronoi and Delaunay triangulation, a new algorithm of surface reconstruction, crust algorithm.)
- 2020-10-29 16:49:56下载
- 积分:1
-
SSC
稀疏子空间聚类算法,用来处理高维数据。稀疏子空间聚类算法(Sparse subspace clustering)
- 2019-03-18 20:18:51下载
- 积分:1
-
期望最大化算法
说明: 期望最大化算法。假设数据服从高斯分布时,用于寻找全局最优解。(Expectation-Maximization algorithm)
- 2019-07-11 17:35:42下载
- 积分:1
-
LPC2387
说明: microcontroller consists of an ARM7TDMI-S CPU
- 2019-02-05 23:04:12下载
- 积分:1
-
5cWOqPZv
自己写的一个奇迹源码登录器,源码的哦 梅花过了(Source code written by a miracle his registrar, oh plum over the source)
- 2011-08-26 23:19:52下载
- 积分:1
-
物元可拓源码
参考源程序里最初的部分,后面的变量说明有详细解释,定义要评价的参数个数,评价的等级等,相应的在excel表格里的参数个数与评价等级的行数要与之对应。
PS:上面的代码里因子个数是通过跳出的对话框手动输入进去的。(Reference to the original part of the source program, the later variables explain the detailed explanation, define the number of parameters to be evaluated, the rating of the evaluation, and the corresponding number of parameters in the excel table and the number of rows of the evaluation grade.)
- 2021-02-07 22:29:55下载
- 积分:1
-
代码
说明: 用c#语言在vs中加载obj模型,有利于3d模型在vs中展示(Loading obj model in vs with C# language)
- 2020-08-09 21:27:27下载
- 积分:1
-
代码生成
通过分析语法分析html文件生成代码,实现语言为java(Generating code by parsing HTML files)
- 2019-06-13 13:58:33下载
- 积分:1
-
matlabrc
Bch码编译码仿真程序,可以直接在Matlab环境下运行(Bch CODE simulation program can be directly run under Matlab environment.)
- 2006-12-19 15:46:11下载
- 积分:1