06 2016 档案

matlab 相同函数名解决
摘要:http://jingyan.baidu.com/article/1612d500a23a8ce20e1eee07.html 阅读全文

posted @ 2016-06-26 09:42 一动不动的葱头 阅读(718) 评论(0) 推荐(0)

特征提取两个错误原因
摘要: 阅读全文

posted @ 2016-06-23 16:30 一动不动的葱头 阅读(400) 评论(0) 推荐(0)

const char* <----- > string
摘要:(1) const char* < string const char* const_txt_path=txt_path.c_str(); (2) string < const char* xxx.str() 阅读全文

posted @ 2016-06-23 14:51 一动不动的葱头 阅读(127) 评论(0) 推荐(0)

ld链接问题解决
摘要:http://stackoverflow.com/questions/480764/linux-error-while-loading-shared-libraries-cannot-open-shared-object-file-no-s 终端打上: sudo ldconfig 阅读全文

posted @ 2016-06-23 13:56 一动不动的葱头 阅读(205) 评论(0) 推荐(0)

matio使用
摘要:http://na-wiki.csc.kth.se/mediawiki/index.php/MatIO (1)build根据教程 (2)sudo ldconfig (3)写main根据链接;修改几个类型错误 (4)在caffe的makefile中加上 LIBRARIES += glog gflags 阅读全文

posted @ 2016-06-23 09:55 一动不动的葱头 阅读(958) 评论(0) 推荐(0)

显卡,不能显示问题解决
摘要:method 1:我把Intel Processor Graphics禁止掉了,然后就可以显示。之前提示分辨率低,不能显示的问题 method 2:两个接口 阅读全文

posted @ 2016-06-19 10:32 一动不动的葱头 阅读(397) 评论(0) 推荐(0)

linux 查看软件版本号
摘要:http://blog.csdn.net/micheal_j/article/details/7386623 阅读全文

posted @ 2016-06-09 10:19 一动不动的葱头 阅读(291) 评论(0) 推荐(0)

opencv3.1包安装
摘要:由于之前零零碎碎安装了很多必要的库; 现在只需: (1)下载和解压包 https://github.com/daveselinger/opencv/tree/3.1.0-with-cuda8 这里的分支是:3.1.0-with-cuda8 (2)到opencv文件夹中, mkdir build cd 阅读全文

posted @ 2016-06-09 09:05 一动不动的葱头 阅读(303) 评论(0) 推荐(0)

openmp
摘要:http://stackoverflow.com/questions/22634121/openmp-c-matrix-multiplication-run-slower-in-parallel 阅读全文

posted @ 2016-06-07 10:18 一动不动的葱头 阅读(124) 评论(0) 推荐(0)

opencv 读写矩阵
摘要:http://note.youdao.com/share/?id=75e2475e2f70f568600e3603e85863b9&type=note#/ 阅读全文

posted @ 2016-06-06 20:40 一动不动的葱头 阅读(120) 评论(0) 推荐(0)

string to const char*
摘要:https://kokkachiprogramming.wordpress.com/2012/11/12/how-to-convert-string-to-const-char-in-c/ 阅读全文

posted @ 2016-06-06 15:18 一动不动的葱头 阅读(204) 评论(0) 推荐(0)

c++ string to number
摘要:http://www.cplusplus.com/forum/general/13135/ 阅读全文

posted @ 2016-06-05 22:38 一动不动的葱头 阅读(299) 评论(0) 推荐(0)

split boost c++
摘要:http://stackoverflow.com/questions/20916232/split-c-string-boost 阅读全文

posted @ 2016-06-05 22:04 一动不动的葱头 阅读(107) 评论(0) 推荐(0)

shell time 计算
摘要:http://www.cyberciti.biz/faq/shell-script-to-get-the-time-difference/ 阅读全文

posted @ 2016-06-05 11:40 一动不动的葱头 阅读(117) 评论(0) 推荐(0)

linux常用的命令
摘要:http://cheneyph.iteye.com/blog/824746 阅读全文

posted @ 2016-06-04 11:54 一动不动的葱头 阅读(153) 评论(0) 推荐(0)

导航