2013年11月7日
摘要: CourseItem.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;namespace LessonList{ /// /// 课程类 /// public class CourseItem { public CourseItem() { } /// /// 实例化一个课程的对象 /// /// 课程名字 /// 课程数 ... 阅读全文
posted @ 2013-11-07 18:31 神秘藏宝室 阅读(351) 评论(0) 推荐(0) 编辑
摘要: public class List{}public class LinkedList{}public class SortedListT 相当于占座 阅读全文
posted @ 2013-11-07 15:30 神秘藏宝室 阅读(260) 评论(0) 推荐(0) 编辑
摘要: winform应用程序代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace ArrayDemo{ public partial class Form1 : Form { public Form1() { Initia... 阅读全文
posted @ 2013-11-07 15:19 神秘藏宝室 阅读(413) 评论(0) 推荐(0) 编辑

 >>>转载请注明出处<<<