- 博客(4)
- 收藏
- 关注
原创 mxnet编译
基本依赖安装sudo apt-get upgradesudo apt-get install -y build-essential git libatlas-base-dev libopencv-dev命令行输入:git clone --no-checkout https://github.com/apache/mxnetcd mxnetgit checkout 1.4.0 -b 1.4.0git submodule update --init把make文件夹下的config.mk 复制到m
2021-01-19 15:53:56
540
转载 跨平台常用的编译器预定义的宏
跨平台常用的宏 #ifdef _WIN32 //define something for Windows (32-bit and 64-bit, this part is common) #ifdef _WIN64 //define something for Windows (64-bit only) #endif#elif __APPLE__ #include "TargetCond
2020-12-18 13:24:36
524
原创 pkexec——linux上的root密码提示小工具
pkexec——Linux图形化界面下的提示输入root密码的工具pkexecpkexec这种提示某个应用需要以超级用户的身份运行程序,可以在某些软件中调用申请root密码
2020-12-13 22:17:43
3560
1
原创 PTA天梯赛 古风排版(最短版,已通过)
7-7 古风排版代码:#include<iostream>using namespace std;int main(){ char a[2000]; int n,i=0,j,c; cin>>n; getchar(); while((a[i]=getchar())!='\n')i++; for(;i%n!=0;i++...
2020-02-15 09:48:57
693
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人