C程序设计
发布者:赵伟翔
发布时间:2025-03-28
浏览次数:10
C程序设计(64课时/3学分)
C Program Designing (64 hours/3credits)
课程描述:
C语言是一种广泛使用的计算机程序设计语言,既有高级语言的特点,又有低级语言的特点,不依赖计算机硬件。它既可以用来设计系统软件,也可以用来设计应用软件。本课程的基本内容包括:顺序结构程序设计、选择结构程序设计、循环结构程序设计、数组、函数、指针等。通过课程学习,要求学生掌握C程序的设计和实现方法,并以之解决实际问题。
C has the advantages of both high-level programming languages and low-level ones, and is widely used in many fields. C can be employed to design both system software and application software. This course mainly consists of data types, operators, basic structures, array, function, pointer, and so on. Through this course, students should be proficient in C programming.