-
thread_tree
此程序使线程的树和计算为了遍历写作由 c plus
- 2022-06-12 20:14:13下载
- 积分:1
-
人工智能中,经典的基于小波变换的图像处理和图像去噪的解决办法,可下载后观摩使用...
人工智能中,经典的基于小波变换的图像处理和图像去噪的解决办法,可下载后观摩使用-Artificial Intelligence, the classical wavelet-based image processing and image denoising solution can be used to watch after download
- 2022-03-14 05:33:58下载
- 积分:1
-
TEST a program
gdsfgdfgd
fgdf
gd
g
df
gd
fg
dfg
- 2022-01-22 10:36:48下载
- 积分:1
-
CSA - carry select Adder (16 bit by verilog)
这是verilog提供的16位CSA
- 2023-07-21 18:30:03下载
- 积分:1
-
Linux C数据结构程序
数据结构基础学习,按照工程要求,实现数据结构的开发,包括头文件、源程序、测试例程及makefile,是初学数据结构的最好例子。对于C语言的提高有很大帮助。
线性表是数据结构的基础,这里才有顺序和链式两种方式实现线性表。具有代表意义。
- 2023-06-05 22:35:03下载
- 积分:1
-
c源码,数学函数库,包含了大部分数学公式,矩阵运算等
c源码,数学函数库,包含了大部分数学公式,矩阵运算等-c source code, the mathematical function storehouse, has
contained the majority of mathematical formula, the matrix operation
and so on
- 2023-05-11 17:50:03下载
- 积分:1
-
harris角点检测代码
资源描述
C++编写harris角点检测代码,
一、Harris角点检测基本理论(要讲清楚东西太多,附录提供文档详细说明)
1.1 简略表达:
角点:最直观的印象就是在水平、竖直两个方向上变化均较大的点,即Ix、Iy都较大
边缘:仅在水平、或者仅在竖直方向有较大的变化量,即Ix和Iy只有其一较大
平坦地区:在水平、竖直方向的变化量均较小,即Ix、Iy都较小角点响应
R=det(M)-k*(trace(M)^2) (附录资料给出k=0.04~0.06,opencv指出是0.05-0.5,浮动较大)
det(M)=λ1*λ2 trace(M)=λ1+λ2
R取决于M的特征值,对于角点|R|很大,平坦的区域|R|很小,边缘的R为负值。
- 2022-07-25 06:59:05下载
- 积分:1
-
The content is comform as the title, if you have the better code, let me know.th...
The content is comform as the title, if you have the better code, let me know.thanks.
- 2022-11-22 13:45:04下载
- 积分:1
-
信息论编码中用hufman程序来实现的hufman编码
信息论编码中用hufman程序来实现的hufman编码- In the information theory code hufman which realizes with the
hufman procedure codes
- 2023-03-06 03:50:03下载
- 积分:1
-
近百个c程序,包括多个常用算法
近百个c程序,包括多个常用算法-nearly 100 procedures, including a number of commonly used algorithm
- 2022-07-01 12:00:49下载
- 积分:1