数据结构&算法
文章平均质量分 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 · 815 阅读 · 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 · 655 阅读 · 0 评论