【Udemy排名第一的C语言课程】 完整C语言编程入门课程(中英字幕)

2.3万
关注
正在缓冲...
00:00 / 00:00
自动
    倍速
    • 2.0x
    • 1.5x
    • 1.25x
    • 1.0x
    • 0.75x
    • 0.5x
    100
    更多播放设置
    播放方式
    视频比例
    其他设置
    -人正在看
    已装填 0 条弹幕
    自动平衡不同视频间的音量大小
    平衡音量同时保留更多声音细节
    关闭音量均衡
    开启画中画
    宽屏模式
    网页全屏
    进入全屏 (f)
    关闭弹幕 (d)
    视频底部15%部分为空白保留区
    特殊颜色、运动形式的弹幕
    反馈
      426
      161
      1511
      134
      🎯 C Programming For Beginners - Master the C Language 掌握 C 编程将增加你的职业选择,通过学习 C 成为更好的其他语言开发人员 ----- 📌口袋资源网 提供独家Udemy,Coursera,Skillshare,LinkedIn等国外平台课程,中英文字幕,配套资料齐全 网址:https://www.koudaizy.com/tutorials/ ----- 为什么要学习C? C 通常被认为是所有语言之母,因为许多其他语言都基于它。 尽管 C 语言很简单,但它是有史以来最强大的语言之一。考虑到它是 40 多年前创建的,它仍然被大量使用,并且通常是世界上最流行和最广泛的编程语言前 5 或 10 种。 学习 C 实际上可以让你更好地使用其他语言(如 C++、Java 或 C#)进行编程,方法是为你提供一个运行程序时计算机实际在做什么的心智模型。 通过了解事物的“幕后”工作原理,并了解内存空间、CPU 架构等,您可以创建更高效的程序,并在此过程中获得超越其他程序员的巨大优势。 如果你想成为一个更好的开发者,学习 C 是一个很好的开始! 为什么参加本课程是您可以做出的最佳决定。 在本课程结束时,您将了解 C 编程语言的基础知识,并使自己更适合入门级编程职位。 您将了解变量和不同的数据类型,能够使用函数和数组,了解指针的概念,了解控制流(决策语句和迭代)。 您将能够申请实时编程职位,并真正了解大多数现代语言所基于的核心语言! 如果您以前使用过 C 编程语言,那么本课程将加深您对它的理解。如果您从未使用过它,没问题,您会发现它可以帮助您成为更高效的 C 开发人员。 课程将根据学生的反馈在未来不断完善! 本课程不会跳过细节。您将学习如何编写高质量的代码并成为出色的问题解决者。本课程不仅介绍如何使用 C 编程语言进行编码,还包括有关“为什么”您正在做您正在做的事情的所有细节。在本课程结束时,您将完全理解 C 编程语言的概念。 ************************************************************************************* 🚀 本视频含有配套资料,如有需要,请到网站自助领取 >> https://www.koudaizy.com/tutorials/c-programming-for-beginners/ *************************************************************************************
      加入终身学习圈子 koudaizy.com, 你想要的UP都有!
      弹幕列表
      弹幕列表
      屏蔽设定
      高级弹幕
      弹幕列表填充中...
      视频选集
      (1/126)
      自动连播
      1.1. Welcome to Class!
      12:23
      1.2. Class Organization
      05:54
      1.3. Fundamentals of a Program
      17:54
      1.4. Overview
      13:41
      1.5. Language Features
      12:10
      1.6. Creating a C Program
      16:28
      2.1. Installing CodeBlocks
      06:49
      3.1. Exploring the CodeBlocks Environment
      11:22
      3.2. Creating a Project in CodeBlocks
      05:11
      3.3. Creating and running your first C Program
      08:03
      3.4. (Challenge) Writing a C program that displays your name
      05:15
      3.5. (Demonstration) Writing a C program that displays your name
      04:17
      3.6. Structure of a C Program
      07:00
      4.1. Comments
      12:32
      4.2. The preprocessor
      05:01
      4.3. The #include statement
      12:12
      4.4. Displaying Output
      04:14
      4.5. Reading input from the terminal
      13:15
      5.1. Overview
      16:56
      5.2. Basic Data Types
      17:57
      5.3. Enums and Chars
      19:24
      5.4. Format Specifiers
      13:45
      5.5. Command line arguments
      11:17
      5.6. (Challenge) Print the Area of a Rectangle
      07:12
      5.7. (Demonstration) Print the Area of a Rectangle
      12:14
      5.8. (Challenge) Create and use an enum type
      03:35
      5.9. (Demonstration) Create and use an enum type
      08:53
      6.1. Overview
      08:39
      6.2. Basic Operators
      19:56
      6.3. Bitwise Operators
      18:42
      6.4. The Cast and sizeof Operators
      12:44
      6.5. Operator Precedence
      09:59
      6.6. (Challenge) Convert minutes to years and days
      03:52
      6.7. (Demonstration) Convert minutes to years and days
      11:12
      6.8. (Challenge) Print the byte size of the basic data types
      03:06
      6.9. (Demonstration) Print the byte size of the basic data types
      05:39
      7.1. Overview
      08:40
      7.2. If Statements
      21:33
      7.3. Switch Statement
      15:45
      7.4. (Challenge) Determine amount of Pay
      05:00
      7.5. (Demonstration) Determine the amount of weekly Pay
      18:18
      7.6. For Loop
      17:50
      7.7. While and Do-While
      13:05
      7.8. Nested Loops and loop Control - Break and Continue
      11:03
      7.9. (Challenge) Guess the Number
      07:24
      7.10. (Demonstration) Guess the Number
      17:49
      8.1. Creating and using Arrays
      18:37
      8.2. Initialization
      10:10
      8.3. Multidimensional Arrays
      12:45
      8.4. Variable Length Arrays
      04:25
      8.5. (Challenge) Generate Prime Numbers
      06:22
      8.6. (Demonstration) Generate Prime Numbers
      12:34
      8.7. (Challenge) Create a simple Weather program
      05:43
      8.8. (Demonstration) Create a simple Weather Program
      14:35
      9.1. Basics
      13:43
      9.2. Defining Functions
      14:59
      9.3. Arguments and Parameters
      10:41
      9.4. Returning data from functions
      13:18
      9.5. Local and Global Variables
      10:12
      9.6. (Challenge) Write some functions!
      04:50
      9.7. (Demonstration) Write some functions!
      21:09
      9.8. (Challenge) Create a Tic Tac Toe Game
      06:46
      9.9. (Demonstration) Create a Tic Tac Toe Game
      24:07
      10.1. Overview
      08:11
      10.2. Defining a String
      14:39
      10.3. Constant Strings
      07:43
      10.4. Common String Functions
      20:31
      10.5. Searching, Tokenizing, and Analyzing Strings
      20:08
      10.6. Converting Strings
      07:05
      10.7. (Challenge) Understanding char arrays
      03:33
      10.8. (Demonstration) Understanding char arrays
      15:28
      10.9. (Challenge) Utilizing common string functions
      02:13
      10.10. (Demonstration) Utilizing common string functions
      16:47
      11.1. Overview
      21:22
      11.2. Understanding the call stack
      06:15
      11.3. Code Blocks Debugger
      12:42
      11.4. Common C Mistakes
      13:54
      11.5. Understanding Compiler Errors
      11:32
      12.1. Overview
      11:22
      12.2. Defining Pointers
      07:46
      12.3. Accessing Pointers
      13:02
      12.4. Using Pointers
      20:15
      12.5. Pointers and const
      07:32
      12.6. void pointers
      03:20
      12.7. Pointers and Arrays
      07:21
      12.8. Pointer Arithmetic
      17:44
      12.9. Pointers and Arrays Example
      07:27
      12.10. Pointers and Strings
      08:51
      12.11. Pass by reference
      14:55
      12.12. Dynamic Memory Allocation
      07:47
      12.13. malloc, calloc, and realloc
      17:45
      12.14. (Challenge) Pointer Basics
      02:37
      12.15. (Demonstration) Pointer Basics
      07:15
      12.16. (Challenge) Using Pointers as parameters
      02:15
      12.17. (Demonstration) Using Pointers as parameters
      07:42
      12.18. (Challenge) Counting characters in a String
      03:50
      12.19. (Demonstration) Counting characters in a string
      09:31
      12.20. (Challenge) Using Dynamic Memory
      02:56
      12.21. (Demonstration) Using Dynamic Memory
      10:48
      13.1. Creating and Using Structures
      20:01
      13.2. Structures and Arrays
      11:19
      13.3. Nested Structures
      10:05
      13.4. Structures and Pointers
      20:48
      13.5. Structures and Functions
      11:29
      13.6. (Challenge) Declaring and Initializing a structure
      02:05
      13.7. (Demonstration) Declaring and Initializing a structure
      08:37
      13.8. (Challenge) Structure Pointers and Functions
      03:24
      13.9. (Demonstration) Structure Pointers and Functions
      13:48
      14.1. Overview
      10:27
      14.2. Accessing Files
      16:21
      14.3. Reading for a file
      14:51
      14.4. Writing to a file
      09:36
      14.5. Finding your position in a File
      11:31
      14.6. (Challenge) Find the number of lines in a file
      02:22
      14.7. (Demonstration) Find the number of lines in a file
      07:41
      14.8. (Challenge) Convert characters in a file to uppercase
      03:24
      14.9. (Demonstration) Convert characters in a file to uppercase
      10:30
      14.10. (Challenge) Print the contents of a file in reverse order
      02:24
      14.11. (Demonstration) Print the contents of a file in reverse order
      07:23
      15.1. Standard Header Files
      03:48
      15.2. Various Functions
      12:11
      15.3. Math Functions
      03:22
      15.4. Utility Functions
      07:33
      16.1. Further Topics of Study
      09:41
      16.2. Course Summary
      13:36
      17.1. Bonus - Please Watch!
      00:49
      客服
      顶部
      赛事库 课堂 2021拜年纪