Pointers, Arrays, and Recursion

所在平台: CourseraArchive

课程类别: 其他类别

大学或机构: CourseraNew

课程主页: https://www.coursera.org/archive/pointers-arrays-recursion

课程评论:没有评论

第一个写评论        关注课程

课程简介

Duke University

课程大纲

Pointers are one of the most important and powerful aspects of the C language. Pointers are critical to understanding arrays, which let you manipulate sequences of data. They also give a programmer control and flexibility when programming, enabling solutions that are clean and efficient. Some other languages use pointers implicitly—or pointer-like constructs—so understanding their use will make you a better programmer in any language.

课程评论(0条)

课程详情

The third course in the specialization Introduction to Programming in C introduces the programming constructs pointers, arrays, and recursion. Pointers provide control and flexibility when programming in C by giving you a way to refer to the location of other data. Arrays provide a way to bundle data by guaranteeing sequences of data are grouped together. Finally, recursive functions—functions that call themselves—provide an alternative to iteration that are very useful for implementing certain algorithms.

指针,数组和递归:《 C语言编程入门》专业化的第三门课程介绍了指针,数组和递归的编程构造。在C语言中进行编程时,指针通过提供一种引用其他数据位置的方式来提供控制和灵活性。数组通过确保将数据序列组合在一起来提供捆绑数据的方法。最后,递归函数(称为自身的函数)提供了迭代的替代方法,对于实现某些算法非常有用。

课程标签

0人关注该课程

主题相关的课程