
c++
文章平均质量分 53
835459477
机器学习
展开
-
编译twostreamfusion工程时遇到的问题
编译twostreamfusion工程时遇到的问题编译环境说明:ubuntu14.0.4gcc4.8cuda-8.0matlab2015b工程链接为:https://github.com/feichtenhofer/twostreamfusion问题1:nvcc fatal : ‘.rodata’ can not be used when making a sha...原创 2018-02-27 11:55:40 · 947 阅读 · 6 评论 -
c++中实现python中的zfill()函数的功能
c++中实现python中的zfill()函数的功能该博客主要介绍了使用c++的库函数来实现python中的zfill()的功能.也就是对一个整数的前方进行补零实现对齐:源代码:#include <iomanip>#include <sstream>#include <iostream>std::string format_int(...原创 2018-02-25 21:23:28 · 1739 阅读 · 0 评论