摘要: 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)
摘要: 新的一个月就这样开始了。不知道什么时候变得很迷茫,对于一个刚实习的我来说,有好多东西需要学习,可是就是在这样一个奋发向上的阶段,我竟然想放弃了。没有原因,只想说,不喜欢。身边的朋友都不理解我,不能理解为什么我想要放弃,为什么我会有如此的想法呢?说实话,我也不知道为什么,就是觉得目前的自己不适合,不想... 阅读全文
posted @ 2015-12-01 10:31 pcc 阅读(121) 评论(0) 推荐(0)