首页 磁力链接怎么用

[FreeCourseLab.com] Udemy - C Programming Tutorial - Complete Tutorial For Beginners

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2020-10-13 13:57 2024-7-2 16:47 97 1.85 GB 144
二维码链接
[FreeCourseLab.com] Udemy - C Programming Tutorial - Complete Tutorial For Beginners的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 1. Start learning C programming/1. Introduction.mp419.98MB
  2. 1. Start learning C programming/2. How to use Xcode (on MAC) for writing C Program.mp428.37MB
  3. 1. Start learning C programming/3. How to download and install Codeblocks for Mac.mp413.44MB
  4. 1. Start learning C programming/4. Download install and use Codeblocks for Windows.mp432.22MB
  5. 1. Start learning C programming/5. Compiling from Windows terminal using gcc.mp420.89MB
  6. 1. Start learning C programming/6. Download, install and use Visual Studio 2017 Community edition..mp418.89MB
  7. 1. Start learning C programming/7. Using Netbeans in Mac.mp413.2MB
  8. 1. Start learning C programming/8. Executing C program from MAC terminal.mp416.39MB
  9. 10. Storage class, important conception/1. Introduction to storage class, the auto storage class.mp415.33MB
  10. 10. Storage class, important conception/2. Storage class static.mp44.5MB
  11. 10. Storage class, important conception/3. Storage class extern.mp412.55MB
  12. 10. Storage class, important conception/4. Storage class register.mp44MB
  13. 11. Pointers, tweak with memory locations/1. Conception of stack and heap memory.mp44.91MB
  14. 11. Pointers, tweak with memory locations/10. More programming example.mp44.66MB
  15. 11. Pointers, tweak with memory locations/11. Relationship between one dimensional array and pointers.mp411.27MB
  16. 11. Pointers, tweak with memory locations/12. Passing one dimensional array to function.mp49.62MB
  17. 11. Pointers, tweak with memory locations/13. More example on passing one dimensional array to function.mp44.75MB
  18. 11. Pointers, tweak with memory locations/15. Colony with 8 cells - simulation..mp4108.35MB
  19. 11. Pointers, tweak with memory locations/16. One more example - Passing a string (character arrays) to function.mp4105.57MB
  20. 11. Pointers, tweak with memory locations/18. use of const keyword with pointer.mp48.97MB
  21. 11. Pointers, tweak with memory locations/19. Add some more glue.mp413.5MB
  22. 11. Pointers, tweak with memory locations/2. Introduction to pointers.mp410.27MB
  23. 11. Pointers, tweak with memory locations/20. The generic pointer is void pointer.mp43.08MB
  24. 11. Pointers, tweak with memory locations/21. Dynamic memory allocation - malloc function.mp411.99MB
  25. 11. Pointers, tweak with memory locations/22. Dynamic memory allocation - calloc function.mp43.7MB
  26. 11. Pointers, tweak with memory locations/23. Dynamic memory allocation - realloc function.mp46.56MB
  27. 11. Pointers, tweak with memory locations/24. Immutable property of string literals.mp43.27MB
  28. 11. Pointers, tweak with memory locations/25. Array of pointers - part 1.mp413.19MB
  29. 11. Pointers, tweak with memory locations/26. Array of pointers-part 2(Simulation of dynamic 2D array using array of pointers).mp416.86MB
  30. 11. Pointers, tweak with memory locations/3. Introduction to pointers, continues....mp45.46MB
  31. 11. Pointers, tweak with memory locations/4. Introduction to pointers, continues....mp47.41MB
  32. 11. Pointers, tweak with memory locations/5. Address arithmetic.mp48.77MB
  33. 11. Pointers, tweak with memory locations/6. More on pointers.mp45.07MB
  34. 11. Pointers, tweak with memory locations/8. How and when to use pointers in C program.mp48.34MB
  35. 12. User defined type in C - structure, union and enum/1. Introduction to User Defined Type, struct keyword.mp47.23MB
  36. 12. User defined type in C - structure, union and enum/10. Only one at a time in group, use of enum keyword.mp413.53MB
  37. 12. User defined type in C - structure, union and enum/2. typedef keyword, creating alias to type.mp47.23MB
  38. 12. User defined type in C - structure, union and enum/4. pointer to struct object.mp43.27MB
  39. 12. User defined type in C - structure, union and enum/6. Writing behaviour (functions) for struct types - part1.mp411.25MB
  40. 12. User defined type in C - structure, union and enum/7. Writing behaviour (functions) for struct types - part2.mp49.73MB
  41. 12. User defined type in C - structure, union and enum/8. Using struct type within another struct type.mp42.8MB
  42. 12. User defined type in C - structure, union and enum/9. declaring enumerated constants, enum keyword.mp48.6MB
  43. 13. Variadic Functions - how to pass variable arguments to a function/1. How to pass variable arguments to function..mp46.94MB
  44. 13. Variadic Functions - how to pass variable arguments to a function/2. Passing variable arguments of different types.mp49.06MB
  45. 14. Command line argument passing/1. Command line arguments, parameters to main method.mp411.26MB
  46. 14. Command line argument passing/2. Command line arguments - more example.mp46.42MB
  47. 14. Command line argument passing/3. Passing cmd line args in Netbeans.mp43.28MB
  48. 14. Command line argument passing/4. How to pass command line arguments in Codeblocks.mp42.89MB
  49. 14. Command line argument passing/5. Get information about environment, the environmental parameter in main.mp43.4MB
  50. 15. File Handling/1. Introduction to file handling, writing characters into a text file using fputc().mp412.51MB
  51. 15. File Handling/10. Calculating the number of records in a binary file using ftell.mp47.93MB
  52. 15. File Handling/11. A program to copy any file - Introduction.mp419.54MB
  53. 15. File Handling/12. Let us Develop the file copy program step by step..mp4120.83MB
  54. 15. File Handling/2. Reading content of a text file character by character using fgetc()..mp48.43MB
  55. 15. File Handling/3. Reading a line from text file into a character array using fgets function.mp45.58MB
  56. 15. File Handling/4. Reading formatted data from text file using fscanf fucntion.mp45.48MB
  57. 15. File Handling/5. Writing formatted data into text file using fprintf function.mp47.59MB
  58. 15. File Handling/6. Formatted data reading and writing - another example.mp49.64MB
  59. 15. File Handling/7. Writing in binary mode - fwrite function.mp48.16MB
  60. 15. File Handling/8. Reading in binary mode - fread function.mp45.52MB
  61. 15. File Handling/9. Moving the file pointer at any desired location using fseek.mp412.65MB
  62. 16. Bitwise operators - Learn how to manipulate bits/1. Introduction to bitwise operators.mp49.77MB
  63. 16. Bitwise operators - Learn how to manipulate bits/2. Bitwise leftshift operator.mp46.46MB
  64. 16. Bitwise operators - Learn how to manipulate bits/3. Bitwise right shift operator.mp48.31MB
  65. 16. Bitwise operators - Learn how to manipulate bits/4. Bitwise AND operator - how to check a bit..mp418.99MB
  66. 16. Bitwise operators - Learn how to manipulate bits/5. Count set bits - Using bitwise AND and left shift..mp412.67MB
  67. 16. Bitwise operators - Learn how to manipulate bits/6. Print the signed integer as it is..mp49.38MB
  68. 16. Bitwise operators - Learn how to manipulate bits/7. Bitwise OR operation - How to set an unset bit.mp412.36MB
  69. 16. Bitwise operators - Learn how to manipulate bits/8. Bitwise XOR operation..mp48.22MB
  70. 16. Bitwise operators - Learn how to manipulate bits/9. Bitwise complement - invert every bits..mp46.33MB
  71. 17. Some useful C library functions - enhance your ability/1. sprintf and snprintf - Write formatted string into character array.mp416.67MB
  72. 17. Some useful C library functions - enhance your ability/2. Function sscanf - how to scan formatted data from a string.mp412.28MB
  73. 17. Some useful C library functions - enhance your ability/3. strtok - great tool to extract information from a string separated by delimiters.mp412.45MB
  74. 17. Some useful C library functions - enhance your ability/4. memset - learn how to initialize block of memory with a character using memset.mp48.5MB
  75. 17. Some useful C library functions - enhance your ability/5. memcpy - copy from one memory block to other byte-by-byte.mp412.85MB
  76. 17. Some useful C library functions - enhance your ability/6. clock function to count number of clock ticks and measure elapsed time..mp410.16MB
  77. 18. Additional Learning - 1 Bubble Sort/1. Bubble Sort Algorithm.mp454.35MB
  78. 18. Additional Learning - 1 Bubble Sort/2. Bubble Sort Implementation Using C.mp422.85MB
  79. 18. Additional Learning - 1 Bubble Sort/3. Improving the Bubble Sort further, how to exit the loop for early sorting..mp416.67MB
  80. 18. Additional Learning - 1 Bubble Sort/4. How to use library qsort function for sorting arrays..mp423.76MB
  81. 19. Additional Learning - 2 Function Pointers In C/1. Function Pointer Introduction.mp44.76MB
  82. 19. Additional Learning - 2 Function Pointers In C/2. Learn how to declare a function pointer..mp410.07MB
  83. 19. Additional Learning - 2 Function Pointers In C/3. Function pointer in Action - Program that uses function pointer.mp419.45MB
  84. 2. Fundamentals that you always need to know/1. Understanding the first program.mp416.95MB
  85. 2. Fundamentals that you always need to know/11. Flushing problem while taking character input.mp47.65MB
  86. 2. Fundamentals that you always need to know/12. Idea of casting.mp45.61MB
  87. 2. Fundamentals that you always need to know/14. The secret of printf.mp44.12MB
  88. 2. Fundamentals that you always need to know/15. The secret of scanf.mp43.17MB
  89. 2. Fundamentals that you always need to know/16. The most neglected operator - Assignment operator.mp41.73MB
  90. 2. Fundamentals that you always need to know/17. Relational operators for comparing values.mp45.59MB
  91. 2. Fundamentals that you always need to know/18. Can you take this challenge.mp42.28MB
  92. 2. Fundamentals that you always need to know/19. Introduction to Logical Operator, AND operation.mp47.89MB
  93. 2. Fundamentals that you always need to know/20. Logical OR operation.mp44.95MB
  94. 2. Fundamentals that you always need to know/21. Logical NOT operation.mp45.65MB
  95. 2. Fundamentals that you always need to know/22. Unary increment and decrement operator.mp411.09MB
  96. 2. Fundamentals that you always need to know/23. Short circuit feature of AND and OR operation.mp44.81MB
  97. 2. Fundamentals that you always need to know/3. How to input and store values in C program..mp413.24MB
  98. 2. Fundamentals that you always need to know/5. Initialisation of variable, octal and hex initialisation..mp45.12MB
  99. 2. Fundamentals that you always need to know/6. Arithmetical Operators in C.mp43.81MB
  100. 2. Fundamentals that you always need to know/9. Dealing with characters.mp410.47MB
  101. 3. Branching, taking course of action on the basis of result of condition/1. To be or not to be - how to decide using if-else.mp414.31MB
  102. 3. Branching, taking course of action on the basis of result of condition/10. Understand switch-case.mp454.39MB
  103. 3. Branching, taking course of action on the basis of result of condition/2. Going further, the if-else-if structure.mp45.13MB
  104. 3. Branching, taking course of action on the basis of result of condition/4. Another programming example on if-else-if, this will help you more..mp47.18MB
  105. 3. Branching, taking course of action on the basis of result of condition/5. Are you sure you can answer this Take a look..mp42.39MB
  106. 3. Branching, taking course of action on the basis of result of condition/6. Ops! Not done yet, here is some more information on if-else.mp45.93MB
  107. 3. Branching, taking course of action on the basis of result of condition/8. Make it smart using conditional operator, the only ternary operator in C.mp44.57MB
  108. 3. Branching, taking course of action on the basis of result of condition/9. Nested if-else, checking leap year..mp412.92MB
  109. 4. Do it again and again until satisfied, technique for iteration/1. Introduction to loop, while loop..mp46.48MB
  110. 4. Do it again and again until satisfied, technique for iteration/10. First do then check, do-while loop.mp410.38MB
  111. 4. Do it again and again until satisfied, technique for iteration/11. How to break a loop early use of 'break' keyword.mp44.16MB
  112. 4. Do it again and again until satisfied, technique for iteration/12. The other loop utility 'continue' keyword.mp43.19MB
  113. 4. Do it again and again until satisfied, technique for iteration/13. Generating random numbers, the rand() function.mp411.01MB
  114. 4. Do it again and again until satisfied, technique for iteration/3. While loop - Programming Example 1.mp48.47MB
  115. 4. Do it again and again until satisfied, technique for iteration/4. While loop - Programming Example 2.mp44.51MB
  116. 4. Do it again and again until satisfied, technique for iteration/6. Take a challenge on while loop, here is interesting predict output on while..mp44.45MB
  117. 4. Do it again and again until satisfied, technique for iteration/8. All about smart looking for loop.mp414.11MB
  118. 5. Array the collection/1. Introduction to one dimensional array.mp410.61MB
  119. 5. Array the collection/2. Initialisation of one dimensional array.mp43.44MB
  120. 5. Array the collection/3. Allocating array dynamically, Example input output operations with array.mp45.28MB
  121. 5. Array the collection/4. A programming example using 1-D array.mp49.39MB
  122. 5. Array the collection/7. Introduction to two dimensional array.mp410.91MB
  123. 5. Array the collection/8. 2-D array programming example.mp412.06MB
  124. 6. Way to store and manipulate string in C programming/1. Introduction to string, using character array for storing string.mp47.95MB
  125. 6. Way to store and manipulate string in C programming/2. How to input string from keyboard.mp47.8MB
  126. 6. Way to store and manipulate string in C programming/3. Finding the length of string.mp46.1MB
  127. 6. Way to store and manipulate string in C programming/4. Searching and counting target in string.mp45.78MB
  128. 6. Way to store and manipulate string in C programming/5. Library function for string operations, string.h.mp49.26MB
  129. 7. Modularise your program using function/1. Introduction to function.mp428.18MB
  130. 7. Modularise your program using function/2. Prototype or signature of function, declaring a function..mp48.84MB
  131. 7. Modularise your program using function/5. Create your own library, distribute functions to others..mp417.29MB
  132. 7. Modularise your program using function/6. Function example 1, a function to check prime number.mp411.45MB
  133. 7. Modularise your program using function/7. More example on function.mp47.97MB
  134. 7. Modularise your program using function/8. Another example, a function to test Armstrong Number.mp415.13MB
  135. 8. Rock-Paper-Scissor game - a modularise approach/1. Rock-Paper-Scissor game - Part 1.mp443.75MB
  136. 8. Rock-Paper-Scissor game - a modularise approach/2. Rock-Paper-Scissor game - Part 2.mp4101.91MB
  137. 9. Recursion, how to write recursive functions/1. Introduction to recursion..mp48.7MB
  138. 9. Recursion, how to write recursive functions/2. Introduction continues....mp47.66MB
  139. 9. Recursion, how to write recursive functions/3. Recursion vs Iteration, the big debate, Concept of TAIL recursion..mp48.61MB
  140. 9. Recursion, how to write recursive functions/4. The debate continues... when exactly iteration is preferable..mp411.96MB
  141. 9. Recursion, how to write recursive functions/5. Still in debate... when recursion is preferable..mp410.03MB
  142. 9. Recursion, how to write recursive functions/6. Tower of Hanoi, the classical example of recursion..mp46.14MB
  143. 9. Recursion, how to write recursive functions/7. Implementation of Tower of Hanoi.mp48.05MB
  144. 9. Recursion, how to write recursive functions/8. Another example, Fibonacci term..mp43.94MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统