# C++ **Repository Path**: solifree/cpp ## Basic Information - **Project Name**: C++ - **Description**: C++语言特性,数据结构与算法,设计模式,工具类库等源码存储空间 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 3 - **Created**: 2020-02-21 - **Last Updated**: 2025-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: Cpp ## README ## 简介 C++之道的精选代码,按照语言特性、数据结构、算法集、设计模式、扩展库分类存放。 ## 语言特性 位集合类模板:[bitset](language%20feature/bitset) 可移动封装器:[MovableWrapper](language%20feature/MovableWrapper) 共享互斥元件:[shared_mutex](language%20feature/shared_mutex) 通用工具组件:[utility](language%20feature/utility) ### iostream [fixed-point decimal precision](language%20feature/iostream/fixed-point%20decimal%20precision.cpp) ## 数据结构 哈夫曼树:[HuffmanTree](data%20structure/HuffmanTree.cpp) ### 队列 超时队列:[TimeoutQueue](data%20structure/Queue/TimeoutQueue) 最近最久未使用置换队列:[LRUQueue](data%20structure/Queue/LRUQueue) 循环队列:[CircularQueue](data%20structure/Queue/CircularQueue) ### 并发 无锁并发链栈:[Stack](data%20structure/Stack) ## 算法集 多项式与微积分:polynomial and calculus ## 设计模式 double dispatching ## 扩展库 排序者:[Sorter](extension%20library/Sorter) 数值库:Numeric ### MySQL 连接器:Connector ### 旧版 Fraction Complex Time Date ## 作者 name:许聪 mailbox:solifree@qq.com CSDN:https://blog.csdn.net/xucongyoushan gitee:https://gitee.com/solifree github:https://github.com/SolifreeXu