摘要: namespace 火影忍者多人对战{ class Program { //创建一个Player的结构体 struct Player { public string name; public int hp; public int attack; public int defend; public i... 阅读全文
posted @ 2015-04-10 19:05 XCml 阅读(363) 评论(0) 推荐(0)
摘要: namespace 商场打折结构体{ class Program { struct ZhuangBei { public string name; public double price; public int amount; } static void Main(string[] args) {... 阅读全文
posted @ 2015-04-10 19:03 XCml 阅读(131) 评论(0) 推荐(0)
摘要: using System;using System.Collections;using System.Collections.Generic;using System.Text;namespace 结构体冒泡排序{ class Program { struct student { public st... 阅读全文
posted @ 2015-04-10 19:02 XCml 阅读(481) 评论(0) 推荐(0)
摘要: using System;using System.Collections;using System.Collections.Generic;using System.Text;namespace ArrayList集合排序{ class Program { struct Player { publ... 阅读全文
posted @ 2015-04-10 19:00 XCml 阅读(309) 评论(0) 推荐(0)