|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/the-essence-of-computer-science-with-c/
课程评论:没有评论
**课程名称:** C++ 计算机科学精要 **课程概述:** 本课程通过 C++ 语言的介绍,为学员提供简明扼要的编程知识。课程从计算机科学的基础知识及其相关主题入手,之后深入讲解内存概念和内存分配,帮助学员直观理解声明和执行流程。接着,课程以易于理解的方式讲解顺序、选择和重复控制结构,为学习其他大多数编程语言的控制结构打下基础。在掌握控制结构后,学员将学习如何利用函数这一概念来提高程序效率和简洁性。最后,课程将详细介绍指针、结构体和文件处理。 本课程的每个主题都包含理论和实践两部分。理论部分旨在帮助学员理解概念,实践部分则通过编码将所学知识付诸实践。 **预期学习成果:** 学员将获得扎实的编程入门知识,并能以 C++ 为基础,轻松理解和切换到其他编程语言,因为课程强调的是编程的核心概念。
This course will give you a brief yet concise knowledge of programming through an introduction to C++. The course will start by giving you the fundamentals of computer science and the many related topics that come with it. Then you will pass on to the concept of memory and memory allocation, this part will give you a helping hand in visualizing declarations and flow of execution. Moving on we will see control structures of sequences, selection and repetition in a way that will aid our understanding of control structures in most programming languages. after finishing control structures, we will work on making our program more efficient and short using concepts known as functions. Finally we will end the course by having detailed lessons on pointers, structures and file handling. Every course topic has two parts: A theory part ( This is where you will try to grasp the concept of the topic) and A coding part ( This is where you will practically do the ideas we learned in the theory part). The expected final result from this course is having a detailed introductory knowledge of programming aided by C++. The course taker will be capable of easily shifting from language to language guided by the main concepts of this course.