12 2015 档案

摘要:Compare the following two extern functions in c++:(1) 1 extern "C" 2 { 3 void test() 4 { 5 vector a(10); 6 for (auto i = 0; i a(1... 阅读全文
posted @ 2015-12-10 00:55 luglio 阅读(110) 评论(0) 推荐(0)
摘要:When using biber I usually follow the order of pdflatex → biber → pdflatex → pdflatex, which is not an available option of many IDEs.#! /bin/bash# # A... 阅读全文
posted @ 2015-12-07 14:44 luglio 阅读(248) 评论(0) 推荐(0)