摘要: namespace 英雄联盟对战{ class Program { struct player { public string name; public int hp; public int gj; public int fy; public int dj; public jn jineng; /... 阅读全文
posted @ 2015-04-08 21:58 XCml 阅读(180) 评论(0) 推荐(0) 编辑
摘要: namespace 结构体英雄联盟练一练{ class Program { struct player { public string name; public int dengji; public zy z; public zb cz; } struct zy { public int ll; p... 阅读全文
posted @ 2015-04-08 21:56 XCml 阅读(138) 评论(0) 推荐(0) 编辑
摘要: namespace 结构体_枚举类型{ class Program { struct jiegouti { public int fenshu; public string name; public string kecheng; } static void Main(string[] args) ... 阅读全文
posted @ 2015-04-08 21:54 XCml 阅读(120) 评论(0) 推荐(0) 编辑
摘要: namespace ArrayList集合的语句示例{ class Program { static void Main(string[] args) { //一:Stack集合(没有索引) 先进后出,一个一个赋值,一个一个取值,按顺序 //Stack ss = new Stack(); //ss.... 阅读全文
posted @ 2015-04-08 21:53 XCml 阅读(208) 评论(0) 推荐(0) 编辑
摘要: namespace 刘老师双色球{ class Program { static void Main(string[] args) { int count = 0; Console.WriteLine("请输入你的双色球号码"); ArrayList Ual = new ArrayList(); f... 阅读全文
posted @ 2015-04-08 21:49 XCml 阅读(202) 评论(0) 推荐(0) 编辑
摘要: namespace 集合与特殊集合{ class Program { static void Main(string[] args) { ArrayList al = new ArrayList(); al.Add("李青"); al.Add("约里克"); al.Add("安妮"); al.Add... 阅读全文
posted @ 2015-04-08 21:48 XCml 阅读(219) 评论(0) 推荐(0) 编辑
摘要: namespace 集合习题练一练{ class Program { static void Main(string[] args) { Console.WriteLine("请输入你们班的人数:"); int n = Convert.ToInt32(Console.ReadLine()); Arr... 阅读全文
posted @ 2015-04-08 21:47 XCml 阅读(189) 评论(0) 推荐(0) 编辑
摘要: namespace 集合__双色球练一练{ class Program { static void Main(string[] args) { // while (true) // { // ArrayList al = new ArrayList(); // al.Add(1); al.Add(... 阅读全文
posted @ 2015-04-08 21:46 XCml 阅读(424) 评论(0) 推荐(0) 编辑
摘要: namespace 刘老师推箱子{ class Program { static int kkk1, kkk2; static void Main(string[] args) { int x = 1, y = 1, i = 0; int[, ,] dt = new int[2, 10, 10] ... 阅读全文
posted @ 2015-04-08 21:42 XCml 阅读(163) 评论(0) 推荐(0) 编辑