wuyong66 / STLLinks
本例程提供了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
Sorting:
- C++ 学习资料,项目总结资料☆29Updated 12 years ago
- 线程池,使用了很多C++ 11的新特性, 流程和传统的差不多,但是代码简洁了很多。☆26Updated 6 years ago
- 高性能C数据结构,双向列表、红黑树、哈希表等!☆20Updated 9 years ago
- 设计模式精解-GoF 23 种设计模式解析附 C++实现源码☆50Updated 8 years ago
- 23种设计模式学习笔记,代码设计使用c++和java两种语言实现。文档结构和说明代码参考传智播客王保明老师的培训讲义,扩展案例使用java语言实现,参考了 http://www.runoob.com/design-pattern/design-pattern-tutoria…☆38Updated 5 years ago
- mini版FTP服务器实现文件上传和下载、断点续传、限速等功能☆83Updated 4 years ago
- 剑指Offer算法面试题目总结(C、C++实现)☆62Updated 5 years ago
- codes of linux programing (线程池,IO复用,进程间通信等)☆56Updated 9 years ago
- 《使用C++11编写Linux多线程程序》所附代码☆31Updated 10 years ago
- 波波老师课算法笔记☆121Updated 5 years ago
- ☆31Updated 2 years ago
- c++ mfc项目 cow☆25Updated 9 years ago
- SGI STL源码-注释版☆76Updated 6 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆56Updated 9 years ago
- C语言写的Http Server,J. David Blackstone在1999年写的一个不到 500 行的超轻量型HTTP服务器Http Server。☆20Updated 6 years ago
- 《Head First设计模式》学习代码,使用C++实现☆70Updated 10 years ago
- 程序员的自我修养--链接、装载与库: CRT 实现☆52Updated last year
- Solutions for some common algorithm problems written in C++ and Java.☆63Updated 4 years ago
- 金山卫士源码,整理运行在VS2013☆23Updated 7 years ago
- gitchat 《C++ 多线程编程详解》课程源码☆38Updated 5 years ago
- To keep the code that about the algorithms☆48Updated 4 years ago
- 企业级开源的文件传输库,支持UDP和TCP☆42Updated 6 years ago
- C++11实现的协程库,支持Win,Linux,Mac。☆35Updated 6 years ago
- 极客班C++专业样本项目资源库☆41Updated 9 years ago
- 程序员代码面试指南C++版,更新中☆118Updated 5 years ago
- c++的学习笔记☆136Updated 3 years ago
- MircoSoft Detours 4.0.1,MIT License,Support X86,X64,ARM,IA64☆12Updated 7 years ago
- 利用C++把之前的socket重新封装成类,按照面对对象思想编写,增加异常类,epoll,多线程,读写锁,然后完成一个比较完善聊天室,增加心跳包☆36Updated 5 years ago
- 将Windows和Linux的socket库的使用封装成跨平台的类库,轻松使用socket创建连接。☆28Updated 7 years ago
- 用libcurl实现http和https服务☆31Updated 6 years ago