摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Collections;namespace Cons... 阅读全文
posted @ 2015-08-10 22:27 小菜鸟。 阅读(259) 评论(0) 推荐(0) 编辑
摘要: int[, ,] szA = new int[2, 3, 4]{ {{1,2,3,4}, {3,4,5,5}, ... 阅读全文
posted @ 2015-08-10 22:23 小菜鸟。 阅读(384) 评论(0) 推荐(0) 编辑
摘要: int [] szA={35,24,414,315,93,91,12,13,149,15,984,222,451,241,55}; for (int m = 0; m < szA.Length; m++) { ... 阅读全文
posted @ 2015-08-10 07:38 小菜鸟。 阅读(248) 评论(0) 推荐(0) 编辑
摘要: int [] szA={35,24,414,315,93,91,12,13,149,15,984,222,451,241,55}; for (int m = 0; m szA[n+ 1]) { ... 阅读全文
posted @ 2015-08-10 07:37 小菜鸟。 阅读(452) 评论(0) 推荐(0) 编辑