mirror of
https://github.com/hairrrrr/C-CrashCourse.git
synced 2026-02-03 10:43:15 +08:00
Merge branch 'master' of https://github.com/hairrrrr/C-CrashCourse
This commit is contained in:
56
README.md
56
README.md
@@ -1,2 +1,54 @@
|
||||
# C_training
|
||||
最详细的C语言教学
|
||||
<div align="center">
|
||||
<a href="#"> <img src="https://img.shields.io/badge/language-C-orange"></a>
|
||||
<a href="#weixin"> <img src="https://img.shields.io/badge/QQ%E7%BE%A4%E5%8F%B7-1040522517-blue"></a>
|
||||
<a href="#weixin"> <img src="https://img.shields.io/badge/%E5%BE%AE%E4%BF%A1%E5%85%AC%E4%BC%97%E5%8F%B7-%E4%B8%8D%E4%BC%9A%E7%BC%96%E7%A8%8B%E7%9A%84%E7%A8%8B%E5%BA%8F%E5%9C%86-blue"></a>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<div align="center">
|
||||
<img src="https://github.com/hairrrrr/C-CrashCourse/blob/master/img/logo/logo.png" width="200px">
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
## 目录 Catalogue
|
||||
<div>
|
||||
|
||||
#### <a href="https://github.com/hairrrrr/C-CrashCourse/tree/master/C%20Crash%20Course/01%20C%20Language%20Overview">01 C Language Overview C语言概论</a>
|
||||
#### <a href="https://github.com/hairrrrr/C-CrashCourse/tree/master/C%20Crash%20Course/02%20Basic%20Conception">02 Basic Conception 基本概念</a>
|
||||
#### <a href="https://github.com/hairrrrr/C-CrashCourse/tree/master/C%20Crash%20Course/03%20Formatted%20Input%26Output">03 Formatted Input&Output 格式化的输入输出</a>
|
||||
#### <a href="https://github.com/hairrrrr/C-CrashCourse/tree/master/C%20Crash%20Course/04%20Expression">04 Expression 表达式</a>
|
||||
#### <a href="https://github.com/hairrrrr/C-CrashCourse/tree/master/C%20Crash%20Course/05%20Select%20Statement">05 Select Statement 选择语句</a>
|
||||
#### <a href="https://github.com/hairrrrr/C-CrashCourse/tree/master/C%20Crash%20Course/06%20Loop">06 Loop 循环</a>
|
||||
#### <a href="https://github.com/hairrrrr/C-CrashCourse/tree/master/C%20Crash%20Course/07%20Data%20Type">07 Data Type 数据类型</a>
|
||||
#### <a href="https://github.com/hairrrrr/C-CrashCourse/tree/master/C%20Crash%20Course/08%20Array">08 Array 数组</a>
|
||||
#### <a href="https://github.com/hairrrrr/C-CrashCourse/tree/master/C%20Crash%20Course/09%20Function">09 Function 函数</a>
|
||||
#### <a href="https://github.com/hairrrrr/C-CrashCourse/tree/master/C%20Crash%20Course/11%20Pointer">11 Pointer 指针</a>
|
||||
#### <a href="https://github.com/hairrrrr/C-CrashCourse/tree/master/C%20Crash%20Course/12%20Pointer%26Array">12 Pointer&Array 指针与数组</a>
|
||||
#### <a href="https://github.com/hairrrrr/C-CrashCourse/tree/master/C%20Crash%20Course/13%20String">13 String 字符串</a>
|
||||
#### <a href="https://github.com/hairrrrr/C-CrashCourse/tree/master/C%20Crash%20Course/16%20Sturcture%26Union%26Enum">16 Structure&Union&Enum 结构&联合&枚举</a>
|
||||
#### <a href="https://github.com/hairrrrr/C-CrashCourse/tree/master/C%20Crash%20Course/17%20Advanced%20Pointer">17 Advanced Pointer 指针的高级应用</a>
|
||||
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
## 关于我 About Me
|
||||
<div id = "weixin" align="center">
|
||||
<p>我的社交平台</p>
|
||||
<a href="https://www.zhihu.com/people/wang-ni-ma-46-25"> 知乎 </a> / <a href="https://blog.csdn.net/qq_44954010"> CSDN </a> / <a href="https://www.jianshu.com/u/30f0dcfc671c"> 简书 </a>
|
||||
<br><br>
|
||||
微信公众号:不会编程的程序圆
|
||||
<p><img width="320px" src="https://github.com/hairrrrr/C-CrashCourse/blob/master/img/QR%20Code/1.png"></img></p>
|
||||
学习英语关注她,一个四六级都过了的学姐:
|
||||
<p><img width="320px" src="https://github.com/hairrrrr/C-CrashCourse/blob/master/img/QR%20Code/0.jpg"></img></p>
|
||||
QQ群:
|
||||
<p><img width="320px" src="https://github.com/hairrrrr/C-CrashCourse/blob/master/img/QR%20Code/qq.png"></img></p>
|
||||
</div>
|
||||
|
||||
### License 声明
|
||||
|
||||
本仓库内容除了少部分引用书籍和技术文档的部分内容(均在文中末尾指出),其余都是我的原创。在您引用本仓库内容或者对内容进行修改演绎时,请署名并以相同方式共享,谢谢。
|
||||
|
||||
转载文章请在开头明显处标明该页面地址。公众号等其它盈利性质的转载请联系 781728963@qq.com。
|
||||
|
||||
Reference in New Issue
Block a user