k-均值聚类算法c语言版,经典的数据挖掘算法设计与实现
上传时间: 2014-01-23
上传用户:asddsd
m文件dtw,mfcc,vad,转换为c语言文件。用于声音检测
上传时间: 2013-12-18
上传用户:米卡
本C源程序可用于求M阶矩阵的行列式。其中M直接宏定义
上传时间: 2017-05-16
上传用户:1427796291
求K熵(Kolmogorov Entropy) GP算法 - \KolmogorovEntropy_GP\Main_KolmogorovEntropy_GP.m STB算法 - \KolmogorovEntropy_STB\Main_KolmogorovEntropy_STB.m
标签: KolmogorovEntropy_GPMain_Kolmogor ovEntropy_GP KolmogorovE Kolmogorov
上传时间: 2013-12-09
上传用户:gtzj
c++实现的KNN库:建立高维度的K-d tree,实现K邻域搜索,最小半径搜索
上传时间: 2013-11-29
上传用户:wpt
In C Algorithms for Real-Time DSP, author Paul M. Embree presents a complete guide to digital signal processing techniques in the C programming language. This book is structured in such a way that it will be most useful to the engineer who is familiar with DSP and the C language, but who is not necessarily an expert in both. All of the example programs in this book have been tested using standard C compilers in the UNIX and MS-DOS programming environments. In addition, the examples have been compiled using the real-time programing tools of specific real-time embedded DSP microprocessors (Analog Devices ADSP-21020 and ADSP-21062 Texas Instruments TMS320C30 and TMS320C40 and AT&T DSP32C) and then tested with real-time hardware using real-world signals.
标签: M. Algorithms Real-Time complete
上传时间: 2014-01-07
上传用户:epson850
M/M/1_(simulation MM1 in C)
标签: simulation MM1 in
上传时间: 2017-06-03
上传用户:懒龙1988
伪随机序列(N=4的M序列)的C语言编程实现,可以应用于相关分析法和最小二乘辨识的输入信号。
上传时间: 2017-06-08
上传用户:as275944189
A C++ code for generating sorting networks with n lines and m comparators as input parameters.
标签: comparators generating parameters networks
上传时间: 2017-06-14
上传用户:ZJX5201314
描述 Sramoc ( K , M ) 表示用数字0、1、2…、K-1组成的自然数中能被M整除的最小数。给定 K、M,求Sramoc ( K,M )。例如 K=2,M=7的时候,Sramoc( 2 , 7 ) = 1001。 输入 第一行为两个整数K、M满足2<=K<=10、1<=M<=1000。 输出 输出Sramoc(K,M)。 样例输入 2 7 样例输出 1001
上传时间: 2017-06-26
上传用户:亚亚娟娟123