ithewei / awesome-c-cnLinks
C 资源大全中文版,包括了:构建系统、编译器、数据库、加密、初中高的教程/指南、书籍、库等。
☆14Updated 4 years ago
Alternatives and similar repositories for awesome-c-cn
Users that are interested in awesome-c-cn are comparing it to the libraries listed below
Sorting:
- C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等☆16Updated 5 years ago
- 根据工作中经常需要用到的,基于C语言封装的一些常用工具类库,便于在工程项目中参考引用☆59Updated 4 years ago
- 跨平台C语言基础库,适配任意ANSI_C编译器【字符串、文件、目录、时间、数组/队列、线程池、BASE64、CRC32、MD5、SHA1、URL编解码、码表实现UTF8/GBK编码转换】☆34Updated 9 years ago
- Message queue and thread pool implementations of C++ Workflow☆37Updated 3 months ago
- C/C++,跨平台,OS原生异步IO接口,纯C有栈和无栈C++20协程调度核心☆171Updated 3 weeks ago
- C Language Template Library C语言 模板库☆33Updated 10 months ago
- Loki是由Andrei编写的一个与《Modern C++ Design》(C++设计新思维)一书配套发行的C++代码库。 它不仅把C++模板的功能发挥到了极致,而且把类似设计模式这样思想层面的东西通过库来提供。☆56Updated 10 years ago
- My Makefile for Linux, application & driver☆44Updated 5 years ago
- Tracer is a header-only lightweight performance tracing library for recording and analyzing C++ program execution. It helps developers id…☆50Updated 4 months ago
- A design pattern library developed in modern c++.☆56Updated 3 years ago
- 完善visual studio的posix c库函数。使得原来linux下的项目代码,可以直接被VS编译调试,生成windows下可执行程序。