zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[Udemy] Advanced C Programming Course (2021) [En]
magnet:?xt=urn:btih:e9844443541621b28d0f6ab88106cc3b398d8f91&dn=[Udemy] Advanced C Programming Course (2021) [En]
磁力链接详情
文件列表详情
e9844443541621b28d0f6ab88106cc3b398d8f91
infohash:
168
文件数量
10.85 GB
文件大小
2023-2-27 16:58
创建日期
2024-12-12 12:43
最后访问
相关分词
Udemy
Advanced
C
Programming
Course
2021
En
19 Data Structures/003 Linked LIsts (Implementation).mp4 238.36 MB
01 Introduction/002 Class Organization.mp4 24.47 MB
01 Introduction/003 The C99 Standard.mp4 19.12 MB
01 Introduction/004 The C11 Standard.mp4 24.07 MB
02 Installing Required Software/001 Overview.mp4 15.38 MB
02 Installing Required Software/002 Installing the C compiler (Windows).mp4 88.39 MB
02 Installing Required Software/003 Installing the C compiler (Mac).mp4 45.97 MB
02 Installing Required Software/004 Installing Code Blocks (Windows).mp4 77.23 MB
02 Installing Required Software/005 Installing CodeLite (Windows).mp4 91.93 MB
02 Installing Required Software/006 Installing CodeLite (Mac).mp4 30.61 MB
02 Installing Required Software/007 Installing Visual Studio Code (Windows).mp4 22.34 MB
02 Installing Required Software/008 Installing Visual Studio Code (Linux).mp4 42.18 MB
02 Installing Required Software/009 Installing Visual Studio Code (Mac).mp4 69.13 MB
03 Starting to Write Code/001 Exploring the Code Blocks Environment.mp4 60.09 MB
03 Starting to Write Code/002 Creating a Project in Code Blocks.mp4 29.35 MB
03 Starting to Write Code/003 Exploring the Visual Studio Code Environment.mp4 76.81 MB
03 Starting to Write Code/004 Creating a Workspace and configuring the compiler in Visual Studio Code.mp4 89.43 MB
04 Working with Larger Programs/001 Overview.mp4 102.53 MB
04 Working with Larger Programs/002 Compiling multiple source files from the command line.mp4 25.63 MB
04 Working with Larger Programs/003 Makefiles.mp4 19.91 MB
04 Working with Larger Programs/004 Communication between files.mp4 17.85 MB
04 Working with Larger Programs/005 Using Header files effectively.mp4 28.49 MB
04 Working with Larger Programs/006 Heap and Stack Memory Allocation.mp4 35.33 MB
05 Storage Classes/001 Automatic Variables.mp4 53.86 MB
05 Storage Classes/002 External.mp4 67.65 MB
05 Storage Classes/003 Static.mp4 65.99 MB
05 Storage Classes/004 Register.mp4 41.28 MB
05 Storage Classes/005 (Challenge).mp4 9.42 MB
06 Advanced Data Types/001 The #define statement (constants).mp4 39.46 MB
06 Advanced Data Types/002 Using typedef.mp4 48.85 MB
06 Advanced Data Types/003 Variable Length Arrays.mp4 62.99 MB
06 Advanced Data Types/004 (Challenge) Variable Length Arrays.mp4 8.82 MB
06 Advanced Data Types/005 Flexible Array Members.mp4 26.88 MB
06 Advanced Data Types/006 (Challenge) Flexible Array Members.mp4 12.28 MB
06 Advanced Data Types/007 Complex number types.mp4 144.92 MB
06 Advanced Data Types/008 (Challenge) Complex number types.mp4 9.25 MB
06 Advanced Data Types/009 Designated Initializers.mp4 54.54 MB
06 Advanced Data Types/010 (Demonstration) Challenge solutions.mp4 94.8 MB
07 Type Qualifiers/001 const.mp4 74.62 MB
07 Type Qualifiers/002 volatile.mp4 12.97 MB
07 Type Qualifiers/003 restrict.mp4 40.71 MB
08 Bit Manipulation/001 Binary numbers and bits.mp4 30.67 MB
08 Bit Manipulation/002 (Challenge) Binary numbers and Bits.mp4 7.46 MB
08 Bit Manipulation/003 (Demonstration) Binary numbers and Bits.mp4 60.82 MB
08 Bit Manipulation/004 Bitwise Operators (Logical).mp4 105.41 MB
08 Bit Manipulation/005 Bitwise Operators (Shifting).mp4 72.61 MB
08 Bit Manipulation/006 (Challenge) Bitwise Operators.mp4 19.05 MB
08 Bit Manipulation/007 (Demonstration) Bitwise Operators.mp4 58.95 MB
08 Bit Manipulation/008 Bitmasks.mp4 79.22 MB
08 Bit Manipulation/009 Using Bit Operators to pack data.mp4 41.08 MB
08 Bit Manipulation/010 (Challenge) Setting and Reading bits.mp4 8.64 MB
08 Bit Manipulation/011 (Demonstration) Setting and Reading bits.mp4 63.49 MB
08 Bit Manipulation/012 Using Bit Fields to pack data.mp4 53.61 MB
08 Bit Manipulation/013 (Challenge) Using Bit Fields to pack data.mp4 26.14 MB
08 Bit Manipulation/014 (Demonstration) Using Bit Fields to pack data.mp4 58.41 MB
09 Advanced Control Flow/001 The goto statement.mp4 64.74 MB
09 Advanced Control Flow/002 (Challenge) The goto statement.mp4 5.07 MB
09 Advanced Control Flow/003 The null statement.mp4 19.48 MB
09 Advanced Control Flow/004 The comma operator.mp4 40.38 MB
09 Advanced Control Flow/005 setjmp and longjmp functions.mp4 74.49 MB
09 Advanced Control Flow/006 (Challenge) setjmp and longjmp functions.mp4 8.45 MB
09 Advanced Control Flow/007 (Demonstration) Advanced Control Flow.mp4 53.24 MB
10 Input and Output/001 char functions (input).mp4 156.59 MB
10 Input and Output/002 char functions (output).mp4 70.38 MB
10 Input and Output/003 (Challenge) char functions.mp4 10.45 MB
10 Input and Output/004 (Demonstration) char functions.mp4 114.33 MB
10 Input and Output/005 string functions.mp4 167.75 MB
10 Input and Output/006 (Challenge) string functions.mp4 10.3 MB
10 Input and Output/007 (Demonstration) string functions.mp4 61.34 MB
10 Input and Output/008 Formatting functions.mp4 98.13 MB
10 Input and Output/009 (Challenge) Formatting functions.mp4 7.47 MB
10 Input and Output/010 (Demonstration) Formatting functions.mp4 52.84 MB
11 Advanced Function Concepts/001 Variadic Functions.mp4 107.88 MB
11 Advanced Function Concepts/002 va_copy.mp4 42.32 MB
11 Advanced Function Concepts/003 (Challenge) Variadic Functions.mp4 22.33 MB
11 Advanced Function Concepts/004 (Demonstration) Variadic Functions.mp4 24.26 MB
11 Advanced Function Concepts/005 Recursion.mp4 160.68 MB
11 Advanced Function Concepts/006 (Challenge) Recursion.mp4 11.98 MB
11 Advanced Function Concepts/007 (Demonstration) Recursion.mp4 94.46 MB
11 Advanced Function Concepts/008 Inline Functions.mp4 24.61 MB
11 Advanced Function Concepts/009 _Noreturn Functions.mp4 25.8 MB
12 Unions/001 Overview.mp4 70.01 MB
12 Unions/002 Defining a Union.mp4 50.87 MB
12 Unions/003 Accessing Union Members.mp4 55.82 MB
12 Unions/004 (Challenge) Unions.mp4 7.66 MB
12 Unions/005 (Demonstration) Unions.mp4 41.48 MB
13 The Preprocessor/001 Overview.mp4 15.31 MB
13 The Preprocessor/002 Conditional Compilation.mp4 58.76 MB
13 The Preprocessor/003 Include guards and #undef.mp4 17.5 MB
13 The Preprocessor/004 #pragma and #error.mp4 59.95 MB
14 Macros/001 Overview.mp4 26.58 MB
14 Macros/002 Macros vs. Functions.mp4 20.01 MB
14 Macros/003 Creating your own Macros.mp4 118.97 MB
14 Macros/004 Preprocessor Operators.mp4 93.51 MB
14 Macros/005 Predefined Macros.mp4 40.75 MB
14 Macros/006 (Challenge) Macros.mp4 16.48 MB
14 Macros/007 (Demonstration) Macros.mp4 79.78 MB
15 Advanced Debugging, Analysis, and Compiler Options/001 GCC Compiler Options (part 1).mp4 177.55 MB
15 Advanced Debugging, Analysis, and Compiler Options/002 GCC Compiler Options (part 2).mp4 211.73 MB
15 Advanced Debugging, Analysis, and Compiler Options/003 Debugging with the preprocessor.mp4 133.65 MB
15 Advanced Debugging, Analysis, and Compiler Options/004 Debugging with gdb (part 1).mp4 140.73 MB
15 Advanced Debugging, Analysis, and Compiler Options/005 Debugging with gdb (part 2).mp4 205.2 MB
15 Advanced Debugging, Analysis, and Compiler Options/006 core files.mp4 106.04 MB
15 Advanced Debugging, Analysis, and Compiler Options/007 Profiling.mp4 68.62 MB
15 Advanced Debugging, Analysis, and Compiler Options/008 Static Analysis.mp4 32.07 MB
15 Advanced Debugging, Analysis, and Compiler Options/009 (Challenge).mp4 117.61 MB
15 Advanced Debugging, Analysis, and Compiler Options/010 (Demonstration).mp4 217.86 MB
16 Advanced Pointers/001 Double pointers (pointer to a pointer).mp4 78.23 MB
16 Advanced Pointers/002 Double pointers (pointer to a pointer) Part 2.mp4 127.92 MB
16 Advanced Pointers/003 (Challenge) Double pointers.mp4 33.2 MB
16 Advanced Pointers/004 (Demonstration) Double pointers.mp4 94.52 MB
16 Advanced Pointers/005 Function pointers.mp4 70.73 MB
16 Advanced Pointers/006 (Challenge) Function pointers.mp4 41.12 MB
16 Advanced Pointers/007 (Demonstration) Function pointers.mp4 69.59 MB
16 Advanced Pointers/008 void pointers.mp4 52.52 MB
17 Static Libraries and Shared Objects/001 Overview.mp4 49.72 MB
17 Static Libraries and Shared Objects/002 Creating a Static Library (archive).mp4 92.64 MB
17 Static Libraries and Shared Objects/003 (Challenge) Static Library.mp4 13.26 MB
17 Static Libraries and Shared Objects/004 (Demonstration) Static Library.mp4 138.5 MB
17 Static Libraries and Shared Objects/005 Creating a Dynamic Library (Shared object).mp4 225.42 MB
17 Static Libraries and Shared Objects/006 (Challenge) Dynamic Library.mp4 12.5 MB
17 Static Libraries and Shared Objects/007 (Demonstration) Dynamic Library.mp4 172.01 MB
17 Static Libraries and Shared Objects/008 Dynamically loading a shared object.mp4 179.7 MB
17 Static Libraries and Shared Objects/009 (Challenge) Dynamic Loading.mp4 27.56 MB
17 Static Libraries and Shared Objects/010 (Demonstration) Dynamic Loading.mp4 104.14 MB
18 Useful C Libraries/001 Assert.mp4 57.93 MB
18 Useful C Libraries/002 General Utilities (stdlib.h).mp4 114.23 MB
18 Useful C Libraries/003 General Utilities (stdlib.h) part 2.mp4 124.62 MB
18 Useful C Libraries/004 General Utilities (stdlib.h) part 3.mp4 161.07 MB
18 Useful C Libraries/005 Date and Time functions.mp4 143.5 MB
18 Useful C Libraries/006 (Challenge).mp4 7.93 MB
18 Useful C Libraries/007 (Demonstration).mp4 91.79 MB
19 Data Structures/001 Abstract Data Types.mp4 22.86 MB
19 Data Structures/002 Linked Lists (Overview).mp4 21.37 MB
01 Introduction/001 Welcome to Class!.mp4 44.71 MB
19 Data Structures/004 (Challenge) Linked Lists.mp4 21.02 MB
19 Data Structures/005 (Demonstration) Linked Lists.mp4 68.95 MB
19 Data Structures/006 Stacks (Overview).mp4 19.57 MB
19 Data Structures/007 Stacks (Implementation).mp4 57.06 MB
19 Data Structures/008 Queues (Overview).mp4 26.93 MB
19 Data Structures/009 Queues (Implementation).mp4 93.86 MB
19 Data Structures/010 Binary Trees (Overview).mp4 30.04 MB
19 Data Structures/011 Binary Trees (Implementation).mp4 77.74 MB
20 Interprocess Communication and Signals/001 Interprocess Communication.mp4 49.12 MB
20 Interprocess Communication and Signals/002 Signals (Overview).mp4 45.87 MB
20 Interprocess Communication and Signals/003 Raising a Signal.mp4 28.44 MB
20 Interprocess Communication and Signals/004 Handling a Signal using the signal function.mp4 110.64 MB
20 Interprocess Communication and Signals/005 Handling a Signal using sigaction.mp4 82.13 MB
20 Interprocess Communication and Signals/006 The fork() system call.mp4 68.05 MB
20 Interprocess Communication and Signals/007 (Challenge).mp4 23 MB
20 Interprocess Communication and Signals/008 (Demonstration).mp4 30.7 MB
21 Threads/001 Overview.mp4 45.82 MB
21 Threads/002 Creating a thread.mp4 42.56 MB
21 Threads/003 Passing arguments and returning values.mp4 62.71 MB
21 Threads/004 Common Thread functions.mp4 99.47 MB
21 Threads/005 Thread Synchronization Concepts.mp4 30.66 MB
21 Threads/006 Mutexes.mp4 93.58 MB
21 Threads/007 Condition Variables.mp4 86.02 MB
21 Threads/008 (Challenge).mp4 137.57 MB
21 Threads/009 (Demonstration).mp4 197 MB
22 Networking (Sockets)/001 Overview.mp4 28.07 MB
22 Networking (Sockets)/002 The Socket API.mp4 58.66 MB
22 Networking (Sockets)/003 Creating a Server Socket.mp4 59.37 MB
22 Networking (Sockets)/004 Creating a Client Socket.mp4 116.22 MB
22 Networking (Sockets)/005 (Challenge).mp4 11.3 MB
22 Networking (Sockets)/006 (Demonstration).mp4 97.72 MB
23 Conclusion/001 Course Summary.mp4 46.69 MB
24 Extra Information - Source code, and other stuff/002 Bonus Lecture and Information.mp4 150.4 MB
其他位置