-
基于支持向量机的盲均衡算法,使用的输入信号是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
-
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqS...
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUnrec(Bitree t) { SqStack s StackInit(s) p=t while (p!=null !StackEmpty(s-preorder non- recursive algorithm# define maxsize 100 typedef struct (Bitree Elem [maxsize]) int top SqStack void PreOrderUnrec (Bitree t) (SqStack s StackInit (s) p = t while (p! = Null! StackEmpty (s
- 2022-12-23 05:40:03下载
- 积分:1
-
LU分解,QR分解等矩阵分解
矩阵分解的C语言实现,包括LU分解,QR分解,household分解以及givens分解;QRfactorization.cpp:QR分解源码LUfactorization.cpp:LU分解源码Household reduxtion:household分解源码GivensReduction:Givens分解源码start.cpp:main函数ReadFile.cpp:从文件中读取矩阵内容
- 2022-04-19 22:38:25下载
- 积分:1
-
On the procedure for matrix rank, using Gauss
关于求矩阵秩的程序,用高斯―约当消元法实现-On the procedure for matrix rank, using Gauss- Jordan elimination method to achieve
- 2023-05-04 20:15:02下载
- 积分:1
-
含有线性插值, 样条插值,Gauss矩阵列主元消去法等算法的实现
含有线性插值, 样条插值,Gauss矩阵列主元消去法等算法的实现 -with linear interpolation, spline interpolation, Gauss matrix main-element elimination algorithm Law Implementation
- 2022-09-23 08:20:03下载
- 积分:1
-
基于神经网络的货运量预测
资源描述根据货运量形成的原因,分析了货运量和相关影响因素之间的关系以及货运量预测的特点,在此基础上,建立货运量预测的广义回归神经网络(General Regression Neural Network,GRNN)模型,并以我国某年的货运量和相关经济指标的历史统计数据作为学习样本,通过拟合训练和外推预测分析,验证了GRNN用于货运量预测的有效性.
- 2022-02-26 14:10:55下载
- 积分:1
-
股票交易系统
股票交易系统
- 2023-04-19 03:25:04下载
- 积分:1
-
计算器运算器,主要是对一般常用的计算器进行编程,对简单的加减乘除的运算用VC编出来...
计算器运算器,主要是对一般常用的计算器进行编程,对简单的加减乘除的运算用VC编出来-Calculator calculator is mainly used for general programming calculator for simple addition and subtraction, multiplication and division of the computation made by the VC
- 2022-03-11 21:06:58下载
- 积分:1
-
DCT算法实现C++
DCT 离散傅立叶变换(Discrete Fourier Transform),c + +源码实现。简单高效。
- 2023-06-11 00:25:02下载
- 积分:1
-
sift图像匹配算法
资源描述很经典的图像特征匹配算法sift。里面有说明和demo,从国外网站搬过来的,大家可以试试。每行都有注释,可以自己添加源码。。。。。。
- 2022-03-22 17:23:48下载
- 积分:1