摘要: 转自:http://blog.chinaunix.net/uid-24194439-id-90780.html一些字符串函数的实现http://www.cnblogs.com/JCSU/articles/1305401.html【参考】这些函数实现最好参考linux内核源码,向大师学习!#inclu... 阅读全文
posted @ 2014-10-11 19:06 kira2will 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 转自:C语言字符串操作函数 - strcpy、strcmp、strcat、反转、回文 C++常用库函数atoi,itoa,strcpy,strcmp的实现作者:jcsuC语言字符串操作函数1. 字符串反转 - strRev2. 字符串复制 - strcpy3. 字符串转化为整数 - a... 阅读全文
posted @ 2014-10-11 19:04 kira2will 阅读(541) 评论(0) 推荐(0) 编辑
摘要: ( ╯□╰ ) 阅读全文
posted @ 2014-10-11 18:33 kira2will 阅读(289) 评论(0) 推荐(0) 编辑
摘要: ( ╯□╰ ) 阅读全文
posted @ 2014-10-11 18:31 kira2will 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 转:http://www.itmian4.com/thread-6504-1-1.html最小区间原题k个有序的数组,找到最小的区间范围使得这k个数组中,每个数组至少有一个数字在这个区间范围内。比如:数组1:[4, 10, 15, 24, 26]数组2:[0, 9, 12, 20]数组3:[5, 1... 阅读全文
posted @ 2014-10-11 18:27 kira2will 阅读(3101) 评论(0) 推荐(3) 编辑