摘要: ArrayList非常类似于数组,也有人称它为数组列表,ArrayList可以动态维护 提示: 和数组相似,ArrayList中存储的数据称为元素,ArrayList可以保存的元素数就是ArrayList容量,其默认初始容量为0,可以通过索引访问ArrayList中的元素,索引从0开始 ArrayL 阅读全文
posted @ 2017-03-09 13:17 萧飒3 阅读(356) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace MyID{ class Computer { priva 阅读全文
posted @ 2017-03-09 11:01 萧飒3 阅读(913) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace PointsApp{ class Program { s 阅读全文
posted @ 2017-03-09 10:57 萧飒3 阅读(357) 评论(1) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u 阅读全文
posted @ 2017-03-09 10:51 萧飒3 阅读(520) 评论(0) 推荐(0) 编辑