Pinned Repositories
free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
CMake-Cookbook
:book: 作为对《CMake Cookbook》的中文翻译。
Concurrency-with-Modern-Cpp
:book: 作为对《Concurrency with Modern C++》的中文翻译。
CPP-17-STL-cookbook
作为对《C++17 STL cookbook》英文版的中文翻译。
CPP-Concurrency-In-Action-2ed-2019
:book: 作为对《C++ Concurrency in Action - SECOND EDITION》的中文翻译。
Cpp-Templates-2nd
《C++ Templates The Complete Guide - second edition》的非专业个人翻译
Cpp_Concurrency_In_Action
:book: 作为对《C++ Concurrency in Action》英文版的中文翻译。
free-programming-books-zh_CN
免费的计算机编程类中文书籍,欢迎投稿
Learn-LLVM-12
《Learn LLVM 12》的非专业个人翻译
Modern-CMake-for-Cpp
《Modern CMake for C++》的非专业个人翻译
xiaoweiChen's Repositories
xiaoweiChen/CPP-Concurrency-In-Action-2ed-2019
:book: 作为对《C++ Concurrency in Action - SECOND EDITION》的中文翻译。
xiaoweiChen/CMake-Cookbook
:book: 作为对《CMake Cookbook》的中文翻译。
xiaoweiChen/CPP-17-STL-cookbook
作为对《C++17 STL cookbook》英文版的中文翻译。
xiaoweiChen/Learn-LLVM-12
《Learn LLVM 12》的非专业个人翻译
xiaoweiChen/Cpp-Templates-2nd
《C++ Templates The Complete Guide - second edition》的非专业个人翻译
xiaoweiChen/Modern-CMake-for-Cpp
《Modern CMake for C++》的非专业个人翻译
xiaoweiChen/Professional-CMake
:book: 作为对《Professional CMake - A Practical Guide》的中文翻译。
xiaoweiChen/CPP-20-STL-Cookbook
《C++20 STL Cookbook》的非专业个人翻译
xiaoweiChen/Learn-LLVM-17
《Learn LLVM 17》的非专业个人翻译
xiaoweiChen/LLVM-Techniques-Tips-and-Best-Practies
《LLVM Techniques, Tips, and Best Practices》的非专业个人翻译
xiaoweiChen/The-Art-of-Writing-Efficient-Programs
《The Art of Writing Efficient Programs》的非专业个人翻译
xiaoweiChen/CMake-Best-Practices
《CMake Best Practices》的非专业个人翻译
xiaoweiChen/CXX20-The-Complete-Guide
《C++20 The Complete Guide》的非专业个人翻译
xiaoweiChen/Software-Architecture-with-Cpp
《Software Architecture with C++》的非专业个人翻译
xiaoweiChen/Data-Paralle-Cpp
个人翻译《Data Parallel C++》
xiaoweiChen/CPP-Move-Semantics
《C++ Move Semantics》的非专业个人翻译
xiaoweiChen/Template-Metaprogramming-with-CPP
《Template Metaprogramming with C++ 》的非专业个人翻译
xiaoweiChen/The-CXX-Library-Fourth-Edition-include-CXX23
《The C++ Standard Library》的非专业个人翻译
xiaoweiChen/CXX20-Get-Details
《C++20 - Get the Details 》的非专业个人翻译
xiaoweiChen/Expert-Cpp
Expert C++的个人翻译
xiaoweiChen/Modern-CMake-for-Cpp-2ed
《Modern CMake for C++ - Second Edition》的非专业个人翻译
xiaoweiChen/Professional-cpp-6ed
《Professional C++ - 6th Edition》的非专业个人翻译
xiaoweiChen/Clang-Compiler-Frontend
《Clang Compiler Frontend》的非专业个人翻译
xiaoweiChen/xiaoweiChen
MySelf
xiaoweiChen/concurrencpp
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
xiaoweiChen/Modern-CMake-zh_CN
著名 CMake 教程的简体中文翻译,中文版 Gitbook :https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ Chinese(simplified) translation of famous cmake tutorial Modern CMake. GitHub Pages : https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/
xiaoweiChen/nameof
Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
xiaoweiChen/pystring
C++ functions matching the interface and behavior of python string methods with std::string
xiaoweiChen/Weighted-Entropy-based-Quantization-for-Deep-Neural-Networks
作为对论文Weighted-Entropy-based Quantization for Deep Neural Networks的中文翻译
xiaoweiChen/xsimd
C++ wrappers for SIMD intrinsics and parallelized, optimized mathematical functions (SSE, AVX, NEON, AVX512)