本站已收录 番号和无损神作磁力链接/BT种子 

[FreeCourseSite.com] Udemy - Learn C for Beginners Crash Course

种子简介

种子名称: [FreeCourseSite.com] Udemy - Learn C for Beginners Crash Course
文件类型: 视频
文件数目: 151个文件
文件大小: 4.46 GB
收录时间: 2024-1-21 12:11
已经下载: 3
资源热度: 51
最近下载: 2024-5-14 09:00

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:75f98eca1ca146d7bec339f1f9b54f25755f157c&dn=[FreeCourseSite.com] Udemy - Learn C for Beginners Crash Course 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[FreeCourseSite.com] Udemy - Learn C for Beginners Crash Course.torrent
  • 1 - Introduction and Course Information/1 - Course Introduction.mp483MB
  • 1 - Introduction and Course Information/11 - Hello World.mp428.98MB
  • 1 - Introduction and Course Information/12 - Structure of a C Program.mp426.37MB
  • 1 - Introduction and Course Information/13 - Dot Notation.mp430.33MB
  • 1 - Introduction and Course Information/14 - Running Eliza.mp461.53MB
  • 1 - Introduction and Course Information/15 - Introduction to the C Language.mp450.16MB
  • 1 - Introduction and Course Information/16 - Summary.mp412.42MB
  • 1 - Introduction and Course Information/3 - What is C.mp442.1MB
  • 1 - Introduction and Course Information/4 - Getting the Software Tools.mp43.54MB
  • 1 - Introduction and Course Information/5 - Install Visual Studio on Windows.mp431.51MB
  • 1 - Introduction and Course Information/6 - Install Visual Studio on Mac.mp418.59MB
  • 1 - Introduction and Course Information/7 - Linux.mp485.05MB
  • 1 - Introduction and Course Information/8 - Configuring Visual Studio.mp439.76MB
  • 1 - Introduction and Course Information/9 - Creating our First Project.mp417.63MB
  • 10 - Classes/142 - OOP and Classes.mp428MB
  • 10 - Classes/143 - Setting Up the Airport.mp422.25MB
  • 10 - Classes/144 - Class Diagrams.mp422.98MB
  • 10 - Classes/145 - Class Members.mp413.95MB
  • 10 - Classes/146 - Constructors and Fields.mp426.92MB
  • 10 - Classes/147 - Properties Getters and Setters.mp450.11MB
  • 10 - Classes/148 - Why use Properties.mp438.5MB
  • 10 - Classes/149 - The Single Responsibility Principle.mp435.89MB
  • 10 - Classes/150 - Backing Fields and Auto Properties.mp438.95MB
  • 10 - Classes/151 - Enums.mp438.36MB
  • 10 - Classes/152 - Enum Units Challenge.mp43.46MB
  • 10 - Classes/153 - Enum Units Challenge Solution.mp443.87MB
  • 10 - Classes/154 - More Content.mp44.95MB
  • 11 - Extra Information Source code and other stuff/157 - Bonus Lecture and Information.mp475.54MB
  • 2 - Starting to Code/17 - Your Programming Careers Questions Answered.mp421.38MB
  • 2 - Starting to Code/19 - Introduction.mp49.28MB
  • 2 - Starting to Code/20 - Variables.mp427.47MB
  • 2 - Starting to Code/21 - Using var vs an Explicit Type.mp443.92MB
  • 2 - Starting to Code/22 - Guess the Number Game.mp415.39MB
  • 2 - Starting to Code/23 - Why use Variables.mp435.08MB
  • 2 - Starting to Code/24 - Guess the Number Challenge.mp421.58MB
  • 2 - Starting to Code/25 - Naming Conventions.mp437.72MB
  • 2 - Starting to Code/26 - Naming Convention Challenge.mp49.45MB
  • 2 - Starting to Code/27 - Challenge Solution.mp481.56MB
  • 2 - Starting to Code/28 - Summary.mp410.88MB
  • 3 - Writing to and Reading from the Console/29 - Introduction.mp49.08MB
  • 3 - Writing to and Reading from the Console/30 - Console Input with Readkey Part 1.mp453.24MB
  • 3 - Writing to and Reading from the Console/31 - Console Input with Readkey Part 2.mp412.24MB
  • 3 - Writing to and Reading from the Console/32 - ReadKey in the HammerBitcoin Game.mp457.99MB
  • 3 - Writing to and Reading from the Console/33 - Console Input with ReadLine.mp435.02MB
  • 3 - Writing to and Reading from the Console/34 - Reading Numbers in HammerBitcoin.mp433.31MB
  • 3 - Writing to and Reading from the Console/35 - Console Output and String Interpolation.mp415.73MB
  • 3 - Writing to and Reading from the Console/36 - String Interpolation Alignment.mp437.83MB
  • 3 - Writing to and Reading from the Console/37 - String Interpolation Formatting.mp435.96MB
  • 3 - Writing to and Reading from the Console/38 - Summary.mp411.21MB
  • 4 - C Types and Expressions/39 - Introduction.mp45.44MB
  • 4 - C Types and Expressions/40 - Primitive Types.mp437.9MB
  • 4 - C Types and Expressions/41 - int and long.mp421.73MB
  • 4 - C Types and Expressions/42 - Floating Point Types.mp422.55MB
  • 4 - C Types and Expressions/43 - float and double Precision.mp430.24MB
  • 4 - C Types and Expressions/44 - Floating Point Types.mp438.87MB
  • 4 - C Types and Expressions/45 - Decimal Accuracy.mp418.32MB
  • 4 - C Types and Expressions/46 - Expressions.mp429.54MB
  • 4 - C Types and Expressions/47 - Boolean Expressions.mp444.91MB
  • 4 - C Types and Expressions/48 - Compound Boolean Expressions.mp425.67MB
  • 4 - C Types and Expressions/49 - Boolean Variables.mp440.82MB
  • 4 - C Types and Expressions/50 - Booleans in HammerBitcoin.mp459.12MB
  • 4 - C Types and Expressions/51 - Solution to Boolean Expression Challenge.mp454.48MB
  • 4 - C Types and Expressions/52 - Classes and Objects.mp432.76MB
  • 4 - C Types and Expressions/53 - Car Instances.mp425.16MB
  • 4 - C Types and Expressions/54 - Fields.mp425.82MB
  • 4 - C Types and Expressions/55 - Class Constructors.mp420.41MB
  • 4 - C Types and Expressions/56 - Private and Public Members.mp418.85MB
  • 4 - C Types and Expressions/57 - Summary.mp45.39MB
  • 5 - Flow Control for and while/58 - Introduction.mp412.78MB
  • 5 - Flow Control for and while/59 - Microsoft Language Reference.mp438.52MB
  • 5 - Flow Control for and while/60 - for Loops.mp415MB
  • 5 - Flow Control for and while/61 - The Visual Studio Debugger.mp457.99MB
  • 5 - Flow Control for and while/62 - More for Loops.mp415.14MB
  • 5 - Flow Control for and while/63 - Nested for Loops.mp430.56MB
  • 5 - Flow Control for and while/65 - Using the Debugger with HammerBitcoin.mp459.32MB
  • 5 - Flow Control for and while/66 - for Loops in ElizaIsSilly.mp448.21MB
  • 5 - Flow Control for and while/67 - Understanding more about Eliza.mp445.23MB
  • 5 - Flow Control for and while/68 - while Loops.mp459.76MB
  • 5 - Flow Control for and while/69 - Challenge Solution.mp412.52MB
  • 5 - Flow Control for and while/70 - Which Way is Better.mp433.08MB
  • 5 - Flow Control for and while/71 - do.mp435.45MB
  • 5 - Flow Control for and while/72 - Solution to do.mp413.91MB
  • 5 - Flow Control for and while/73 - Summary.mp47.61MB
  • 6 - Flow control ifelse and switch/74 - Introduction.mp44.1MB
  • 6 - Flow control ifelse and switch/75 - if Statement.mp442.67MB
  • 6 - Flow control ifelse and switch/76 - else Clause.mp417MB
  • 6 - Flow control ifelse and switch/77 - More on if and else.mp423.65MB
  • 6 - Flow control ifelse and switch/78 - if.mp415.35MB
  • 6 - Flow control ifelse and switch/79 - Challenge Solution.mp434.77MB
  • 6 - Flow control ifelse and switch/80 - Play Again Challenge Solution.mp423.07MB
  • 6 - Flow control ifelse and switch/81 - The switch Statement.mp453.7MB
  • 6 - Flow control ifelse and switch/82 - The default case.mp416.68MB
  • 6 - Flow control ifelse and switch/83 - Handling Multiple cases.mp414.64MB
  • 6 - Flow control ifelse and switch/84 - Using break in Loops.mp433.97MB
  • 6 - Flow control ifelse and switch/85 - Using continue in a switch Statement.mp416.53MB
  • 6 - Flow control ifelse and switch/86 - Scope of break and continue.mp415.4MB
  • 6 - Flow control ifelse and switch/87 - goto.mp419.62MB
  • 6 - Flow control ifelse and switch/88 - Ternary Conditional Operator.mp435.05MB
  • 6 - Flow control ifelse and switch/89 - Ternary Operator Challenge.mp410.31MB
  • 6 - Flow control ifelse and switch/90 - Ternary Operator Challenge Solution.mp415.58MB
  • 6 - Flow control ifelse and switch/91 - Summary.mp48.49MB
  • 7 - Flow control methods/100 - Return a result from a Method.mp439.1MB
  • 7 - Flow control methods/101 - Duplicating Code is Bad.mp427.02MB
  • 7 - Flow control methods/102 - Remove Duplicate Code by Refactoring.mp439.86MB
  • 7 - Flow control methods/103 - Passing by Value.mp422.46MB
  • 7 - Flow control methods/104 - Passing by Reference.mp419.45MB
  • 7 - Flow control methods/105 - Refactoring Challenge.mp48.93MB
  • 7 - Flow control methods/106 - Refactoring Challenge Solution.mp440.07MB
  • 7 - Flow control methods/107 - Variable Scope.mp459.23MB
  • 7 - Flow control methods/108 - Removing Global Variables.mp456.4MB
  • 7 - Flow control methods/109 - Scope Summary and Challenge.mp446.97MB
  • 7 - Flow control methods/110 - Solution to Challenge.mp450.89MB
  • 7 - Flow control methods/111 - Solution Continued.mp458.37MB
  • 7 - Flow control methods/112 - Summary.mp423.03MB
  • 7 - Flow control methods/92 - Introduction.mp47.28MB
  • 7 - Flow control methods/93 - Calling Methods.mp430.39MB
  • 7 - Flow control methods/94 - Methods Calling Methods.mp49.68MB
  • 7 - Flow control methods/95 - Method Parameters.mp421.09MB
  • 7 - Flow control methods/96 - Parameter Challenge Solution.mp413.66MB
  • 7 - Flow control methods/97 - Brake Challenge Solution.mp423.16MB
  • 7 - Flow control methods/98 - Simple Car Game.mp433.75MB
  • 7 - Flow control methods/99 - public and private Methods.mp447.4MB
  • 8 - Operators/113 - Introduction.mp43.94MB
  • 8 - Operators/114 - Operators and Operator Precedence.mp415.23MB
  • 8 - Operators/115 - Primary Operators.mp440.26MB
  • 8 - Operators/116 - Avoid and.mp424.82MB
  • 8 - Operators/117 - Operator Precedence.mp440.61MB
  • 8 - Operators/118 - Using the Remainder Operator.mp428.02MB
  • 8 - Operators/119 - Remainder in Rock Paper Scissors.mp431.83MB
  • 8 - Operators/120 - Relational and Conditional Operators.mp414.06MB
  • 8 - Operators/121 - Short.mp434.4MB
  • 8 - Operators/122 - Assignment Operators.mp419.21MB
  • 9 - Working with Strings/123 - What is a String.mp439.05MB
  • 9 - Working with Strings/124 - Indexing.mp426.09MB
  • 9 - Working with Strings/125 - String Length.mp422.22MB
  • 9 - Working with Strings/126 - IndexOf and Substrings.mp432.51MB
  • 9 - Working with Strings/127 - StringComparison.mp434.36MB
  • 9 - Working with Strings/128 - LastIndexOf and Repeated Matches.mp420.17MB
  • 9 - Working with Strings/129 - Processing Matches Insert and Remove.mp431.98MB
  • 9 - Working with Strings/130 - String Methods.mp415.09MB
  • 9 - Working with Strings/131 - String Equality.mp433.9MB
  • 9 - Working with Strings/132 - Value and Reference Types.mp451.65MB
  • 9 - Working with Strings/133 - Strings are Immutable.mp436.65MB
  • 9 - Working with Strings/134 - The StringBuilder Class.mp447.83MB
  • 9 - Working with Strings/135 - Reference Types.mp49.71MB
  • 9 - Working with Strings/136 - Equality and Reference Types.mp434.5MB
  • 9 - Working with Strings/137 - Append Clear and Method Chaining.mp458.51MB
  • 9 - Working with Strings/138 - Challenge Solution.mp412.35MB
  • 9 - Working with Strings/139 - The Remaining Append Methods.mp433.15MB
  • 9 - Working with Strings/140 - Introduction to Overloading Methods.mp426.9MB
  • 9 - Working with Strings/141 - ToString and More Overloaded Methods.mp434.59MB