摘要: system.collection 命名空间,接口和类 对象(列表。列队。位数组。哈希表和字典) arraylist 用到queue队列集合,stack栈集合,哈希表集合arrylist arry 的异同都实现ilist,icollection,ienumerable接口。索引起始位置一样... 阅读全文
posted @ 2015-08-10 23:49 人走茶亦凉 阅读(178) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace ConsoleApplication31{ class Prog... 阅读全文
posted @ 2015-08-10 23:30 人走茶亦凉 阅读(355) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 冒泡排序{ class Program { static void bubble_sort... 阅读全文
posted @ 2015-08-10 00:48 人走茶亦凉 阅读(251) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace 验证码2{ class Program { ... 阅读全文
posted @ 2015-08-10 00:14 人走茶亦凉 阅读(572) 评论(0) 推荐(0) 编辑