-
回溯法解N后的C++源码(Visual Stdio2010环境测试通过)
#include #include #include #include using namespace std;class Queen{ friend int nQueen(int);private: bool Place(int k); void Backtrack(int t); void Output(); int n,//皇后个数 *x;//当前解 long sum;//当前已找到的可行性方案数};bool Queen::Place(int k){ for (int j=1;jn) { sum++; Output(); } else { for (int i=1;i
- 2022-02-06 19:11:54下载
- 积分:1
-
matlab数字信号处理代码,仿真信号处理的内容
matlab数字信号处理代码,仿真信号处理的内容-Matlab digital signal processing code, simulation of signal processing
- 2022-07-28 03:10:24下载
- 积分:1
-
算法、 初始化和非负矩阵分解的收敛性
它是知名好初始化可以改善的速度和准确性的解决方案
许多非负矩阵分解 (NMF) 算法 [56]。许多 NMF 算法很敏感
在 W 或 H 或两者的初始化。这是尤其如此的算法
包括这两个新的 ALS 算法,我们目前的交替最小二乘法 (ALS) 类型 [55]
纸。我们比较六个初始化程序 (两个标准和四新) 的结果对我们 ALS
算法。最后,我们讨论选择适当收敛准则的实际问题。
- 2022-03-05 15:58:22下载
- 积分:1
-
二
2进制、8进制、10进制、16进制...各种进制间的轻松转换 -two-band, eight-band, 10-band, 16-band band ... all the easy conversion
- 2022-08-15 06:47:02下载
- 积分:1
-
Introduction queuing theory, mathematical modeling in 2009 good material.
介绍排队论,是2009年数学建模的好材料。-Introduction queuing theory, mathematical modeling in 2009 good material.
- 2022-03-28 10:55:36下载
- 积分:1
-
求行列式的代码,用了递归算法,要求行列式的元素为整型数据...
求行列式的代码,用了递归算法,要求行列式的元素为整型数据-Determinant for the code, with a recursive algorithm, the requirements for the integer determinant element data
- 2022-05-26 09:07:48下载
- 积分:1
-
use genetic algorithm calculated the optimal design procedures
利用c++实现遗传算法的求出程序的优化设计-use genetic algorithm calculated the optimal design procedures
- 2022-03-30 04:35:48下载
- 积分:1
-
In this paper, the Monte Carlo method to equation y = sin (x)+ X with the equati...
本文采用蒙特卡洛方法,将方程y=sin(x)+x与方程y=cos(x)+x之间的曲线包络面积求解出来。-In this paper, the Monte Carlo method to equation y = sin (x)+ X with the equation y = cos (x)+ X between the envelope curve out an area to solve.
- 2022-01-25 23:23:06下载
- 积分:1
-
约瑟夫算法 实现报到规定数值的人退出链表
约瑟夫算法 实现报到规定数值的人退出链表-report provides numerical withdraw from the List
- 2022-01-25 20:14:18下载
- 积分:1
-
EOCSO
- 2022-03-31 15:48:24下载
- 积分:1