摘要: #include<iostream> using namespace std; const int maxn=1000+5; int f[maxn][2]; //f[i][0] 前i位有几个偶数3情的况 //f[i][1] 前i位有几个奇数3 //f[i][0]=f[i-1][0]*9 + f[i- 阅读全文
posted @ 2021-08-31 17:00 katago 阅读(68) 评论(0) 推荐(0)
摘要: 选择默认配置文件:source envsetup.sh rockchip_rk3568make menuconfig保存配置文件:make savedefconfig 将修改保存到配置文件 configs/rockchip_rk3568_defconfig参考:https://wiki.t-firefly.com/zh_CN/ROC-RK3568-PC/buildroot_develop.html 阅读全文
posted @ 2021-08-31 16:08 katago 阅读(1178) 评论(0) 推荐(0)