Hanoi双塔问题-题解(C语言代码) 摘要:#### 原题链接:[问题 1109: Hanoi双塔问题][18839270274] [18839270274]: https://www.dotcpp.com/oj/problem1109.ht…… 文章列表 2020年01月21日 0 点赞 0 评论 958 浏览 评分:9.9
计算两数之间的素数和(两个数字由键盘键入) 摘要:#######include ######int main() ######{ int a,b,i,s=0; scanf("%d%d",&a,&b); for(i=a;i…… 文章列表 2020年01月22日 0 点赞 0 评论 810 浏览 评分:9.9
问题 1116: IP判断这种方法为什么不对????求帮助 摘要:# 问题 1116: IP判断 这种方法为什么不行??? ##我在提交的时候会有这种错误但是在我用的编译器上是没有的 。…… 文章列表 2020年02月03日 0 点赞 0 评论 515 浏览 评分:9.9
Python创建5个目录且每层目录中含有5个目录 目录名为128位随机字母 摘要:# Python创建5个目录且每层目录中含有5个目录 目录名为128位随机字母 ```python import os,random #取128位随机字母 def getname(): …… 文章列表 2020年02月03日 0 点赞 1 评论 966 浏览 评分:9.9
dijkstra算法,最小堆实现 摘要:使用优先级队列实现,可以把算法复杂度降至O(|E|log|V|),原题链接https://www.dotcpp.com/oj/problem1708.html #include …… 文章列表 2020年02月04日 0 点赞 0 评论 764 浏览 评分:9.9
dijkstra算法变形,次短路问题 摘要: #include #include #inclu…… 文章列表 2020年02月04日 0 点赞 0 评论 440 浏览 评分:9.9
动态规划问题,Bribe the Pri 摘要:  摘要: ------------ #### 2013年第四届 第一题:猜年龄 第二题:组素数 第三题:马虎的算式 第四题:第39级台阶 第五题:有理数类 第六题:逆波兰表达式 第七…… 文章列表 2020年02月08日 0 点赞 0 评论 907 浏览 评分:9.9