摘要:
(1) const char* < string const char* const_txt_path=txt_path.c_str(); (2) string < const char* xxx.str() 阅读全文
2016年6月23日
摘要:
http://stackoverflow.com/questions/480764/linux-error-while-loading-shared-libraries-cannot-open-shared-object-file-no-s 终端打上: sudo ldconfig 阅读全文
摘要:
http://na-wiki.csc.kth.se/mediawiki/index.php/MatIO (1)build根据教程 (2)sudo ldconfig (3)写main根据链接;修改几个类型错误 (4)在caffe的makefile中加上 LIBRARIES += glog gflags 阅读全文
2016年6月19日
摘要:
method 1:我把Intel Processor Graphics禁止掉了,然后就可以显示。之前提示分辨率低,不能显示的问题 method 2:两个接口 阅读全文
2016年6月9日
摘要:
http://blog.csdn.net/micheal_j/article/details/7386623 阅读全文
摘要:
由于之前零零碎碎安装了很多必要的库; 现在只需: (1)下载和解压包 https://github.com/daveselinger/opencv/tree/3.1.0-with-cuda8 这里的分支是:3.1.0-with-cuda8 (2)到opencv文件夹中, mkdir build cd 阅读全文
2016年6月7日
摘要:
http://stackoverflow.com/questions/22634121/openmp-c-matrix-multiplication-run-slower-in-parallel 阅读全文
2016年6月6日
摘要:
http://note.youdao.com/share/?id=75e2475e2f70f568600e3603e85863b9&type=note#/ 阅读全文
摘要:
https://kokkachiprogramming.wordpress.com/2012/11/12/how-to-convert-string-to-const-char-in-c/ 阅读全文
2016年6月5日
摘要:
http://www.cplusplus.com/forum/general/13135/ 阅读全文