摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 面向对象 { //创建person类 public class person { //Fields:字段 private string _... 阅读全文
posted @ 2016-06-16 23:04 庚xiao午 阅读(211) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; namespace 复习CS_冒泡排序 { class Program { /// /// 题目: ... 阅读全文
posted @ 2016-06-16 21:42 庚xiao午 阅读(524) 评论(0) 推荐(0) 编辑