摘要: public partial class Frn进制 : DevComponents.DotNetBar.OfficeForm { /*PS: 1):总体思路:无论进制怎么转化,在这里同意转化成十进制,然后在做相应的转化。 如果是二进制转化为八进制:... 阅读全文
posted @ 2015-12-14 09:48 pcc 阅读(212) 评论(0) 推荐(0)
摘要: #include #include #include void ten_two(int); void ten_eight(int); void ten_sixten(int); void two_ten(int); void two_eight(int); void two_sixten(int);... 阅读全文
posted @ 2015-12-14 09:48 pcc 阅读(184) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 委托和事件{ public class GreetManager { public dele... 阅读全文
posted @ 2015-12-14 09:46 pcc 阅读(111) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections;using System.Threading;namespace threading{... 阅读全文
posted @ 2015-12-14 09:45 pcc 阅读(104) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace MyThread{ //class Program //{... 阅读全文
posted @ 2015-12-14 09:44 pcc 阅读(130) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 工厂模式{ public interface AbstractFactory { Coat... 阅读全文
posted @ 2015-12-14 09:39 pcc 阅读(138) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ public class Singleton { ... 阅读全文
posted @ 2015-12-14 09:35 pcc 阅读(136) 评论(0) 推荐(0)