C/C++
Panonsense
遇到问题,不轻易放弃。
不学习尝试新的东西,何以进步?
展开
-
【C++】对象函数的覆盖、重载、多态
C++中 覆盖 Coverage、重载 Reload、多态 Polymorphism 概念例解原创 2017-11-22 22:08:06 · 515 阅读 · 0 评论 -
Visual Studio 实用快捷键汇总
本文整理了Visual Studio环境下一些非常实用的原生快捷键,大部分作用于程序代码文本等的编辑(其中一部分快捷键可能只适用于2012版本,其他版本可能略有不同)原创 2018-08-22 15:36:30 · 532 阅读 · 0 评论 -
【C++】读取路径目录下指定类型文件列表
所编写getAllFiles函数:int getAllFiles(const string path, vector<string> &files, const string fileType, bool recurseSubdir, bool verbose);从路径目录中读取指定类型文件列表,成功返回1,失败返回0原创 2018-09-26 15:34:14 · 973 阅读 · 0 评论 -
【深度教程】Windows10 安装环境配置 (Caffe2+VS2017+Windows10+x64+CPU)
环境:Windows 10,64 位,仅支持 CPU,仅 C++实测版本:Visual Studio 2017 Professional \+ Python 3.7.2 (Anaconda 1.9.6) \+ CMake 3.13.4 \+ Git 2.20.1Caffe2 现仅支持 x64 版本,若需支持 GPU,有额外的配置步骤,具体请参考相关文档原创 2019-03-07 15:57:53 · 4711 阅读 · 4 评论