05 2008 档案

摘要:using System; using System.Collections.Generic; using System.Text; namespace Design_Pattern.Observer { public delegate void SubEventHandler(); public abstract class Subject { pub... 阅读全文
posted @ 2008-05-29 17:09 晓岚 阅读(209) 评论(0) 推荐(0)
摘要://************************************************************************ /**//// 改版内容 /// Copyright (C) 2008 All Rights Reserved //******************************************************... 阅读全文
posted @ 2008-05-29 15:51 晓岚 阅读(231) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Text; namespace Design_Pattern.Observer { /**//// /// 使用for循环对数组进行排序 /// class Paixu { static void Main(stri... 阅读全文
posted @ 2008-05-29 15:12 晓岚 阅读(130) 评论(0) 推荐(0)
摘要:// /**//* * 17个人围成一圈,从第一个人开始报数,报到3的退出,最后剩下几 */ using System; using System.Collections.Generic; using System.Text; namespace Design_Pattern.Observer { class circle2 { static void Mai... 阅读全文
posted @ 2008-05-29 14:37 晓岚 阅读(158) 评论(0) 推荐(0)