摘要:
vector: https://www.cnblogs.com/mr-wid/archive/2013/01/22/2871105.html c++ 二维数组: int **p; p = new int *[m]; for(int i = 0; i < m; i++) p[i] = new int[ 阅读全文
摘要:
机器学习定义: A computer program is said to leran from experience E with respect to some task T and some performance measure P, if it's performance on T, as 阅读全文