-
HILBERT变换的C源代码
HILBERT 变换,基于C语言,对地震到进行相应变换,提取瞬时振幅,瞬时相位,瞬时频率信息,压缩包中包括用于测试的地震数据。
- 2022-09-22 11:40:03下载
- 积分:1
-
Fote Rotary Drying Has Increasingly Competition in Dryer Market
- 2022-02-10 07:58:56下载
- 积分:1
-
Gauss_Seidel迭代法的Matlab程序
Gauss_Seidel迭代法的Matlab程序 -Gauss_Seidel iteration of the Matlab program
- 2022-05-20 17:32:02下载
- 积分:1
-
模式识别中的各种计算方法,包括贝叶斯方法和方法。
模式识别的各种计算方法,包括贝叶斯等方法-Pattern recognition of various calculation methods, including Bayesian methods such as
- 2022-07-27 09:26:31下载
- 积分:1
-
此文件用于实现生产者消费者的问题
此文件用于实现生产者消费者的问题- This document uses in to realize the producer consumer s
question
- 2022-02-01 18:10:21下载
- 积分:1
-
Apriori算法MapReduce
资源描述本代码根据APROORI算法和MapReduce特点,将Apriori算法在Hadoop平台上并行化,通过并行化可以使Apriori算法处理大量的数据而不受单机运算能力的限制。
- 2023-03-06 17:15:03下载
- 积分:1
-
Guo Tao algorithm source VC
郭涛算法VC源码-Guo Tao algorithm source VC
- 2022-03-20 10:18:42下载
- 积分: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
-
经典混沌系统Lorenz系统的Lyapunov指数计算C程序
经典混沌系统Lorenz系统的Lyapunov指数计算C程序-Classical chaotic systems Lorenz system Lyapunov index calculation procedure C
- 2022-02-01 10:39:25下载
- 积分:1
-
chaotic sequence of phase space remodeling MATLABT procedures, I believe that yo...
混沌序列的相空间重构的MATLABT程序,相信一定能给您带来惊喜.-chaotic sequence of phase space remodeling MATLABT procedures, I believe that you can bring surprises.
- 2022-03-21 17:19:33下载
- 积分:1