lizhenghn123 / StudyBooksView external linksLinks
我的学习资料,包括书籍、网址等
☆2,036May 10, 2014Updated 11 years ago
Alternatives and similar repositories for StudyBooks
Users that are interested in StudyBooks are comparing it to the libraries listed below
Sorting:
- A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》☆5,480Dec 29, 2022Updated 3 years ago
- 📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job s…☆37,504Aug 24, 2025Updated 5 months ago
- 中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)☆10,516Aug 20, 2024Updated last year
- 《Effective Modern C++》- 完成翻译☆8,799Nov 14, 2025Updated 3 months ago
- Event-driven network library for multi-threaded Linux server in C++11☆15,937Dec 23, 2025Updated last month
- 📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/☆25,325Aug 17, 2024Updated last year
- C++那些事☆42,851Jun 14, 2024Updated last year
- C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。☆11,009Dec 28, 2023Updated 2 years ago
- C++设计模式☆2,590Oct 11, 2024Updated last year
- 作为对《C++ Concurrency in Action - SECOND EDITION》的中文翻译。☆2,307Jan 26, 2021Updated 5 years ago
- 🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework☆4,746Aug 19, 2023Updated 2 years ago
- 作为对《C++ Concurrency in Action》英文版的中文翻译。☆2,122Jun 26, 2019Updated 6 years ago
- C++11/14/17/20 Concurrency Demystified: From Core Principles to Thread-Safe Code☆2,193Dec 25, 2024Updated last year
- 《C++ Templates 第二版》中文翻译,和原书排版一致,第一部分(1至11章)以及第18,19,20,21、22、23、24、25章已完成,其余内容逐步更新中。 个人爱好,发现错误请指正☆2,523Apr 3, 2022Updated 3 years ago
- A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.☆69,639Jan 27, 2026Updated 2 weeks ago
- 涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++…☆2,648Jan 16, 2022Updated 4 years ago
- An open-source C++ library developed and used at Facebook.☆30,252Updated this week
- 我的C++11学习资料和示例代码☆59Nov 19, 2018Updated 7 years ago
- 学习C++,学习linux编程,学习网络编程,学习reactor网络模型,自己实现一遍练手;☆374Jun 12, 2017Updated 8 years ago
- 📚 Computer Science Books 计算机技术类书籍 PDF☆3,318Mar 18, 2020Updated 5 years ago
- 免费的计算机编程类中文书籍,欢迎投稿☆116,326Jul 15, 2024Updated last year
- 剖析 STL 是一种享受的过程!☆2,527Jan 15, 2018Updated 8 years ago
- C++ Parallel Computing and Asynchronous Networking Framework☆14,298Jan 26, 2026Updated 2 weeks ago
- 学习计算机科学的一些pdf资源,欢迎赞赏☆1,563Jan 4, 2025Updated last year
- 侯捷C++课程PPT及代码,动手学起来☆1,466Dec 12, 2019Updated 6 years ago
- 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计☆183,671Aug 21, 2024Updated last year
- Linux平台下C++(C++98、C++03、C++11)实现的线程池☆643May 1, 2021Updated 4 years ago
- 学习笔记整理📚☆2,102Jun 7, 2023Updated 2 years ago
- Translation of C++ Core Guidelines [https://github.com/isocpp/CppCoreGuidelines] into Simplified Chinese.☆2,524Dec 22, 2025Updated last month
- A simple C++11 Thread Pool implementation☆8,676Jul 20, 2024Updated last year
- ---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表 、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\…☆1,927Jul 27, 2022Updated 3 years ago
- 《算法导论》第三版中算法的C++实现☆4,055Mar 14, 2024Updated last year
- 本项目曾冲到全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售☆21,516Feb 26, 2023Updated 2 years ago
- C++ Primer 5 answers☆8,307Jun 6, 2024Updated last year
- LeetCode题解,151道题完整版。☆11,346Jul 10, 2024Updated last year
- Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网//tinyhttpd.sourceforge.net☆12,106Jul 27, 2023Updated 2 years ago
- Some code snippets for sharing☆1,912Dec 5, 2024Updated last year
- C 资源大全中文版,包括了:构建系统、编译器、数据库、加密、初中高的教程/指南、书籍、库等。☆6,642Feb 10, 2023Updated 3 years ago
- 作为对《C++17 STL cookbook》英文版的中文翻译。☆1,298Jan 15, 2021Updated 5 years ago