02 2016 档案

摘要:python linux matplotlib 安装: 1 sudo apt-get install python-numpy 必须 先安装numpy matplotlib 安装: 1 sudo apt-get install python-matplotlib matplotlib手册: http 阅读全文
posted @ 2016-02-08 15:35 blankvoid 阅读(259) 评论(0) 推荐(0)
摘要:find 函数,复杂度O(n) 涉及一些 泛型编程 1 #include <iostream> 2 #include <string.h> 3 #include <string> 4 5 using namespace std; 6 7 template <class iterator, class 阅读全文
posted @ 2016-02-05 21:18 blankvoid 阅读(219) 评论(0) 推荐(0)