-
浅海混响模型
混响作为浅海自导系统特有的干扰,对水声信号检测性能的影响日趋凸显,而对混响抑制一直是水声信号处理研究中的热点和难点。对于浅海混响下主动自导系统来讲,混响主要来自海底和海面,资料中关于怎样建立浅海混响模型,在点射模型的基础上研究建立浅海混响谱模型和海面分形模型。
- 2022-02-26 09:11:25下载
- 积分:1
-
C++的源程序,是一本非常经典的书籍,可以用在很多…
c数值算法的源码,是非常经典的书籍,可以用在很多方面-c of the source numerical algorithm is a very classic books, can be used in many ways
- 2022-01-25 16:29:13下载
- 积分:1
-
K-Means算法 mapreduce
public class KmeansMapper extends MapReduceBase implements
Mapper {
// one coodinate(data)
private List coordinate = new ArrayList();
private BasicKMeansTool basicKmeans = new BasicKMeansTool();
public void map(LongWritable key, Text value,
OutputCollector midoutput,
Reporter arg3) throws IOException {
// TODO Auto-generated method stub
String line = value.toString();
String[] dataList = line.split(",");
List distances = null;
StringTokenizer itr;
for (int i = 0; i < dataList.length; i++) {
itr = new StringTokenizer(dataList[i]);
&nbs
- 2023-02-01 17:45:04下载
- 积分:1
-
207.142.131.235 France for the largest matrix eigenvalue shape function paramete...
乘幂法求矩阵最大特征值函数形参分别为所求矩阵及矩阵的行列数-207.142.131.235 France for the largest matrix eigenvalue shape function parameters for the request matrix and the ranks of several matrix
- 2022-11-20 03:40:03下载
- 积分:1
-
算法、 初始化和非负矩阵分解的收敛性
它是知名好初始化可以改善的速度和准确性的解决方案
许多非负矩阵分解 (NMF) 算法 [56]。许多 NMF 算法很敏感
在 W 或 H 或两者的初始化。这是尤其如此的算法
包括这两个新的 ALS 算法,我们目前的交替最小二乘法 (ALS) 类型 [55]
纸。我们比较六个初始化程序 (两个标准和四新) 的结果对我们 ALS
算法。最后,我们讨论选择适当收敛准则的实际问题。
- 2022-03-05 15:58:22下载
- 积分:1
-
矩阵类
可实现转置,求逆,求秩,求行列式值,求正定,重载了各种运算符...
矩阵类
可实现转置,求逆,求秩,求行列式值,求正定,重载了各种运算符-Matrices can be realized transpose, inverse, and rank, and the determinant value, and positive definite, a variety of operator overloading
- 2022-08-23 19:08:32下载
- 积分:1
-
这是一个经典的伪随机数生成程序,特别方便和实用
这是一个经典的伪随机数生成程序,特别方便和实用-This is a classic pseudo-random number generator procedures, particularly convenient and practical
- 2023-02-19 20:35:03下载
- 积分:1
-
区间树的实现
区间树的实现。我们将利用这种数据结构在程序中实现一种简单的一维地理定位算法:一组带有标识符的线段作为输入点——一个具有最高权重的标识符的结果。
- 2022-03-21 16:20:37下载
- 积分:1
-
基于模板的圆检测算法,很好的程序,看了都说不错
基于模板的圆检测算法,很好的程序,看了都说不错-based on the template circle detection algorithms, good procedures, said good read
- 2022-04-02 08:04:45下载
- 积分:1
-
用蒙特卡洛方法,求解出y=cos(x)/x在给定区间上的定积分值。
用蒙特卡洛方法,求解出y=cos(x)/x在给定区间上的定积分值。-By Monte Carlo method, the y = cos (x)/x in a given interval on the value of the definite integral.
- 2023-08-19 04:35:03下载
- 积分:1