摘要: namespace ConsoleApplication10{ class Program { public double[] paixu(double[] a) { double temp; for (in... 阅读全文
posted @ 2015-04-19 16:56 Yusarin 阅读(236) 评论(0) 推荐(0) 编辑
摘要: namespace 一元二次方程函数解决{ class Program { static void Main(string[] args) { while (true) { ... 阅读全文
posted @ 2015-04-19 16:54 Yusarin 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 法1namespace 函数数组排序带出最大最小值及平均值{ class Program { static void Main(string[] args) { int[] b=new int[]{9,1,5,3,7}; ... 阅读全文
posted @ 2015-04-19 16:53 Yusarin 阅读(788) 评论(0) 推荐(0) 编辑
摘要: namespace 赶羊递归 { class Program { public int jisuan(int day) //创建一个函数,输入day计算出羊的总数 { int sum=0; ... 阅读全文
posted @ 2015-04-19 16:51 Yusarin 阅读(102) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication1{ class Program { struct huiyuan { public string name; public string password; ... 阅读全文
posted @ 2015-04-19 16:49 Yusarin 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 自己简单版:namespace ConsoleApplication25{ class Program { struct player { public string name; public int hp,... 阅读全文
posted @ 2015-04-19 16:48 Yusarin 阅读(183) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication30{ class Program { struct buy { public string name; public double prc; ... 阅读全文
posted @ 2015-04-19 16:44 Yusarin 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 多个箱子:namespace ConsoleApplication1{ class Program { private static void ditu(int[, ,] dt, int i) { for (int j = 0; j < ... 阅读全文
posted @ 2015-04-19 16:40 Yusarin 阅读(524) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication1{ class Program { struct xs { public string name; public double shuxue; ... 阅读全文
posted @ 2015-04-19 16:37 Yusarin 阅读(205) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication22{ class Program { struct s { public string name; public int age; } ... 阅读全文
posted @ 2015-04-19 16:34 Yusarin 阅读(265) 评论(0) 推荐(0) 编辑