上一页 1 2 3 4 5 6 7 ··· 18 下一页

2013年8月11日

摘要: http://www.ibm.com/developerworks/library/l-awk1/http://www.thegeekstuff.com/2010/01/awk-introduction-tutorial-7-awk-print-examples/ 阅读全文
posted @ 2013-08-11 14:39 brainworm 阅读(115) 评论(0) 推荐(0) 编辑

2013年8月4日

摘要: http://blog.sciencenet.cn/blog-611051-535693.html 阅读全文
posted @ 2013-08-04 16:54 brainworm 阅读(151) 评论(0) 推荐(0) 编辑
摘要: O(n) 1 class Solution { 2 public: 3 string longestPalindrome(string s) { 4 // Start typing your C/C++ solution below 5 // DO NOT write int main() function 6 string s2 = ""; 7 for (int i = 0; i r[2 * position - i])18 r[i] = r[2 * position - i];... 阅读全文
posted @ 2013-08-04 16:46 brainworm 阅读(190) 评论(0) 推荐(0) 编辑
摘要: http://www.ahathinking.com 阅读全文
posted @ 2013-08-04 15:25 brainworm 阅读(136) 评论(0) 推荐(0) 编辑
摘要: http://www.cppblog.com/warrior0032/archive/2006/10/10/13543.htmlhttp://www.cnblogs.com/dolphin0520/archive/2011/08/24/2151846.html 阅读全文
posted @ 2013-08-04 12:16 brainworm 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 轮转二分http://www.cnblogs.com/luxiaoxun/archive/2012/10/02/2710161.html二分的变形内容如下:1)二分查找元素key的下标,如无 return -12)二分查找返回key(可能有重复)第一次出现的下标,如无return -13)二分查找返回key(可能有重复)最后一次出现的下标,如无return -14)二分查找返回刚好小于key的元素下标,如无return -15)二分查找返回刚好大于key的元素下标,如无return -1http://www.ahathinking.com/archives/179.html 阅读全文
posted @ 2013-08-04 12:15 brainworm 阅读(149) 评论(0) 推荐(0) 编辑

2013年7月2日

摘要: http://www.cnblogs.com/no7dw/archive/2012/10/09/2716515.html 阅读全文
posted @ 2013-07-02 00:57 brainworm 阅读(153) 评论(0) 推荐(0) 编辑

2013年6月30日

摘要: http://blog.csdn.net/chenqiumiao/article/details/6901309http://zhangzhibiao02005.blog.163.com/blog/static/37367820201198105043389/ 阅读全文
posted @ 2013-06-30 23:41 brainworm 阅读(146) 评论(0) 推荐(0) 编辑

2013年6月18日

摘要: http://blog.csdn.net/kanghua/article/list/1 阅读全文
posted @ 2013-06-18 00:11 brainworm 阅读(149) 评论(0) 推荐(0) 编辑

2013年6月16日

摘要: http://www.cnblogs.com/beyondstorm/archive/2008/08/26/1276278.html 阅读全文
posted @ 2013-06-16 14:19 brainworm 阅读(106) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 18 下一页

导航