|
所在平台: Coursera |
课程主页: https://www.coursera.org/learn/data-structures-in-c
课程评论:没有评论
课程名称:C语言中的数据结构 课程概述:C语言中的数据结构课程主要涵盖动态内存分配,以优化内存利用率。课程探讨了如何集体处理多个变量的方式,深入了解指针这一关键概念,以管理内存的存储和检索。学员将探索并理解结构体,这是一种C语言特有的用户定义数据类型,能够结合不同的数据项。 课程大纲: - 名称:指针简介 - 描述:介绍指针的基本概念及其在C语言中的重要性。 - 名称:指针与数组 - 描述:深入探讨指针与数组之间的关系,学习如何利用它们进行有效的数据处理。 - 名称:结构体部分1 - 描述:介绍结构体的基本用法及其语法,理解如何创建和使用结构体。 - 名称:结构体部分2 - 描述:进一步探讨结构体的高级用法,包括嵌套结构体和结构体数组的应用。 通过本课程,学员将能够掌握C语言中的数据结构基本概念,提高编程技能。
Name:Intro to Pointers
Description:
Name:Pointers and Arrays
Description:
Name:Part 1: Structures
Description:
Name:Part 2: Structures
Description:
Covering dynamic memory allocation for optimizing memory utilization, Data Structures in C explores ways to handle multiple variables collectively. In this course, you’ll delve into the central concept of pointers for managing the storage and retrieval of memory. Explore and understand structures, a C-specific user-defined data type combining assorted data items.