-
亚像素级角点检测
在visual studio中用opencv3编译的Harris角点检测的源代码,并根据附近点的关系把角点位置精确到亚像素级。毛星云opencv3编程入门源码。
- 2022-11-15 22:00:03下载
- 积分:1
-
这些程序可以解决第一和二次多项式方程。它能使我…
These program can solve first and second degree polynomial equation. It evens works when the roots are complex numbers(when delta is a negative value).
- 2022-07-18 16:38:23下载
- 积分:1
-
采用遗传算法的 tsp 问题
旅行商问题 (TSP) 是一个基准和计算机科学和行动研究中的老问题。它可以表示为:
N 的网络节点 (或城市),与 " 节点 1" 作为 "总部" 和旅行成本 (或距离或旅行时间等) 矩阵 C = [cij] 的顺序给出了 n 与序的节点对 (i,j) 相关联。问题是要找到一个最不成本哈密顿周期。
根据成本矩阵的结构,Tsp 被分为两个群体 — — 对称和非对称。TSP 是对称如果 cij = cji,∀ i、 j 和非对称否则为。N 市非对称的 tsp 问题,有)! 1 (−n 可能的解决方案,一个或多个的给出了最小的成本。
对于 n 市对称 tsp 问题,有 2)! 1 (−n 可能的解决办法以及它们具有相同的总费用的反向循环排列。在任一情况下解的个数成为极大甚至中等大 n 因此穷举搜索是不切实际的。主要原因有三个为什么 tsp 问题已引起了很多研究者的关注和仍然是一个活跃的研究领域。第一,大量的现实世界的问题可以被建模为 TSP。第二,它被证明是 NP-完全问题 [1]。第三,NP-完全问题的意义上,没有人能找到任何真正有效的方式解决他们的大难治性
- 2023-08-16 14:05:03下载
- 积分:1
-
simulation tests mouse and keyboard input software description : The simulated t...
模拟测试鼠标及键盘的输入
软件简介:本例模拟测试鼠标及键盘的输入,适合于初级vc编程者阅读.
-simulation tests mouse and keyboard input software description : The simulated test cases mouse and keyboard input, suitable for junior programmers vc reading.
- 2022-01-26 05:54:45下载
- 积分:1
-
迷宫 用回溯算法设计的迷宫
迷宫 用回溯算法设计的迷宫---各种回溯方法!回溯!回溯!-Maze solved by different backtrace algorithms!Backtrace!Backtrace!
- 2022-04-09 04:05:47下载
- 积分:1
-
药品进销存管理系统,一个数据库库存仓库的操作。
药品进销存管理系统,
入库
出库
盘点操作
财务报表体现
-Drugs Invoicing Management System, a database inventory warehousing operations financial statements reflect the
- 2022-10-01 00:00:06下载
- 积分:1
-
I spent the early c++ Realize the b
本人早期用c++实现的b树的数据结构实例,在vc2005上调试通过,给大家参考下!-I spent the early c++ Realize the b-tree data structure example, in debugging vc2005 passed, under reference to the U.S.!
- 2022-08-16 09:49:10下载
- 积分:1
-
windows下自动靠边的窗口(带讲解)
windows下自动靠边的窗口(带讲解)-windows automatically sides of the window (on the band)
- 2022-03-04 07:48:22下载
- 积分:1
-
socket编程实例 可以实现简单的Socket通信 可供初学者参考
socket编程实例 可以实现简单的Socket通信 可供初学者参考-socket programming can be achieved simply an instance of Socket Communications for advanced users
- 2022-05-23 03:37:25下载
- 积分:1
-
输入一个自然数N(2≤N≤9),要求输出如下的螺旋矩阵,即边长为N*N,元素取值为1至N*N,1在左上角,呈顺时针方向依次放置各元素。
N=3时,相应...
输入一个自然数N(2≤N≤9),要求输出如下的螺旋矩阵,即边长为N*N,元素取值为1至N*N,1在左上角,呈顺时针方向依次放置各元素。
N=3时,相应的矩阵中每个数字位置如下图所示:
1 2 3
8 9 4
7 6 5-Enter a natural number N (2 ≤ N ≤ 9), the requirements are as follows spiral output matrix, that is, edge length of N* N, the element values for the 1 to N* N, 1 in the upper left corner, showing a clockwise direction in order to place the various elements . N = 3, the corresponding figures for the location of each matrix as follows: 123,894,765
- 2023-07-10 21:40:03下载
- 积分:1