03 2017 档案

摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace StringTest { class Emplo 阅读全文
posted @ 2017-03-17 12:59 际为软件事务所 阅读(518) 评论(0) 推荐(1) 编辑
摘要:class Hero { public int ATN { get; set; } public int DEF { get; set; } public int HP { get; set; } public string Name { get; set; } public bool Attack(Her... 阅读全文
posted @ 2017-03-12 13:33 际为软件事务所 阅读(341) 评论(0) 推荐(0) 编辑
摘要:52张牌随机分给4个玩家,要求每个玩家的牌用一个一维数组表示。 我们采用模拟大法。初始化一副扑克牌,洗牌,发牌。 using System; using System.Collections.Generic; using System.Linq; using System.Text; using S 阅读全文
posted @ 2017-03-12 12:37 际为软件事务所 阅读(1779) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示