摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 约瑟夫环算法 { class Program { const int Num = 41; c... 阅读全文
posted @ 2016-02-18 15:02 盘子脸 阅读(933) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 矩阵运算 { class Program { static void Main(string[] args)... 阅读全文
posted @ 2016-02-18 14:07 盘子脸 阅读(4983) 评论(1) 推荐(1) 编辑