资源列表
pujulei
- 谱聚类算法建立在谱图理论基础上,与传统的聚类算法相比,它具有能在任意形状的样本空间上聚类且收敛于全局最优解的优点。 该算法首先根据给定的样本数据集定义一个描述成对数据点相似度的亲合矩阵,并且计算矩阵的特征值和特征向量 , 然后选择合适 的特征向量聚类不同的数据点。谱聚类算法最初用于计算机视觉 、VLS I 设计等领域, 最近才开始用于机器学习中,并迅速成为国际上机器学习领域的研究热点。-Spectral clustering algorithm based on the spectrum b
NewTon
- 这是一个牛顿迭代算法的实现程序,很好用哦
fft_plot
- Fourier transform, and plot the shape
PH_SHIFT
- Shift the phase of a sinusoidal signal using fft method and cross checking it back it back
CalculatorTest
- calculator with java (include add, min, multi, div)
teran
- this program is for answer to one of assignments of Data Structure Book by sahni
DOP.m
- 该程序适用于GPS接收机定位精度因子DOP值计算-GPS DOP value
duomeiti
- bicubic.m bilinear.m nearest.m多媒体实验m文件 用matlab软件实现-bicubic.m bilinear.m nearest.m
Text1
- 标准正弦扫描波生成程序,可任意控制频率变化范围,fotran,自写程序,源码。-Standard sine sweep wave generator, we can control the frequency range, fotran, since the writing process, the source code.
selsort
- 选择排序法,时fortran语言编写的程序-Select the sorting method, when a program written in fortran
playground-area
- 求运动场跑道面积。根据已有数据,又派生类、基类。根据基类:矩形、圆形。派生出一个用动场类,算出2个运动场类(内、外),然后相减,即为运动场跑道面积。-playground area
zhengzeshi
- 30行代码,实现了一个正则表达式匹配器, 这段代码紧凑、优雅,高效并且实用,同时展示了C指针的强大功能。 -30 lines of code, to achieve a regular expression matcher, this code is compact, elegant, efficient and practical, while demonstrating the power of C pointers.