摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace ConsoleApplication1 7 { 8 class Program 9 {10 static void Main(string[] args) ... 阅读全文
posted @ 2012-09-02 22:39 梦断难寻 阅读(47307) 评论(2) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { //声明数组. 第一种方法. 声明并分配元素大小. int[] Myint = new int[30]; Myint[0] = 30; Myint... 阅读全文
posted @ 2012-09-02 20:57 梦断难寻 阅读(60583) 评论(0) 推荐(0) 编辑