spContent=C语言的学习和任何语言一样,捷径只有一条,多用,多用,多用。
C语言的学习和任何语言一样,捷径只有一条,多用,多用,多用。
—— 课程团队
课程概述
学习C语言,是为了掌握一个可以与计算机对话,让计算机听命于你的工具。这个工具的迷人之处在于,它会让你理解计算机,爱上掌控计算机的感觉。
成绩 要求
课程大纲
引言
chap0 introduction to our course
chap1 basis knowledge
chap2 Data types
chap3 Input and output
chap4 selection
chap5 loops
chap6 functions
chap7 array
chap8 pointers
chap9 array and pointers
chap10 structures
chap 11 linked lists
chap 12 files
chap 13 other data structures