图论与广度优先搜索基本(个人笔记2) 摘要:## BFS代码存在部分易错点 下面是实验用的源代码 ```c #include #include #include #include #include using namespace…… 文章列表 2020年01月09日 0 点赞 0 评论 974 浏览 评分:0.0
十六进制转为八进制【函数调用】 摘要:%x是16进制 %o是8进制 ```c #include int fact(int n){ //利用16进制转10进制再将10进制转8进制解决 if(n='0'&&s[…… 文章列表 2020年01月08日 0 点赞 0 评论 843 浏览 评分:0.0
JAM计数法 (C语言代码)(易理解型) 摘要:#### 原体链接:[[蓝桥杯][算法训练VIP]JAM计数法][18839270274] [18839270274]: https://www.dotcpp.com/oj/problem1595.…… 文章列表 2020年01月08日 0 点赞 0 评论 726 浏览 评分:9.9
蓝桥杯算法训练VIP-和为T (C语言代码)--------------C语言——菜鸟级 摘要:#### 原题链接:[[蓝桥杯][算法训练VIP]和为T][18839270274] [18839270274]: https://www.dotcpp.com/oj/problem1617.htm…… 文章列表 2020年01月08日 0 点赞 0 评论 675 浏览 评分:9.9
蓝桥杯算法训练VIP-字串统计 (C语言代码) 摘要:#### 原题链接:[[蓝桥杯][算法训练VIP]字串统计][18839270274] [18839270274]: https://www.dotcpp.com/oj/problem1619.ht…… 文章列表 2020年01月07日 0 点赞 0 评论 608 浏览 评分:9.9
蓝桥杯算法提高VIP-格子位置 (C语言代码) 摘要:#### 原题链接:[[蓝桥杯][算法提高VIP]格子位置][18839270274] [18839270274]: https://www.dotcpp.com/oj/problem1538.ht…… 文章列表 2020年01月06日 0 点赞 0 评论 745 浏览 评分:9.9
01_06 java字符串拼接时间效率 摘要:# 字符串拼接时间效率 **字符串拼接可以用 “+” StringBuffer StringBuilder** **字符串,存储在字符串常量池中,字符串一旦创建就无法更改,进行拼接后会生成…… 文章列表 2020年01月06日 0 点赞 0 评论 918 浏览 评分:9.9
蓝桥杯算法提高VIP-质数的后代 (C语言代码)(菜鸟级) 摘要:原题链接:[[蓝桥杯][算法提高VIP]质数的后代][18839270274] [18839270274]: https://www.dotcpp.com/oj/problem1565.html "…… 文章列表 2020年01月05日 0 点赞 0 评论 888 浏览 评分:9.9
蓝桥杯算法提高VIP-断案 (C语言代码)(枚举推理) 摘要:原题链接:[ [蓝桥杯][算法提高VIP]断案][18839270274] [18839270274]: https://www.dotcpp.com/oj/problem1534.html " […… 文章列表 2020年01月05日 0 点赞 0 评论 832 浏览 评分:9.9
蓝桥杯算法提高VIP-数的划分-题解(C语言代码) 【完全背包】 摘要:原题链接:[[蓝桥杯][算法提高VIP]数的划分][18839270274] [18839270274]: https://www.dotcpp.com/oj/problem1531.html "[…… 文章列表 2020年01月05日 0 点赞 0 评论 578 浏览 评分:9.0