Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 1.3 KB

File metadata and controls

43 lines (37 loc) · 1.3 KB

简介

C++之道的精选代码,按照语言特性、数据结构、算法集、设计模式、扩展库分类存放。

语言特性

位集合类模板:bitset
可移动封装器:MovableWrapper
共享互斥元件:shared_mutex
通用工具组件:utility

iostream

fixed-point decimal precision

数据结构

哈夫曼树:HuffmanTree

队列

超时队列:TimeoutQueue
最近最久未使用置换队列:LRUQueue
循环队列:CircularQueue

并发

无锁并发链栈:Stack

算法集

多项式与微积分:polynomial and calculus

设计模式

double dispatching

扩展库

排序者: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