
C/C++/Python
文章平均质量分 76
「已注销」
这个作者很懒,什么都没留下…
展开
-
FIFO队列并发同步访问 C++ 实现 ~~~
/* * @note :队列 * @author :Andy.Ro * @email :Qwuloo@qq.com * @date :2014-06 * */ #ifndef _XQUEUE_H_INCLUDE_ #define _XQUEUE_H_INCLUDE_ #include "../xNet/xNetDll.h" //-------------------------------原创 2014-08-06 19:26:51 · 828 阅读 · 0 评论 -
最完整的 9 种常用排序算法 c++ 模板实现
/* * @note :9 种常用排序算法 c++ 模板实现 * @author :Andy.Ro * @email :Qwuloo@qq.com * @date :2011-04 * */ #ifndef _XSORT_H_INCLUDE_ #define _XSORT_H_INCLUDE_ /* * 函数模板声明 : template RET_TYPE __name ( ... )原创 2014-08-06 15:32:25 · 669 阅读 · 0 评论