github c语言学习
时间: 2023-11-03 17:53:27 浏览: 145
以下是一些学习 C 语言的 GitHub 仓库:
1. The C Programming Language: https://github.com/VBrazo/the-c-programming-language
2. Learn C The Hard Way: https://github.com/zedshaw/learn-c-the-hard-way-lectures
3. C Programming Language Course: https://github.com/tejaswigowda/c-programming-language
4. C Programming Exercises: https://github.com/karan/Projects#classic-algorithms-and-data-structures
5. Awesome C: https://github.com/kozross/awesome-c
这些仓库都提供了大量的学习资源,包括教程、练习、项目等。可以根据自己的需要选择相应的资源进行学习。同时,GitHub 上还有许多其他的 C 语言学习资源,可以通过搜索来查找。
相关问题
github c语言项目
以下是两个C语言项目的GitHub链接:
1. C Design Patterns: https://github.com/TheAlgorithms/C-design-patterns
2. Design Patterns in C++: https://github.com/JakubVojvoda/design-patterns-cpp
这些项目提供了关于C语言和C++语言设计模式的示例代码和实现。你可以在这些项目中找到各种常见的设计模式,如单例模式、工厂模式、观察者模式等。这项目可以帮助你学习和理解如何在C语言中应用设计模式。
阅读全文