上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 136 下一页
摘要: http://ybt.ssoier.cn:8088/problem_show.php?pid=1314 #include<iostream> using namespace std; const int maxn=20+5; long long f[maxn][maxn];//数据可能超出int i 阅读全文
posted @ 2021-09-01 09:57 katago 阅读(319) 评论(0) 推荐(0)
摘要: #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)
摘要: #include<iostream> using namespace std; const int maxn=100; long long a[maxn], b[maxn];//注意要用long long a[i] 代表第i个月的成虫数量,b[i]代表第i个月的幼虫数量 int main() { i 阅读全文
posted @ 2021-08-30 16:21 katago 阅读(318) 评论(0) 推荐(0)
摘要: ubuntu 20 64bit环境 sudo apt-get install git ssh make gcc libssl-dev liblz4-tool expect g++ patchelf chrpath gawk texinfo chrpath diffstat binfmt-suppor 阅读全文
posted @ 2021-08-25 14:56 katago 阅读(2529) 评论(0) 推荐(0)
摘要: 然后这个暑假深入,用的这本,这本书是洛谷的版主写的,配合洛谷的题单刷题 , 阅读全文
posted @ 2021-08-16 15:25 katago 阅读(132) 评论(0) 推荐(0)
摘要: ./scripts/feeds uninstall -a 阅读全文
posted @ 2021-08-12 17:24 katago 阅读(70) 评论(0) 推荐(0)
摘要: 角部方四(3气) 角部刀五(4气) 一般的刀把五有8口气 https://www.sohu.com/a/388007705_740018 阅读全文
posted @ 2021-08-06 15:50 katago 阅读(712) 评论(0) 推荐(0)
摘要: 添加Makefile(必备) 如果想要可配置,添加 Config.in https://openwrt.org/docs/guide-developer/packages#dokuwiki__top https://forum.openwrt.org/t/solved-add-a-new-packa 阅读全文
posted @ 2021-08-05 11:35 katago 阅读(179) 评论(0) 推荐(0)
摘要: clean: 删除下载和创建的文件. 阅读全文
posted @ 2021-08-05 11:28 katago 阅读(690) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 136 下一页