wuyong66 / STL
本例程提供了C++的STL常用数据结构及其算法的使用范例,比如vector、string、list、forward_list、deque、queue、stack、map、set、multimap、multiset、tuple、bitset的使用范例,以及algorithm常用的find、sort、copy、replace、count、accumulate......等泛型算法的使用范例。为面试笔试编程题提供便利
☆27Updated 6 years ago
Alternatives and similar repositories for STL:
Users that are interested in STL are comparing it to the libraries listed below
- Qt5.9 C++ 开发指南学习项目☆59Updated 6 years ago
- 设计模式精解-GoF 23 种设计模式解析附 C++实现源码☆50Updated 8 years ago
- windows下单进程/多进程/多线程/select/iocp架构的socket服务端和客户端框架☆65Updated 8 years ago
- gitchat 《C++ 多线程编程详解》课程源码☆38Updated 5 years ago
- 线程池,使用了很多C++ 11的新特性, 流程和传统的差不多,但是代码简洁了很多。☆26Updated 6 years ago
- 23种设计模式学习笔记,代码设计使用c++和java两种语言实现。文档结构和说明代码参考传智播客王保明老师的培训讲义,扩展案例使用java语言实现,参考了 http://www.runoob.com/design-pattern/design-pattern-tutoria…☆38Updated 5 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆56Updated 9 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Updated 9 years ago
- 程序员的自我修养--链接、装载与库: CRT 实现☆52Updated last year
- Solutions for some common algorithm problems written in C++ and Java.☆64Updated 4 years ago
- 《使用C++11编写Linux多线程程序》所附代码☆31Updated 9 years ago
- 实验室管理系统☆12Updated 6 years ago
- 企业级开源的文件传输库,支持UDP和TCP☆42Updated 5 years ago
- 用C++开发web服务器框架☆31Updated 3 years ago
- 高性能C数据结构,双向列表、红黑树、哈希表等!☆20Updated 9 years ago
- 极客班C++专业样本项目资源库☆41Updated 9 years ago
- 关于C++的稍微高级点的部分,包括CGI通用网关编程、STL容器和算法、lambda表达式、多线程和信号,后期将不断更新内容,加入更多readme。☆12Updated 6 years ago
- 简单C++标准库(STL)的实现☆63Updated 8 years ago
- 利用C++把之前的socket重新封装成类,按照面对对象思想编写,增加异常类,epoll,多线程,读写锁,然后完成一个比较完善聊天室,增加心跳包☆36Updated 5 years ago
- C语言写的Http Server,J. David Blackstone在1999年写的一个不到 500 行的超轻量型HTTP服务器Http Server。☆20Updated 5 years ago
- C++ 学习资料,项目总结资料☆28Updated 12 years ago
- 这是一个项目,C/S架构,服务端为C++,客户端为Qt,XML为小型数据库,主要是为了进行一些XML的操作。☆20Updated 7 years ago
- 简单有效的内存池实现☆96Updated 8 years ago
- C、C++、Qt、Linux、ARM、数据结构等学习笔记☆52Updated 3 years ago
- 2016跟侯捷学C++全方位提升技能素养-C++开发工程师-视频ppt与代码☆16Updated 5 years ago
- 用C++11的std::atomic<T>实现一个无锁队列☆17Updated 9 years ago
- C、C++和其在Linux下的编程学习,主要是51CTO、传智播客、一些经典书籍的学习等☆33Updated 11 months ago
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆22Updated 6 years ago
- 使用Qt编写的一个音乐播放器,播放库使用的开源的VLC,该播放器可以在windows和linux播放☆37Updated 3 years ago
- 高性能博客系统☆27Updated 5 years ago