|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/csharploops/
课程评论:没有评论
**课程名称:** C# 循环入门 **课程概述:** 本课程旨在帮助初学者掌握 C# 编程中的循环概念,这是成为一名程序员必备的技能。课程重点介绍最常用的循环结构:`for`、`while`、`do-while` 和 `foreach`。循环能够帮助我们重复执行操作,而无需编写大量冗余代码。 尽管循环常常是初学者遇到的难点,本课程力求以最易于理解的方式进行讲解。课程内容涵盖了循环的“为何”和“如何”两方面。“为何”侧重于理解如何将实际需求转化为 C# 代码,“如何”则会一步步演示循环的执行过程,以帮助学习者深入理解。 课程已于 **2024 年 5 月 17 日** 添加了关于 `for` 循环的填空测试,并于 **2024 年 5 月 19 日** 添加了关于 `while` 循环的填空测试,同时在 **2024 年 5 月 20 日** 加入了关于何时使用不同类型循环的测验。 课程中的概念可以迁移到其他编程语言,如 Java、C++、C、Python 等。每个课程单元都包含高清视频和详细注释的代码。学习者还可以通过课程资源下载 PDF 格式的代码。 **先修要求:** 建议学习者已具备制作简单 C# 控制台程序的经验,因为课程中的所有代码示例均基于控制台应用程序。 **优点:** * 系统讲解 C# 中的主要循环结构。 * 提供易于理解的教学方法,化解学习难点。 * 注重代码的“为何”和“如何”,深化理解。 * 提供详细注释的代码和 PDF 代码示例。 * 课程内容具有跨语言的通用性。 * 新增多种测试和测验,巩固学习效果。
Added a "Fill-In-The-Blank" test on for loops. 5/17/2024.Added a "Fill-In-Blank" test on while loops. 5/19/2024.Added a Quiz on when to use each type of loop and so on. (5/20/2024)To be a real programmer, you must know loops. This course gives an introduction to the most common loops: for, while, do while and foreach. Loops allow us to perform an action repeatedly without having to write a great amount of code. Loops do have a reputation as being a stumbling block for many aspiring programmers. This course is designed to introduce to loops in the most understandable way the author has been able to come up with. The concepts presented in this course carry over to other languages like Java, C++, C, Python and so on. Each lesson is an HD video with heavily commented code. I explain both the "why" and "how" of loops. The "why" part corresponds to understanding how to translate a given requirement into C# code. The "how" part walks you through the execution of a loop, step by step because respecting each step is required for total understanding. You can also access a PDF version of the code under lesson resources. It's best if you have already worked with C# to the extent of having made simple C# console programs. The code presented deals only with console programs, and not graphical windows. Thanks for reading, friends, and let's dive right in!