|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/c-programming-made-easy-in-60-mins-hands-on-video-lectures/
课程评论:没有评论
**C语言入门 (C Programming for Beginners) 课程总结** 本课程专为编程零基础的初学者设计,旨在打下坚实的编程基础,为未来学习 C++、Java 或 Android 编程做好准备。 **课程亮点:** * **零基础友好:** 无需任何编程经验即可开始学习。 * **应用广泛:** 学习 C 语言这一当下最流行的编程语言之一,可用于开发嵌入式软件,如智能家居设备、移动设备、机器人系统、雷达系统,以及分析 Linux 内核安全漏洞(尤其是在 Android 设备上)。 * **实践导向:** 通过动手实践的视频讲解,实时演示真实代码编写过程,帮助您快速掌握编程技能。 **核心学习内容:** * **C 语言基础:** * 编程入门与 C 语言简介 * C 编译器安装 * 变量、数组、常量 * 算术运算符与赋值 * 控制结构:`for` 循环、`while` 循环、`do...while` 循环、`switch` 语句及 `break` 语句。 * **函数:** 理解函数的使用与定义。 * **进阶 C 主题:** * 结构体 (Structures) * 联合体 (Unions) * 指针 (Pointers) * 数据检索 * 指向数组的指针 (Pointers to Arrays) * 指向函数的指针 (Pointers to Functions) * 数组的指针 (Arrays of Pointers) * **文件 I/O (输入/输出):** * 文件复制 * 文件创建 * 文件删除 通过本课程的学习,您将能够逐步成为一名合格的 C 语言程序员。
*** No Previous Programming Experience Necessary *** This programming course is for beginners who are new to programming. This course also lays the foundation for fundamental concepts in programming for any future programmer planning to learn C++, Java or Android programming.This course will help you learn on of the most popular programming languages used today to develop embedded software for the latest gadgets in home automation, mobile devices, robotic systems, radar systems or analyzing security vulnerabilities in the Linux Kernel for the latest Android devices. In this course you will learn how to become a programmer by learning the following topics with Hands-On Video Lectures that will show you with real examples in real-time on how to write programs. C Language Basics: Intro. to Programming in C Installation of a C Compiler Variables Arrays Constants Arithmetic Operators Value Assignments Control Structures For loops, While loops Do…while loops, Switch & break statements. Functions Advanced C Topics Structures Unions Pointers Data Retrieval Pointers to Arrays Arrays of Pointers Pointers to Functions File I/O Copying Files Creating Files Deleting Files