-
河内市塔
towers of hanoi non recursive C-towers of hanoi non recursive C++
- 2022-02-09 22:20:55下载
- 积分:1
-
Canny 边缘检测
Canny 1986 年由约翰 F.Canny 开发的。此外认识到许多如优化探测器,Canny 算法的目的是满足三个主要标准
- 2022-04-02 12:20:48下载
- 积分:1
-
动态规划的投资问题
包括子函数和主程序,用C++编写
动态规划的投资问题
包括子函数和主程序,用C++编写-Dynamic Programming
- 2023-01-06 11:55:04下载
- 积分:1
-
01背包问题,C++语言,01背包问题的实现
01背包问题c语言实现
01背包问题c语言实现-01 knapsack problem c language c language of 01 knapsack problem implementation
- 2023-07-21 15:55:03下载
- 积分:1
-
排序的方法
工作显示的排序方法: 选择排序、 插入排序、 冒泡排序、 Shell 排序、 快速排序和合并排序。
该文件将数据写入到文件中,有文档和 excel 中的一个表。
- 2022-02-05 00:07:44下载
- 积分:1
-
SURF算法
应用背景 It approximates or even outperforms previously proposed schemes with respect to repeatability, distinctiveness, and robustness, yet can be computed and compared much faster.关键技术This is achieved by relying on integral images for image convolutions; by
building on the strengths of the leading existing detectors and descriptors
(in casu, using a Hessian matrix-based measure for the detector, and a
distribution-based descriptor); and by simplifying these methods to the
essential.
- 2023-07-28 12:25:06下载
- 积分:1
-
use of the principle for appropriate improvements, the algorithm
利用NEWTON的原理进行适当的改进,得到的算法-use of the principle for appropriate improvements, the algorithm
- 2023-01-09 06:45:03下载
- 积分:1
-
sap4源代码!by fortran 这是一个有限元计算的软件 可以完成平面,三维的计算功能...
sap4源代码!by fortran 这是一个有限元计算的软件 可以完成平面,三维的计算功能-SAP4 source code! By FORTRAN This is a finite element software can be completed planar, 3D computing power
- 2023-04-09 04:40:03下载
- 积分:1
-
一个用C++编写的倒序输出的程序,以及判断一个字符串是否为回文简单的程序。...
一个用C++编写的倒序输出的程序,以及判断一个字符串是否为回文简单的程序。-a C output prepared by the reverse procedure, and determine whether a string of Palindrome simple procedure.
- 2022-06-28 15:26:56下载
- 积分:1
-
背包问题
背包问题或背囊问题是组合优化中的一个问题: 鉴于一组项目,每个都有大量和一个值,确定每个项目中包含在集合中,这样,总重量是小于或等于给定的限制和总价值是尽可能大的编号。它把它的名字源于所面对的人的问题,受的限制,大小固定的背包,并必须填充的最有价值的项目。
此代码是背包问题的动态编程和递归函数。
- 2022-03-04 17:05:51下载
- 积分:1