logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

caffe--ubuntu14.04.04+cuda7.5+opencv3.0+python2.7(Anaconda)+matlab(笔记本双显卡,独显为NVIDIA1060)

1.下载和计算机相应的驱动2.编译并测试cuda中的examplesudo apt-get install build-essentialsudo make allcd bin/x86_64/Linux/release/./deviceQuery./bandwidthTest3.参考书上的依赖库安装:sudo apt-get install libpro

#caffe#linux#ubuntu
c++中有个清屏函数,system(“cls”)

#includeusing namespace std;void max(int &x,int &y){int a; cout int t; t=x; x=y; y=t; cin>>a; cout system("cls");}int main(){ int a,b; cin>>a>>b; cout system("cls")

#c++
到底了