-
MD4算法C实现
资源描述C语言实现的MD4的加密程序算法,是Hash函数之一,目前已被攻破。其升级版本MD5也已被证明不安全。
- 2022-02-27 00:27:58下载
- 积分:1
-
卫星位置和速度的Lagrange插值算法分析,介绍卫星位置和速度的算法...
卫星位置和速度的Lagrange插值算法分析,介绍卫星位置和速度的算法-Satellite position and velocity analysis of the Lagrange interpolation algorithm on satellite position and velocity of the algorithm
- 2022-02-03 07:34:30下载
- 积分:1
-
Bandelet_ImageFusion_Toolbox
资源描述Bandelet_ImageFusion_Toolbox 细带的图像融合工具包,
- 2023-01-05 06:00:04下载
- 积分:1
-
三次样条插值方程
三次样条插值计算方程组-cubic spline interpolation equations
- 2023-06-03 23:00:02下载
- 积分:1
-
崭新矢量机SVM源码,IEEE上发表,技术有一定帮助
崭新矢量机SVM源码,IEEE上发表,技术有一定帮助-New vector machine SVM source, IEEE published, technology has certainly helped
- 2022-08-13 09:22:46下载
- 积分:1
-
One on the Fourier transform of the program, you can read text from your desktop
一个关于傅里叶变换的程序,可以从桌面读入文本-One on the Fourier transform of the program, you can read text from your desktop
- 2022-06-12 11:06:47下载
- 积分:1
-
链表的bubble,insertion, selection排序法
链表的bubble,insertion, selection排序法-Bubble,insertion, selection sort of list
- 2022-05-26 05:23:49下载
- 积分:1
-
本人收集的DSP处理例子程序-数字录音程序
本人收集的DSP处理例子程序-数字录音程序-I collect examples of DSP processing procedures-digital recording procedures
- 2022-12-24 19:50:02下载
- 积分:1
-
最尺度法的C++算法程序,计算速度较快较精确
最尺度法的C++算法程序,计算速度较快较精确-The most scales of the C++ algorithm program to calculate a more accurate speed
- 2022-06-15 15:26:40下载
- 积分:1
-
C语言实现角点检测
用C语言实现的角点检测算法,里面是一个word文档,详细描述了角点检测的实现过程,有很强的参考价值:
第一步:利用差分算子对图像进行滤波 第一步:利用差分算子对图像进行滤波
第二步:对Ix2/Iy2/Ixy进行高斯平滑,以去除噪声
第三步:计算角点量
第四步:进行局部非极大值抑制以获得最终角点
- 2022-10-07 03:40:03下载
- 积分:1