摘要
C语言是一门十分重要但对初学程序设计的同学来说又是相对难学的一门计算机语言。从初学者的角度出发,按照分析问题,算法设计,编码实现及程序运行几个步骤,说明了学习C语言的方法。论文以二元一次方程组的求解过程为案例,首先详细地论述了问题分析的方法,然后从C语言学习时初学者难于掌握的运算符使用、循环控制、自定义函数、数组及指针几个方面详细地说明了分析和编码实现方法,最后说明了上机实现的方法和重要性。
C is one of the very import program design language.Oriented beginner, this paper explains the method of learning C language according to the analysis of problems, algorithm design, coding implementation and program running steps. Taking the solving process of binary first-order equations as a case, this paper discuss the method of problem analysis at first, and then illustrates the method of coding at the aspects of operator use, loop control, custom functions, arrays and pointers which are difficult for beginners in C language learning. Finally, it explains the method of computer practice.
出处
《电脑知识与技术》
2018年第10Z期113-116,共4页
Computer Knowledge and Technology
关键词
初学者
C语言
二元一次方程组
问题分析
程序实现
beginner
C Language
binary first-order equations
problem analysis
computer practice