摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->static void Main() { int[] a = new int[10];//定义长度为10的整形数组 Random rd = ... 阅读全文
posted @ 2009-01-20 10:38 danielduan 阅读(1084) 评论(5) 推荐(0) 编辑
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Collections.Generic; using System.Text; using System.Web.UI.WebControl... 阅读全文
posted @ 2009-01-20 10:32 danielduan 阅读(735) 评论(0) 推荐(0) 编辑
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/**//// /// 冒泡排序法 /// /// 整形数组 /// 排序方向(支技升序和降序) void A... 阅读全文
posted @ 2009-01-20 10:27 danielduan 阅读(276) 评论(0) 推荐(0) 编辑
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->// 返回字符的长度,一个中文算2个 String.prototype.ChineseLength=function() { return this.replace(/[^\x00-\... 阅读全文
posted @ 2009-01-20 09:58 danielduan 阅读(264) 评论(0) 推荐(0) 编辑