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
阅读(199)
推荐(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
阅读(177)
推荐(0)
2014年9月12日
摘要:
http://www.jb51.net/tools/zhengze.html
阅读全文
posted @ 2014-09-12 17:34
rosizel
阅读(109)
推荐(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
阅读(128)
推荐(0)
2014年8月26日
posted @ 2014-08-26 23:18
rosizel
阅读(2)
推荐(0)
2014年8月24日
posted @ 2014-08-24 22:30
rosizel
阅读(108)
推荐(0)
2014年8月22日
posted @ 2014-08-22 00:21
rosizel
阅读(93)
推荐(0)
2014年8月20日
posted @ 2014-08-20 23:52
rosizel
阅读(138)
推荐(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
阅读(111)
推荐(0)
2014年8月12日
摘要:
this.pictureBox1.Image = Properties.Resources.Cross;
阅读全文
posted @ 2014-08-12 22:27
rosizel
阅读(225)
推荐(0)