xuliangfei3

xuliangfei3

Geek Repo

0

followers

0

following

Github PK Tool:Github PK Tool

xuliangfei3's repositories

100-gdb-tips

A collection of gdb tips. 100 maybe just mean many here.

Language:GoLicense:NOASSERTIONStargazers:0Issues:0Issues:0

any

Implementation of std::experimental::any, including small object optimization, for C++11 compilers

Language:C++License:BSL-1.0Stargazers:0Issues:0Issues:0

awesome-cs-books

超过1000本的计算机经典书籍、资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~

Stargazers:0Issues:0Issues:0

BigNumber

A really long long long long long long number in C++

Language:C++License:MITStargazers:0Issues:0Issues:0

C-Plus-Plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.

Language:C++License:MITStargazers:0Issues:0Issues:0

cmdline

A Command Line Parser

Language:CLicense:BSD-3-ClauseStargazers:0Issues:0Issues:0

CodingInterviews

剑指Offer——名企面试官精讲典型编程题

Language:C++License:GPL-3.0Stargazers:0Issues:0Issues:0

CodingInterviewsNotes

涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++对象模型、 设计模式、算法(《剑指offer》、leetcode、lintcode、hihocoder、《王道程序员求职宝典》)、面试题、嵌入式相关等

Language:C++Stargazers:0Issues:0Issues:0

course

高性能并行编程与优化 - 课件

Language:C++License:NOASSERTIONStargazers:0Issues:0Issues:0

Cpp-Primer-5th-Notes-CN

📚 《C++ Primer中文版(第5版)》笔记

Stargazers:0Issues:0Issues:0

CppCoreGuidelines

The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++

License:NOASSERTIONStargazers:0Issues:0Issues:0

CppTemplateTutorial

中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)

Language:C++Stargazers:0Issues:0Issues:0

design-patterns-cpp

C++ Design Patterns

License:MITStargazers:0Issues:0Issues:0

DesignPatterns

C++ 设计模式

License:MITStargazers:0Issues:0Issues:0

dynamic_bitset

Simple Useful Libraries: C++17/20 header-only dynamic bitset

License:MITStargazers:0Issues:0Issues:0

Effective-Modern-Cpp

Sample code for the Effective Modern C++ book by Scott Meyers.

Language:C++Stargazers:0Issues:0Issues:0

free-programming-books-zh_CN

:books: 免费的计算机编程类中文书籍,欢迎投稿

License:GPL-3.0Stargazers:0Issues:0Issues:0

game_service_system

从0开始开发 基础库(配置文件读写、日志、多线程、多进程、锁、对象引用计数、内存池、免锁消息队列、免锁数据缓冲区、进程信号、共享内存、定时器等等基础功能组件),网络库(socket、TCP、UDP、epoll机制、连接自动收发消息等等),数据库操作库(mysql,redis、memcache API 封装可直接调用),开发框架库(消息调度处理、自动连接管理、服务开发、游戏框架、服务间消息收发、消息通信等等),消息中间件服务(不同网络节点间自动传递收发消息)等多个功能组件、服务,最后完成一套完整的服务器引擎,基于该框架引擎可开发任意的网络服务。 主体架构:N网关+N服务+N数据库代理+内存DB(Redis、MemCache)+Mysql数据库,基于该架构可建立集群,稳定高效的处理大规模、高并发消息。

Stargazers:0Issues:0Issues:0

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.

License:GPL-2.0Stargazers:0Issues:0Issues:0

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.

License:NOASSERTIONStargazers:0Issues:0Issues:0

LinkedList

🔗 A fully implemented LinkedList made to work with general Microcontrollers and Arduino projects

License:MITStargazers:0Issues:0Issues:0

MemoryPool

An easy to use and efficient memory pool allocator written in C++.

Stargazers:0Issues:0Issues:0

muduo

Event-driven network library for multi-threaded Linux server in C++11

Language:C++License:NOASSERTIONStargazers:0Issues:0Issues:0

MyTinySTL

Achieve a tiny STL in C++11

Language:C++License:NOASSERTIONStargazers:0Issues:0Issues:0

open-register-design-tool

Tool to generate register RTL, models, and docs using SystemRDL or JSpec input

License:Apache-2.0Stargazers:0Issues:0Issues:0

QWidgetDemo

Qt编写的一些开源的demo,预计会有100多个,一直持续更新完善,代码简洁易懂注释详细,每个都是独立项目,非常适合初学者,代码随意传播使用,拒绝打赏和捐赠,欢迎留言评论!

License:NOASSERTIONStargazers:0Issues:0Issues:0

tinyxml2

TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.

License:ZlibStargazers:0Issues:0Issues:0

variant_1

C++17 `std::variant` for C++11/14/17

License:BSL-1.0Stargazers:0Issues:0Issues:0

variant_2

C++11/C++14 Variant

License:BSD-3-ClauseStargazers:0Issues:0Issues:0

zguide-cn

ZMQ 指南

Stargazers:0Issues:0Issues:0