Pinned Repositories
100-gcc-tips
A collection of gcc tips. 100 maybe just mean many here.
100-gdb-tips
A collection of gdb tips. 100 maybe just mean many here.
any
Implementation of std::experimental::any, including small object optimization, for C++11 compilers
awesome-cs-books
超过1000本的计算机经典书籍、资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
BigNumber
A really long long long long long long number in C++
bitvector
A dynamic version of std::bitset
C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
cmdline
A Command Line Parser
CodingInterviews
剑指Offer——名企面试官精讲典型编程题
CodingInterviewsNotes
涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++对象模型、 设计模式、算法(《剑指offer》、leetcode、lintcode、hihocoder、《王道程序员求职宝典》)、面试题、嵌入式相关等
xuliangfei3's Repositories
xuliangfei3/100-gdb-tips
A collection of gdb tips. 100 maybe just mean many here.
xuliangfei3/any
Implementation of std::experimental::any, including small object optimization, for C++11 compilers
xuliangfei3/awesome-cs-books
超过1000本的计算机经典书籍、资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
xuliangfei3/BigNumber
A really long long long long long long number in C++
xuliangfei3/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
xuliangfei3/cmdline
A Command Line Parser
xuliangfei3/CodingInterviews
剑指Offer——名企面试官精讲典型编程题
xuliangfei3/CodingInterviewsNotes
涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++对象模型、 设计模式、算法(《剑指offer》、leetcode、lintcode、hihocoder、《王道程序员求职宝典》)、面试题、嵌入式相关等
xuliangfei3/course
高性能并行编程与优化 - 课件
xuliangfei3/Cpp-Primer-5th-Notes-CN
📚 《C++ Primer中文版(第5版)》笔记
xuliangfei3/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
xuliangfei3/CppTemplateTutorial
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
xuliangfei3/design-patterns-cpp
C++ Design Patterns
xuliangfei3/DesignPatterns
C++ 设计模式
xuliangfei3/dynamic_bitset
Simple Useful Libraries: C++17/20 header-only dynamic bitset
xuliangfei3/Effective-Modern-Cpp
Sample code for the Effective Modern C++ book by Scott Meyers.
xuliangfei3/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
xuliangfei3/game_service_system
从0开始开发 基础库(配置文件读写、日志、多线程、多进程、锁、对象引用计数、内存池、免锁消息队列、免锁数据缓冲区、进程信号、共享内存、定时器等等基础功能组件),网络库(socket、TCP、UDP、epoll机制、连接自动收发消息等等),数据库操作库(mysql,redis、memcache API 封装可直接调用),开发框架库(消息调度处理、自动连接管理、服务开发、游戏框架、服务间消息收发、消息通信等等),消息中间件服务(不同网络节点间自动传递收发消息)等多个功能组件、服务,最后完成一套完整的服务器引擎,基于该框架引擎可开发任意的网络服务。 主体架构:N网关+N服务+N数据库代理+内存DB(Redis、MemCache)+Mysql数据库,基于该架构可建立集群,稳定高效的处理大规模、高并发消息。
xuliangfei3/HDLObf
HDLObf is intended to be a HDL Obfuscator and identifier name change utility. Primarily designed for Verilog/SystemVerilog support will be added for VHDL/SystemC in future.
xuliangfei3/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
xuliangfei3/LinkedList
🔗 A fully implemented LinkedList made to work with general Microcontrollers and Arduino projects
xuliangfei3/MemoryPool
An easy to use and efficient memory pool allocator written in C++.
xuliangfei3/muduo
Event-driven network library for multi-threaded Linux server in C++11
xuliangfei3/MyTinySTL
Achieve a tiny STL in C++11
xuliangfei3/open-register-design-tool
Tool to generate register RTL, models, and docs using SystemRDL or JSpec input
xuliangfei3/QWidgetDemo
Qt编写的一些开源的demo,预计会有100多个,一直持续更新完善,代码简洁易懂注释详细,每个都是独立项目,非常适合初学者,代码随意传播使用,拒绝打赏和捐赠,欢迎留言评论!
xuliangfei3/tinyxml2
TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.
xuliangfei3/variant_1
C++17 `std::variant` for C++11/14/17
xuliangfei3/variant_2
C++11/C++14 Variant
xuliangfei3/zguide-cn
ZMQ 指南