资源列表
baseline_CM.m
- CQCC feature extracting method Baseline for AntiSpoofing task
Qt5开发及实例完整版随书源代码
- QT现在比较良好的一个开发平台,QT开发里边的所有的开发例子。(QT is now a better development platform)
enframe.m
- split signal up into (overlapping) frames
CountingSort
- 改进的基于c++的计算排序算法。排序算法大体可分为两种: 一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。 另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved calculation algorithm based on C ++. There are two kinds of sorting algorithms: one is sorting
HeapSort
- 改进的基于c++的堆积排序算法。排序算法大体可分为两种: 一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。 另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved stacking algorithm based on C ++. There are two kinds of sorting algorithms: one is sorting, t
mfcc
- mfcc used in python mel-scale(mfcc used in python mel-scale)
水果识别
- 通过训练,检测水果的颜色和圆形度,对输入的水果进行识别(The fruit is identified by testing the color and rounded degree of fruit by training.)
pocs
- matlab的POCS算法。可以将多帧图像合成一帧超分辨率图。(POCS algorithm for matlab)
cqcc.m
- cqcc library for Antispoofing task
InsertSort1
- 改进的基于c++的插入排序算法。排序算法大体可分为两种: 一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。 另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved C ++ Based Insertion Sorting Algorithm. There are two kinds of sorting algorithms: one is sort
75855035
- 用易语言编写的MP3播放器原代码, 易语言5 11编译通过,()
MergeSort
- 改进的基于c++的归并排序算法。排序算法大体可分为两种: 一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。 另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved c ++ based merge sort algorithm. There are two kinds of sorting algorithms: one is sorting, th