-
Hough变换检测直线
用来检测一副二值图像中的平行直线,如有平行直线则将他们找出来。希望大家可以用的上,欢迎下载!!谢谢
- 2022-01-25 23:55:20下载
- 积分:1
-
tmac 在omnet下的实现
在omnet4.0平台以上实现的tmac协议,里面有协议实现的详细代码,里面有协议的所有性能测试,只需要新建一个项目然后import一下重新编译即可运行。仿真网络为网格网络
- 2022-01-21 17:43:11下载
- 积分:1
-
阿伦方差小程序编程
阿伦方差算法实现,适合初学者学习 。
指出当今风行于世的阿仑方差有错误。详细分析了阿仑方差的来龙去脉,指出阿仑方差前提出错,以至物理意义费解。本文在扬弃阿仑方差的基础上,提出物理意义十分直观的自差统计这一新概念,既能表征频率稳定度,又可表征基准的不确定度。用于雷达测速的精度分析,简洁方便
- 2023-04-17 04:35:03下载
- 积分:1
-
Dijkstra s Algorithm
Dijkstra s Algorithm -- Shortest path (Dijkstra s Algorithm)-Dijkstra s Algorithm-- Shortest path (Dijkstra s Algorithm)
- 2022-06-28 23:41:59下载
- 积分:1
-
Householder变换是基本的数学变换之一。其作用是将被变换向量映射成相同模的其它向量。其应用之一是QR分解。...
Householder变换是基本的数学变换之一。其作用是将被变换向量映射成相同模的其它向量。其应用之一是QR分解。-Householder transform is one of the basic mathematical transform. Its role is to transform vectors will be mapped into the same mold of the other vector. One of its applications QR decomposition.
- 2023-07-27 13:40:03下载
- 积分:1
-
一元线性回归,数值分析方面可参考
一元线性回归,数值分析方面可参考-one yuan linear regression, numerical analysis can look at the reference
- 2022-03-20 17:59:50下载
- 积分:1
-
Newton interpolation method for linear equations themselves a bit simple
牛顿插值法求线性方程组
自己做的
有点简单呵呵 -Newton interpolation method for linear equations themselves a bit simple-huh
- 2022-04-11 16:18:58下载
- 积分:1
-
一种用C语言实现的快速傅立叶变换和傅立叶反变换,经测试十分好用...
一种用C语言实现的快速傅立叶变换和傅立叶反变换,经测试十分好用-A C-realize the fast Fourier transform and Fourier inverse transform, have been tested and is very easy to use
- 2022-09-19 23:55:03下载
- 积分:1
-
基于支持向量机的盲均衡算法,使用的输入信号是QPSK.
基于支持向量机的盲均衡算法,使用的输入信号是QPSK.-Based on support vector machine blind equalization algorithm, the use of the input signal is QPSK.
- 2023-05-15 15:15:03下载
- 积分:1
-
矩阵连乘积的加括号方式数
资源描述给定n个矩阵{A1,…,An},其中Ai和Ai+1可乘,i=1,2,…,n-1。考察矩阵连乘积加括弧的方式数。
如四个矩阵连乘积A1A2A3A4,共有五种不同的加括弧方式:
( A1 ( A2 ( A3 A4 ) ) )
( A1 ( ( A2 A3 ) A4 ) )
( ( A1A2 ) ( A3 A4 ) )
( A1 ( A2 A3 ) A4 )
( ( ( A1 A2 ) A3 ) A4 )
输入示例:
4
输出示例:
5
- 2023-02-06 15:25:03下载
- 积分:1