摘要: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
阅读全文
摘要:由于之前零零碎碎安装了很多必要的库; 现在只需: (1)下载和解压包 https://github.com/daveselinger/opencv/tree/3.1.0-with-cuda8 这里的分支是:3.1.0-with-cuda8 (2)到opencv文件夹中, mkdir build cd
阅读全文
摘要:http://stackoverflow.com/questions/22634121/openmp-c-matrix-multiplication-run-slower-in-parallel
阅读全文
摘要: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/
阅读全文
摘要:http://www.cplusplus.com/forum/general/13135/
阅读全文
摘要:http://stackoverflow.com/questions/20916232/split-c-string-boost
阅读全文
摘要:上次matlab也是这样。dir读写文件没关闭,循环读。调了半天。 这次又来!原来写了44行,应改写在42行。再一次强调,看代码要十分耐心。
阅读全文
摘要:这个 该死的错误:搞了一天。 http://www.cprogramming.com/debugging/segfaults.html 五种可能: dereferencing NULL, dereferencing an uninitialized pointer, dereferencing a
阅读全文
摘要:http://stackoverflow.com/questions/2391679/why-do-we-need-virtual-methods-in-c 简言之,声明基类时,而实际指向派生类。如果没有virtual,那么对象就无法使用这个方法, 调用时,调用的还是基类的对应的方法。
阅读全文
摘要:资料收集:https://github.com/kjw0612/awesome-rnn 代码+例子+物理意义:https://iamtrask.github.io/2015/11/15/anyone-can-code-lstm/ lstm详解:http://colah.github.io/posts
阅读全文
摘要:http://www.pittnuts.com/2015/08/gemm-of-caffe/
阅读全文
摘要:1.enum:http://en.cppreference.com/w/cpp/language/enum 2.weak_pr:http://en.cppreference.com/w/cpp/memory/weak_ptr shared_pr给释放了,weak_pr给缓冲一下作用 3.thread
阅读全文
摘要:http://www.cplusplus.com/reference/thread/thread/
阅读全文
摘要: google::InitGoogleLogging(argv[0]); //::google::InitGoogleLogging(argv[0]); 加上这句,竟然没有日志
阅读全文
摘要:http://blog.csdn.net/sndaxdrs/article/details/6175701
阅读全文
摘要:http://www.zhihu.com/question/29459586
阅读全文
摘要:http://blog.csdn.net/sndaxdrs/article/details/6175701
阅读全文