Git Product home page Git Product logo

cghstl's Introduction

简单 C++ 标准模板库(Standard Template Library)的实现

STL 技术实现简要分析

#项目简介 出于学习 C++ 标准库的目的而造的轮子。

    实现了基本的空间配置器、迭代器、容器、算法、仿函数、配接器。
    
    空间配置器的实现 allocator 文件夹
    
    迭代器的实现位于 iterator 文件夹
    
    序列式容器的实现位于 sequence containers 文件夹
    
    关联式容器的实现位于 associative containers 文件夹
    
    算法的实现位于 algorithms 文件夹
    
    仿函数的实现位于 function objects 文件夹
    
    配接器的实现位于 adapters 文件夹
    
    所有的测试文件都放在 test 文件夹
    
    version 文件夹存放着各个时期的版本

#使用方法 1、在 version 目录下下载最新版的源码

2、根据功能,引入需要的头文件(#include)

cghstl's People

Contributors

apulus avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.