-
回溯法解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
-
数值分析,最小二乘法,源代码,以及龙格
数值分析,最小二乘法,源代码,还有龙格库塔,陆续将会上传,敬请等待-Numerical analysis, the least square method, source code, as well as Runge-Kutta, one after another will upload, please wait
- 2023-08-29 19:35:03下载
- 积分:1
-
基于Riccati方程的周期轨道的话
周期轨道可以出现在常系数代数Riccati方程中。如果不知道它们,稳态解可能永远不会收敛。
- 2022-01-31 03:59:28下载
- 积分:1
-
移动物体追踪
运动目标检测是视频运动目标检测与跟踪的第一部分,它就是实时的在被监视的场景中检测运动目标,并将其提取出来。运动目标检测常用的有四种常用方法:连续帧间差分法、背景差分法、光流法和运动能量法
- 2022-02-21 17:59:57下载
- 积分:1
-
用c语言实现的b树
用c语言实现的b树-use the C Language b tree
- 2023-01-05 13:10:04下载
- 积分:1
-
无线定位算法
本代码做的是无线传感器定位算法,该算法计算精确大大提高了定位精度,减少节点损耗
- 2022-03-06 05:02:56下载
- 积分:1
-
基于背景差分的目标提取opencv
基于背景建模差分提取视频中的运动目标,基于vs2010+opencv1.0,对提取目标做外接矩形标注及文字提示
- 2022-07-01 04:36:31下载
- 积分:1
-
此为基于图像配准的傅立叶变换源代码,已精心调试过,请放心使用....
此为基于图像配准的傅立叶变换源代码,已精心调试过,请放心使用.-This is the image registration based on the Fourier Transform source code, has been painstakingly debugging, please rest assured that use.
- 2022-03-14 16:33:33下载
- 积分:1
-
汇编数摸静态转换
汇编数摸静态转换-Compilation of a few touch static conversion
- 2022-09-07 02:25:03下载
- 积分:1
-
大地坐标到平面坐标的转换――高斯
大地坐标到平面坐标的转换――高斯-格吕特变换-geodetic coordinates to the coordinates of the plane conversion-- Gaussian- Gruetter Transform
- 2023-05-02 13:40:03下载
- 积分:1