摘要: public const int Num = 50000; //数目public const int MaxValue = 880296; //最大数public const int MinValue = 1; //最小数#region 产生随机数部分 /// <summary> /// 随机数进行排序 /// </summary> public int[] sort(int[] num) { int i, j, temp; int n = num.Le... 阅读全文
posted @ 2011-05-11 13:24 石 磊 阅读(447) 评论(0) 推荐(0) 编辑
摘要: public static string statistical_data = "统计数据信息.txt"; // List<string> list = new List<string>(); // list.Add("标题=" + Title_null_num.ToString() + "RowId=" + idr["RowId"].ToString());// list.Add("内容=" + FullContent_null_num.ToString() + &qu 阅读全文
posted @ 2011-05-11 13:14 石 磊 阅读(357) 评论(0) 推荐(0) 编辑