2014年9月25日
摘要: import java.util.ArrayList;public class testList { /** * @param args */ public static void BubbleSort(int[] a){ for(int i=a.length-1;i>0;i--){ f... 阅读全文
posted @ 2014-09-25 15:56 rosizel 阅读(188) 评论(0) 推荐(0) 编辑
  2014年9月14日
摘要: 声明单链表class Node { public int value; public Node next; public Node() { value = -1; next = null; } public Nod... 阅读全文
posted @ 2014-09-14 16:05 rosizel 阅读(173) 评论(0) 推荐(0) 编辑
  2014年9月12日
摘要: http://www.jb51.net/tools/zhengze.html 阅读全文
posted @ 2014-09-12 17:34 rosizel 阅读(105) 评论(0) 推荐(0) 编辑
摘要: public class LCString2 { public static void getLCString(char[] str1, char[] str2) { int i,j; int len1,len2; len1 = str1.len... 阅读全文
posted @ 2014-09-12 16:07 rosizel 阅读(125) 评论(0) 推荐(0) 编辑
  2014年8月26日
该文被密码保护。 阅读全文
posted @ 2014-08-26 23:18 rosizel 阅读(2) 评论(0) 推荐(0) 编辑
  2014年8月24日
摘要: 阅读全文
posted @ 2014-08-24 22:30 rosizel 阅读(104) 评论(0) 推荐(0) 编辑
  2014年8月22日
摘要: 阅读全文
posted @ 2014-08-22 00:21 rosizel 阅读(85) 评论(0) 推荐(0) 编辑
  2014年8月20日
摘要: 阅读全文
posted @ 2014-08-20 23:52 rosizel 阅读(134) 评论(0) 推荐(0) 编辑
  2014年8月18日
摘要: start-service Wecsvcstop-service Wecsvc$USER ="dosapp"(Get-Content D:\system.ini) | ForEach-Object { $_-replace "woafont=.+","woafont=$user" } | Set-C... 阅读全文
posted @ 2014-08-18 23:08 rosizel 阅读(107) 评论(0) 推荐(0) 编辑
  2014年8月12日
摘要: this.pictureBox1.Image = Properties.Resources.Cross; 阅读全文
posted @ 2014-08-12 22:27 rosizel 阅读(200) 评论(0) 推荐(0) 编辑