摘要:
一、安装所有相关软件包 sudo apt-get install autoconf,automake,gcc,libtool,subversion,libatlas-dev,libatlas-base-dev,gfortran二、下载kaldi到目录kaldi-trunksvn co https:/ 阅读全文
摘要:
http://www.cnblogs.com/wentingtu/archive/2012/01/04/2311533.html 基本工作原理给定要聚类的N的对象以及N*N的距离矩阵(或者是相似性矩阵), 层次式聚类方法的基本步骤(参看S.C. Johnson in 1967)如下:1. 将每个对象 阅读全文
摘要:
class Solution {public: bool containsNearbyDuplicate(vector<int>& nums, int k) { map<int, int>int_map; map<int,int>::iterator iter; for (int i = 0; i< 阅读全文
摘要:
Given an array of integers, find if the array contains any duplicates. Your function should return true if any value appears at least twice in the arr 阅读全文
摘要:
Rotate an array of n elements to the right by k steps. For example, with n = 7 and k = 3, the array [1,2,3,4,5,6,7] is rotated to [5,6,7,1,2,3,4]. Not 阅读全文
摘要:
陆草纯 阅读全文
摘要:
转自:http://blog.csdn.net/macyang/article/details/38782399 转自:http://blog.csdn.net/macyang/article/details/38782399 转自:http://blog.csdn.net/macyang/arti 阅读全文
摘要:
http://blog.csdn.net/zzwu/article/details/575125 一个神经网络的详细连载过程。 阅读全文
摘要:
http://www.docin.com/p-710558951.html 阅读全文
摘要:
http://www.cnblogs.com/CheeseZH/p/4229910.html 阅读全文