资源列表
pinpufenxi
- 信号的频谱分析,用于分析波形信号的谐波特性(The spectrum analysis of signals used to analyze the harmonic characteristics of a waveform signal)
wl01
- 神经网络浮雕化处理,神经网络对图像的处理(Robust Design and Research Based on CNN Embossing Effect)
xieobofenxi
- 小波分析程序,由于对一组信号进行小波分析。找到最优解(Wavelet analysis program, due to the wavelet analysis of a set of signals. Finding the optimal solution)
k-means
- 对样本数据进行聚类,使得聚类精确率足够的高,就可以达到聚类效果了(Clustering the sample data, and the clustering precision is high enough to achieve the clustering effect.)
CH1
- 可以快速的进行数学计算,可以很好的解决数学中遇到的各种微分积分求解的问题(The mathematical calculation can be carried out quickly, and it can solve the problem of differential integral in mathematics.)
sandia_cubature
- FOTRAN PROGRAM BY SUMEET VERMA
triangulation_triangle_neighbors
- TRIANGULATION FORTRAN NEIGHBOURS
matrix
- matlab列主元消元法解方程组,可以解任意阶矩阵方程组(Matlab solution of a set of arbitrary order matrix equations)
CAIM
- 可实现对连续的数据集进行离散化,这是一个强大的算法,离散化的数据使得特征更加明显。(It is possible to discretize the continuous data set, which is a powerful algorithm. Discretization of data makes the feature more obvious.)
EEMD
- EEMD程序包,实测好用,用于解决EMD的误差问题(EEMD program package, which is used to solve the error problem of EMD)
pan_tompkin
- 使用PT算法提起心电信号峰值点,改程序简单易懂,而且可以比较准确的提取心电信号的峰值点(PT algorithm is used to lift the peak point of ECG signal, the program is simple and easy to understand, and the peak point of ECG signal can be extracted more accurately.)
python核心编程(第二版)
- Python是纯粹的自由软件, 源代码和解释器CPython遵循 GPL(GNU General Public License)协议。Python语法简洁清晰,特色之一是强制用空白符(white space)作为语句缩进。 Python具有丰富和强大的库。它常被昵称为胶水语言,能够把用其他语言制作的各种模块(尤其是C/C++)很轻松地联结在一起。常见的一种应用情形是,使用Python快速生成程序的原型(有时甚至是程序的最终界面),然后对其中有特别要求的部分,用更合适的语言改写,比如3D游戏中的