-
Lms 算法 2
LMS算法在atennas用于抑制interferances。该算法使用一个随机输入,25元件,一个lambda/ 2元件间的距离,亩=0.008,以获得最佳的波束形成,并在信号的到达方向上的较高的功率。
- 2023-02-21 13:25:03下载
- 积分:1
-
MBR MBR Protect
MBR 保护由 opc0de小心 !享受
- 2022-07-18 21:45:54下载
- 积分:1
-
k--mean 实现聚类算法
这是一个用c++编写的k-mean程序,完全能够实现聚类算法,可以帮助大家学习c++和聚类算法!
- 2022-07-10 08:15:36下载
- 积分:1
-
敏感词wordbank
package com.yaozhou.sensitive.wordbank;import java.io.BufferedInputStream;import java.io.BufferedReader;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.IOException;import java.io.InputStream;import java.io.InputStreamReader;import java.util.ArrayList;import java.util.HashMap;import java.util.HashSet;import java.util.LinkedList;import java.util.List;import java.util.Map;import java.util.Properties;import java.util.Set;/** * @author Yao.Zhou* @version 创建时间:2016年12月21日 上午11:08:23 * 类说明 */@SuppressWarnings("unused")public class SensitiveWordBank {private static final String ENCODE = "UTF-8";private File path;private Map wordBankContainer;public SensitiveWordBank(String dir) {
- 2022-01-26 05:07:53下载
- 积分:1
-
双曲Householder变换的功能类似于主跨…
hyperbolic Householder transformation的功能类似于Householder transformation,其作用是将被变换向量映射成双曲模与之相同的其它向量。其应用之一是快速QR分解。-hyperbolic Householder transformation functions similar to the Householder transformation, its role is to transform vectors will be mapped into hyperbolic mode with the same other vector. One of their applications are fast QR decomposition.
- 2022-06-14 03:01:36下载
- 积分:1
-
我的串的比较算法实现
我的串的比较算法实现-my string comparison algorithm
- 2023-02-17 15:10:03下载
- 积分:1
-
聚类算法全集以及内附数据集,可以方便使用。
聚类算法全集以及内附数据集,可以方便使用。-clustering algorithm and the Collected Works of containing data sets, it is convenient to use.
- 2022-07-14 12:52:35下载
- 积分:1
-
多用户MIMO预编码
本代码详细的描述了多用户下行链路的误码率,对于初学者又很好的借鉴作用,当然如果代码看不太明白的话,您可以先看一些相关的文献,对一些基本的内容作一些了解,然后再看代码,会起到事半功倍的效果,谢谢合作。 &
- 2023-04-25 12:15:03下载
- 积分:1
-
Meschach 可以解稠密或稀疏线性方程组、计算特征值和特征向量和解最小平方问题,另外还有其它功能。它为双精度数和复数提供了近 400 个函数。它提供的教程以...
Meschach 可以解稠密或稀疏线性方程组、计算特征值和特征向量和解最小平方问题,另外还有其它功能。它为双精度数和复数提供了近 400 个函数。它提供的教程以说明性的小案例研究的形式介绍了这些函数。-Meschach is a C-language library of routines for performing matrix computations
- 2022-01-31 19:56:02下载
- 积分:1
-
% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist )
%...
% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist )
% Find the indices of the nearest neighbours of the given desriptors in the近邻点寻找算法,在非线性时间序列中很有用,是常用的算法- [Nearest_neighbours] = find_nearest_neighbours (database, desc, max_dist) Find the indices of the nearest neighbours of the given desriptors in the neighbor-point search algorithm, the nonlinear time series of very useful, is a commonly used algorithm
- 2022-05-24 09:30:26下载
- 积分:1