摘要: ------------------ Windows Phones 7手机开发、.Net培训、期待与您交流! ----------------------View Code 1 class Program 2 { 3 public static int[] Map = new int[305]; 4 public static int[] PlayerPos = new int[] { 1, 1 }; 5 public static string[] PlayerName = ... 阅读全文
posted @ 2013-04-05 17:06 AlianBlank 阅读(267) 评论(0) 推荐(0) 编辑
摘要: ------------------ Windows Phones 7手机开发、.Net培训、期待与您交流! ----------------------九九乘法表 1 /// <summary> 2 /// 九九乘法表 3 /// </summary> 4 public static void JiuJiuChengFaBiao() 5 { 6 int i, j; 7 for (i = 1; i < 10; i++) 8 ... 阅读全文
posted @ 2013-04-05 15:21 AlianBlank 阅读(376) 评论(0) 推荐(0) 编辑
摘要: ------------------ Windows Phones 7手机开发、.Net培训、期待与您交流! ---------------------- 1 class Program 2 { 3 4 5 //10、 计算字符串中每种字符出现的次数(面试题)。“Welcome to Chinaworld”,不区分大小写,打印“W 2”“e 2”“l 3”…… 6 static void Main(string[] args) 7 { 8 string str = "Welcome to Chinaworld... 阅读全文
posted @ 2013-04-05 13:53 AlianBlank 阅读(162) 评论(0) 推荐(0) 编辑