- 博客(2)
- 收藏
- 关注
原创 hanoi 并计算移动次数 c语言
#include int i=0; void move(int n,char a,char b){ printf ("移动盘%d:%c->%c\n",n,a,b); i++; } void hanoi(int n,char a,char b,char c) { if(n==1){move(1,a,c);} else{
2015-09-14 15:34:50 1344 1
原创 Myeclipse 自带Tomcat没有欢迎页面
http://localhost:8080打不开,但能打开http://localhost:8080/项目/**.jsp网页
2015-06-04 22:44:14 1057
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人