摘要: namespace ConsoleApplication9{ class Program { static void Main(string[] args) { string[,,] a=new string[2,2,3]; ... 阅读全文
posted @ 2015-04-03 11:53 Yusarin 阅读(500) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication10{ class Program { static void Main(string[] args) { double[] a = new double[10];新建一个10个数的... 阅读全文
posted @ 2015-04-03 11:52 Yusarin 阅读(361) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication2{ class Program { static void Main(string[] args) { while (true) { ... 阅读全文
posted @ 2015-04-03 08:50 Yusarin 阅读(484) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication3{ class Program { static void Main(string[] args) { string a=Console.ReadLine(... 阅读全文
posted @ 2015-04-03 08:48 Yusarin 阅读(121) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication5{ class Program { static void Main(string[] args) { while (true) { s... 阅读全文
posted @ 2015-04-03 08:47 Yusarin 阅读(4562) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;namespace ConsoleApplication8{ class Program { static void Main(string[] ... 阅读全文
posted @ 2015-04-03 08:46 Yusarin 阅读(199) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication7{ class Program { static void Main(string[] args) { DateTime a = DateTime.Now;//定义一个新datet... 阅读全文
posted @ 2015-04-03 08:45 Yusarin 阅读(198) 评论(0) 推荐(0) 编辑