会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
shortail
上一页
1
2
随机滚动名字和试题 单击暂停----给媳妇儿写的爱心小应用
摘要:
阅读全文
posted @ 2015-12-15 08:57 shortail
阅读(356)
评论(0)
推荐(0)
编辑
最短路径问题 java
摘要: 1 import java.util.Scanner; 2 3 public class Shortway{ 4 int[][] e=new int[7][7]; 5 int[][] a={{0,0,0},{1,2,1},{2,4,2},{3,2,2},{4,5,3},{3,...
阅读全文
posted @ 2015-12-15 08:41 shortail
阅读(463)
评论(0)
推荐(0)
编辑
数字全排列 java深度优先搜索
摘要: 1 import java.util.Scanner; 2 import java.util.ArrayList; 3 public class Quanpailie{ 4 5 public int a[] ; 6 public int book[] ; 7 pu...
阅读全文
posted @ 2015-12-15 08:40 shortail
阅读(446)
评论(0)
推荐(0)
编辑
“接竹竿”纸牌游戏 java实现运算结果
摘要: 1 import java.util.Scanner; 2 3 public class Pukepai{ 4 int[] a=new int[1000]; 5 int[] b=new int[1000]; 6 int aleft,aright,bleft...
阅读全文
posted @ 2015-12-15 08:36 shortail
阅读(944)
评论(0)
推荐(0)
编辑
插入排序 java代码
摘要: 1 public class Paixu_charu { 2 int[] a=new int[] {8,5,7,9,1,6,7,4,2,6}; 3 public static void main(String[] args) { 4 Paixu_charu h=ne...
阅读全文
posted @ 2015-12-15 08:33 shortail
阅读(139)
评论(0)
推荐(0)
编辑
选择排序 java代码
摘要: 选择排序
阅读全文
posted @ 2015-12-15 08:28 shortail
阅读(151)
评论(0)
推荐(0)
编辑
快速排序java代码
摘要: 快速排序
阅读全文
posted @ 2015-12-15 08:26 shortail
阅读(230)
评论(0)
推荐(0)
编辑
上一页
1
2
导航
博客园
首页
联系
订阅
管理
公告