-
象棋旋风coony的源代码
应用背景
中国象棋旋风的源代码coony引擎,作者陈朝营,代码简洁,完全可以运行。可供广大象棋编程的爱好者参阅。
关键技术中国象棋旋风的源代码coony引擎,采用ucci引擎。采用PVC剪枝搜索,空着裁剪,静态搜索,历史排序,Hash表等等常用技术。
- 2023-05-07 14:20:02下载
- 积分:1
-
aliennumbers
- 2023-05-31 04:00:03下载
- 积分:1
-
Mathematical modeling of the classical algorithm, including the most short
数学建模的经典算法实现,其中包括最短路等问题的实现-Mathematical modeling of the classical algorithm, including the most short-circuit issues such as the realization of
- 2022-03-20 01:55:37下载
- 积分:1
-
RLS 算法
实现复杂有价值的数据的 RLS 算法。(算法 5.3-预订: 自适应滤波: 算法和实际执行,尼斯)
- 2022-02-24 16:41:57下载
- 积分:1
-
Numerical calculation of Mie scattering of Delphi code, used to calculate the li...
Mie散射数值计算的Delphi代码,用来计算粒子的光散射,在粒子检测,材料测试上有广泛的应用。-Numerical calculation of Mie scattering of Delphi code, used to calculate the light scattering particles in particle detection, materials testing on a wide range of applications.
- 2022-12-31 16:45:03下载
- 积分:1
-
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合...
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合的多项式的相关系数
//使用方法:int M------拟合多项式的项数(已知条件)
// double *b---拟合曲线的系数,按升次排列(已知条件)
// double *x---结点x轴数据(已知条件)
// double *y---结点y轴数据(已知条件)
// double *Yg--结点估计值,与*y相对应,个数为m(过程变量)
// int m------结点个数(已知条件)
//注意事项:多项式阶数最高为10,多项式的形式为 y = b0 + b1*(x-Xavr)...
-//=== === === === === === === === === === === =====// Function that// function name: Correlation// Function: Calculation of the polynomial least squares fitting correlation coefficient// Usage: int M------ polynomial fitting the number of (known conditions)// double* b-- Fitting curve coefficient, or times by arrangement (known conditions)// double* x--- node x-axis data (known conditions)// double* y--- node y-axis data (already known conditions)// double* Yg- the estimated value of node, and* y correspond to the number for m (process variables)// int m------ node number (known conditions)// Note: polynomial order up to 10, the polynomial
- 2023-05-06 14:40:03下载
- 积分:1
-
This is a question of the Queen's eight procedures
这是一个八皇后问题的程序-This is a question of the Queen"s eight procedures
- 2022-06-19 09:00:45下载
- 积分:1
-
程序,代码绝对值得一读,计算速度是最快的我哈…
另一个分形程序,代码绝对值得一读,运算速度是我见过最快的-procedures, code definitely worth a read computational speed is the fastest I have seen
- 2023-06-20 08:50:04下载
- 积分:1
-
神经网络30例经典程序
介绍了matlab中 神经网络常用经典类型30历程的数据及源代码,介绍得由浅入深,层层递进。是学习神经网络算法好帮手,希望能给大家带来学习中的方便,希望能和大家多多交流,一起进步。有什么好的思想和方法,大家一起交流,进步的更快一些。
- 2022-06-03 18:17:39下载
- 积分:1
-
VC计算点云的法向量源代码
通过VC编程实现求解点云的法向量。 激光点云也称为点云,在逆向工程中通过测量仪器得到的产品外观表面的点数据集合也称之为点云,通常使用三维坐标测量机所得到的点数量比较少点与点的间距也比较大,叫稀疏点云;而使用三维激光扫描仪或照相式扫描仪得到的点云点数量比较大并且比较密集,叫密集点云。点云的属性包括:空间分辨率,点位精度,表面法向量等。法向量作为点云必不可少的属性之一,其估计方法在点云处理中具有重要的位置
- 2022-05-30 01:42:22下载
- 积分:1