上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页

2013年10月22日

摘要: Given an int array which might contain duplicates, find the largest subset of it which form a sequence. Eg. {1,6,10,4,7,9,5} then ans is 4,5,6,7 阅读全文
posted @ 2013-10-22 08:36 苯苯吹雪 阅读(259) 评论(0) 推荐(0) 编辑
摘要: Give you an array which has n integers,it has both positive and negative integers.Now you need sort this array in a special way.After that,the negative integers should in the front,and the positive integers should in the back.Also the relative position should not be changed. eg. -1 1 3 -2 2 ans: -1 -2 1 3 2. 阅读全文
posted @ 2013-10-22 08:02 苯苯吹雪 阅读(429) 评论(0) 推荐(0) 编辑

2013年10月20日

摘要: 最小堆 行列有序矩阵求第k大元素 阅读全文
posted @ 2013-10-20 12:04 苯苯吹雪 阅读(853) 评论(0) 推荐(0) 编辑

2013年10月12日

摘要: C++ static、const和static const 以及它们的初始化 阅读全文
posted @ 2013-10-12 21:35 苯苯吹雪 阅读(311) 评论(0) 推荐(0) 编辑
摘要: PIPE, FIFO semaphore, message queue, shared memory; key 阅读全文
posted @ 2013-10-12 20:46 苯苯吹雪 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 集线器,路由器,交换机之间的区别 阅读全文
posted @ 2013-10-12 09:13 苯苯吹雪 阅读(291) 评论(0) 推荐(0) 编辑

2013年10月11日

摘要: 用C语言代码判别CPU的大小端模式 阅读全文
posted @ 2013-10-11 15:41 苯苯吹雪 阅读(2761) 评论(0) 推荐(1) 编辑

2013年10月9日

摘要: srandom(i); random(); 阅读全文
posted @ 2013-10-09 21:07 苯苯吹雪 阅读(1170) 评论(0) 推荐(0) 编辑
摘要: Boyer-Moore高质量实现代码详解与算法详解 阅读全文
posted @ 2013-10-09 16:47 苯苯吹雪 阅读(19430) 评论(7) 推荐(8) 编辑
摘要: KMP高质量代码实现详解,KMP算法详解 阅读全文
posted @ 2013-10-09 14:03 苯苯吹雪 阅读(807) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页

导航