-
贝叶斯网络结,结构学习学习工具箱
该工具箱包括了典型地贝叶斯网络学习方法,并且通过实例比较了这些方法的性能,同时还比较了这些方法用于贝叶斯分类中的准确率
- 2022-04-23 15:48:01下载
- 积分:1
-
The source includes a recursive template version and a non
The source includes a recursive template version and a non-recursive template version
- 2023-05-28 10:10:04下载
- 积分:1
-
% Measure Statistical Dependence 统计依赖测量
% 两个时间序列间统计依赖性测量
% 参考文献:时间序列间统计依赖性测量...
% Measure Statistical Dependence 统计依赖测量
% 两个时间序列间统计依赖性测量
% 参考文献:时间序列间统计依赖性测量的一种改进方法(王海燕 李 文① 陈文彦)- Measure Statistical Dependence Measurement statistical dependence between two time series statistical dependence measurement References: time-series statistical dependence between the measurement of an improved method (Wang Haiyan Lee陈文彦①)
- 2022-03-22 15:57:28下载
- 积分:1
-
蒙特卡罗法 很适合学习 数学建模 和 数学应用的人
蒙特卡罗法 很适合学习 数学建模 和 数学应用的人-Monte Carlo method is very suitable for application of mathematics and mathematical modeling of the person
- 2022-06-14 11:13:24下载
- 积分:1
-
简单的队列的实现
简单的队列的实现-simple realization of the Queue
- 2022-09-01 20:15:03下载
- 积分:1
-
machine learning tom Tests author of books on the code
机器学习作者tom mitchell的书上代码-machine learning tom Tests author of books on the code
- 2022-11-28 00:00:03下载
- 积分:1
-
就进点跟踪的程序,已运行。数学建模的必备程序,超有用。...
就进点跟踪的程序,已运行。数学建模的必备程序,超有用。-On the entry point tracking program has been running. Mathematical Modeling of the necessary procedures, super-useful.
- 2022-08-03 00:51:18下载
- 积分:1
-
8 digital issues simple algorithm, breadth
八数码问题的简单算法,广度优先
字数补丁.exe-8 digital issues simple algorithm, breadth-first words patch. Exe
- 2022-03-04 03:52:28下载
- 积分:1
-
LINGO Tutorial LINGO is used to solve linear and nonlinear optimization problems...
LINGO 教程
LINGO是用来求解线性和非线性优化问题的简易工具。LINGO内置了一种建立最优化模型的语言,可以简便地表达大规模问题,LINGO高效的求解器可快速求解并分析结果。-LINGO Tutorial LINGO is used to solve linear and nonlinear optimization problems of simple tools. LINGO built a model set up to optimize the language can easily express the large-scale problems, LINGO solver efficient and quick solution of the results of the analysis.
- 2022-06-16 14:30:21下载
- 积分:1
-
扫雷(图遍历)
背景
你玩儿过扫雷游戏吧?有个操作系统中带了这个小游戏,那个系统叫什么来着?;-)在游戏中要想过关,就必须要在一个 NxM 的区域上找出所有的地雷。游戏过程中,计算机会在地图上显示一些数字从而帮助你确定哪里有地雷。例如,在下面这个有两颗地雷的 4x4 的地图(*表示地雷):
*...
....
.*..
....
根据上面的地图,可以计算出应该提供给游戏者的数字如下所示:
*100
2210
1*10
1110
每个数字表示了该方格周围到底有几个地雷,当然,一个方格周围最多的时候只会有八个。
输入
输入中将包括一系列的地图,每个地图的第一行有两个整数 n 和 m(0
- 2022-01-25 19:22:18下载
- 积分:1