-
Cholesky分解方法
#包括;
- 2022-07-18 10:10:42下载
- 积分:1
-
Prolog实现8-puzzle
he 8-puzzle will be represented by a 3x3 list of lists positions where the empty box will be represented by the value 9, as shown below: [[9,1,3],[5,2,6],[4,7,8]]
Possibility Solution: Only half of the initial positions of the 8-puzzle are solvable. There is a formula that allows to know from the beginning if you can solve the puzzle.To determine whether an 8-puzzle is solvable, for each square containing a value N is calculated how many numbers less than N there after the current cell. For example, to the initial status
- 2023-07-26 11:40:02下载
- 积分:1
-
伸展树
伸展树的一系列操作代码实现,
- 2023-08-28 04:00:03下载
- 积分:1
-
演算法和Haar,包含训练和检测,检测人脸识别
简单的adaboost程序,面临着MIT库,利用Haar特征进行训练
- 2022-02-05 21:14:56下载
- 积分:1
-
And summed相加求和
飞思卡尔单片机的程序,是大学老师和学生的不错选择,也是程序员的选择,也是期末考试时的必备法宝,你们一定会考的试题,虽然基础但又有难度,故飞思卡尔c语言和汇编程序在此。我不知道够不够50自,如果不够就算了,这个事情很简单,下载即可不说废话相加求和
- 2023-06-04 08:35:03下载
- 积分:1
-
数学计算程序,共轭梯度算法,用C语言编写,用于优化问题的计算。...
数学计算程序,共轭梯度算法,用C语言编写,用于优化问题的计算。-Mathematical procedure, conjugate gradient algorithm, using C language for optimization calculations.
- 2023-01-22 08:15:03下载
- 积分:1
-
用于多个离散点拟合光滑曲线的,优化了追赶法,这个例子适用于闭合和不闭合两种情况。当时由于工程情况,写的急,代码不好看,但是很好用。为了方便传递参数,我做了一个链...
用于多个离散点拟合光滑曲线的,优化了追赶法,这个例子适用于闭合和不闭合两种情况。当时由于工程情况,写的急,代码不好看,但是很好用。为了方便传递参数,我做了一个链表,用时候根据自己情况可以修改,核心算法不动即可。-point for a number of discrete smooth curve fitting, and optimized to catch up with the law applicable to this case is not closed and the closure of two. At that time, because the situation, was the most aggressive, the code does not look good, but good use. To facilitate the transmission parameters, I have done a linked list, when used according to its own circumstances can change, the core algorithm can be fixed.
- 2022-03-17 18:50:28下载
- 积分:1
-
牛顿迭代算法;
数值计算算法:牛顿迭代算法的数学写的帕斯卡尔 要找到一个解决方案,以F(X)=0给出的 初始近似P0: 输入:初始近似P0;公差TOL; 最大迭代次数编号。 输出:近似解p或 该算法失败的消息。
- 2022-07-11 16:34:14下载
- 积分:1
-
PID控制VB程序
简单实用的PID算法程序,有图形界面,简单实用~
Visual Basic是一种由微软公司开发的包含协助开发环境 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-14 02:21:20下载
- 积分:1
-
利用HOG特征进行行人检测,用opencv2.2的库!!
利用hog特征进行静态图像的行人检测的程序。需要注意的是 本程序依赖opencv2.2的库,这点看清楚,确实是可用的!
- 2022-02-01 15:22:21下载
- 积分:1