操作系统 : CentOS7.6.1810_x64 gcc版本 :4.8.5 简介 Kaldi诞生于2009年的JohnsHopkins University,刚开始项目重点是子空间高斯模型(SGMM)建模和词汇学习抽样调查,代码也是基于HTK进行的开发,现在也是C++作为主要语言。但是随着更多参与 ...
分类:
其他好文 时间:
2019-10-20 00:46:26
阅读次数:
156
The University of MelbourneSchool of Computing and Information SystemsCOMP30026 Models of ComputationAssignment 2, 2019Released: 27 September. Deadlin ...
分类:
其他好文 时间:
2019-10-19 20:18:23
阅读次数:
143
University of MacauFaculty Of Business AdministrationISOM 3029 - Computer Programming Using C++ 2019/2020 (First Semester)Assignment 1Due date: Octobe ...
分类:
编程语言 时间:
2019-10-16 20:21:10
阅读次数:
85
由于每个元素贡献是线性的,那么等价于求每个元素出现在多少个异或和为$0$的子集内。因为是任意元素可以去异或,那么自然想到线性基。先对整个集合A求一遍线性基,设为$R$,假设$R$中元素个数为$r$,那么任取一个不在$R$内的元素,$R$中肯定存在一种取法能和这个元素异或和为$0$。同理,取定一个不在 ...
分类:
其他好文 时间:
2019-10-14 18:41:46
阅读次数:
75
高效阅读文献的技巧 整理自 University of Minnesota 化学学院Prof. Carr的视频 视频地址:[How to Read a Paper Efficiently (By Prof. Pete Carr)]:?https://www.youtube.com/watch?v=I ...
分类:
其他好文 时间:
2019-10-13 20:54:30
阅读次数:
113
PAT A1095 Cars on Campus 题目描述: Zhejiang University has 8 campuses and a lot of gates. From each gate we can collect the in/out times and the plate num ...
分类:
其他好文 时间:
2019-10-11 01:18:22
阅读次数:
79
1008 K-th Closest Distance 题意:给n个数字,m个询问,每次询问给L,R,P,K,问区间[L,R]中所有数ai都变为为|P-ai|,问第k大的数为多少? 思路:因为是绝对值,可以理解为,在[L,R]中寻找距离P第k近的距离是多少?可以二分这个距离,满足[L,R]中[p-mi ...
分类:
其他好文 时间:
2019-10-09 16:05:48
阅读次数:
92
Auckland University of Technology: STAT600 Probability – Assignment 3 Semester 2, 2019STAT600 ProbabilitySemester 2, 2019Assignment 3Instructions? Due ...
分类:
其他好文 时间:
2019-10-07 19:43:45
阅读次数:
68
Problem DescriptionIn the second year of the university somebody started a study on the romantic relations between the students. The relation "romanti ...
分类:
其他好文 时间:
2019-10-06 00:53:52
阅读次数:
103
"链接" 背景 这题其实是 " $a^\wedge b$ , $AcWing89/CH0101$ " 的原版, " $ACM ICPC$ $Czech$ $Technical$ $University$ $Open$ $Contest$ $1999$ $D$题, $POJ1995$ " 。 题意 给 ...
分类:
其他好文 时间:
2019-10-05 18:40:24
阅读次数:
92