cauchyschwarz
2021年12月24日
数据结构与算法分析C++语言描述 Algorithm Alnalysis
渐近表示法 渐近上界 \( T(N) = O(f(N)) \) if there are positive constants \( c \) and \( n_0 \) such that \( T...
2021年12月22日
数据结构与算法分析C++语言描述 Programming: A General Overview
C++ Classes explicit 对于只有一个参数的构造函数,应该将其声明为explicit,以避免隐式转换带来的难以查找的BUG。 mutable C++中mutable关键字存在的必要性是...
2021年12月19日
kaldi Forced Alignment
原教程 1. 在语料库的data目录下创建alignme目录,用于存放要进行对齐的音频的相关数据 text文件 此文件用于说明每段音频里包含的words,格式如下:utt_id WORD1 WORD2...
2021年12月19日
Java Servlet
Servlet 3.0 Annotations Servlet 3.0引入的annotations: 总结: Annotation web.xml equivalent Component Usage...
近期评论