forked from pythonpeixun/article
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3102923
commit 61f0b02
Showing
1 changed file
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
# c语言从入门到精通远程视频培训 | ||
|
||
##培训的唯一目的: | ||
以c语言为载体、通过计算思维、解决问题、编程思路的训练;学会编程。 | ||
|
||
学习形式:学员看50讲视频 + 作业 +qq答疑(在线辅导一年) | ||
学习时间:从2015年3月开始,学习时间3到6个月,学员自由安排 | ||
费用:5000元 | ||
联系方式: | ||
咨询qq:1465376564 电话:18610508486 黄老师 | ||
|
||
##内容简介 | ||
1、Linux常用命令和c语言开发环境 | ||
|
||
2、计算思维概述、c语言之hello world | ||
|
||
3、格式化输出、输入 | ||
|
||
4、语句和表达式 | ||
|
||
5、面向过程编程之选择 | ||
|
||
6、面向过程编程之循环 | ||
|
||
7、基本数据类型 | ||
|
||
8、数组 | ||
|
||
9、函数 | ||
|
||
10、递归算法 | ||
|
||
11、程序结构 | ||
|
||
12、指针 | ||
|
||
13、指针和数组 | ||
|
||
14、字符串 | ||
|
||
15、预处理器 | ||
|
||
16、结构、联合、枚举 | ||
|
||
17、指针的高级应用 | ||
|
||
18、声明 | ||
|
||
19、程序设计 | ||
|
||
20、底层程序设计 | ||
|
||
21、标准库 | ||
|
||
22、输入输出 | ||
|
||
23、编写大型程序 | ||
|
||
24、接口设计、模块花开发 | ||
|
||
25、错误处理、gdb调试、单元测试 | ||
|
||
26、linux下网络编程 | ||
|
||
27、多线程 | ||
|
||
28、git简介 | ||
|
||
#参考书: | ||
|
||
《C语言程序设计:现代方法(第2版)》 | ||
《C Primer Plus(第5版 中文版)》 | ||
《C程序设计语言(第2版·新版) 》 | ||
《C和指针 POINTERS ON C 》 | ||
|
||
[请观看黄哥python培训试听课程](https://github.com/pythonpeixun/article/blob/master/python_shiping.md) |