首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[Tutorialsplanet.NET] Udemy - Linux System Programming Techniques & Concepts
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2023-10-15 22:33
2024-11-13 06:17
154
3.65 GB
153
磁力链接
magnet:?xt=urn:btih:8e94a2ca26804dd065d241f815e0a2c9687dc609
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjhlOTRhMmNhMjY4MDRkZDA2NWQyNDFmODE1ZTBhMmM5Njg3ZGM2MDlaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
Tutorialsplanet
NET
Udemy
-
Linux
System
Programming
Techniques
&
Concepts
文件列表
01 - Introduction/001 Introduction.mp4
110.39MB
01 - Introduction/002 Join Telegram Group.mp4
580.34KB
01 - Introduction/003 Setting up Linux Development Environment.mp4
17.89MB
01 - Introduction/004 Begin - Doubly Linked List as a Library.mp4
34.24MB
01 - Introduction/005 Quick Compilation Steps.mp4
22.99MB
01 - Introduction/006 Summary.mp4
8.3MB
02 - Understanding Header Files/001 What are Header Files and their Purpose _.mp4
13.77MB
02 - Understanding Header Files/002 Relationship between Source and Header Files.mp4
55.2MB
02 - Understanding Header Files/003 Text Substitution.mp4
36.8MB
02 - Understanding Header Files/004 Text Substitution Example.mp4
19.07MB
02 - Understanding Header Files/005 Text Substitution Demonstration.mp4
10.3MB
03 - Preprocessing Directives/001 Problem Of Duplicate Inclusion of Header Files.mp4
17.73MB
03 - Preprocessing Directives/002 What are Pre-processing Directives _.mp4
25.58MB
03 - Preprocessing Directives/003 Solution to Duplicate Inclusion of Hdr files using Preprocessing Directives.mp4
36.53MB
04 - Correct Way of Using Structures and Functions/001 Structure Definitions and Use.mp4
12.97MB
04 - Correct Way of Using Structures and Functions/002 Function Declaration and Use.mp4
26.57MB
04 - Correct Way of Using Structures and Functions/003 Recursive Dependency.mp4
24.92MB
04 - Correct Way of Using Structures and Functions/004 Solution to Recursive Dependency.mp4
12.86MB
04 - Correct Way of Using Structures and Functions/005 Summary.mp4
4.59MB
05 - Quick Creation of Static and Dynamic Libraries/001 Resuming with Doubly Linked List Library.mp4
21.73MB
05 - Quick Creation of Static and Dynamic Libraries/002 Static and Dynamic Libraries - Quick Creation.mp4
88.96MB
05 - Quick Creation of Static and Dynamic Libraries/003 Linking with Static Library.mp4
38.41MB
05 - Quick Creation of Static and Dynamic Libraries/004 Linking with Dynamic Library.mp4
10.36MB
05 - Quick Creation of Static and Dynamic Libraries/005 Summary.mp4
2.47MB
06 - Four Stages of Compilation Process/001 4 Stages of Compilation Process.mp4
16.34MB
06 - Four Stages of Compilation Process/002 Stage 1 of 4 - Preprocessing stage.mp4
10.93MB
06 - Four Stages of Compilation Process/003 Stage 2 of 4 - Compilation Stage.mp4
9.64MB
06 - Four Stages of Compilation Process/004 Stage 3 of 4 - Assembler Stage.mp4
34.71MB
06 - Four Stages of Compilation Process/005 Stage 4 of 4 - Linking Stage.mp4
21.42MB
07 - Build Project using Makefiles/001 Introducing Makefile.mp4
15.23MB
07 - Build Project using Makefiles/002 Makefile Analogy - Dependency Tree.mp4
17.04MB
07 - Build Project using Makefiles/003 Makefile Assignment - part1.mp4
57.34MB
07 - Build Project using Makefiles/004 Makefile Assignment - part2.mp4
47.19MB
07 - Build Project using Makefiles/005 Final Makefile.mp4
34.21MB
08 - Programmable Libraries - Generics/001 Introduction.mp4
14.16MB
08 - Programmable Libraries - Generics/002 Revisiting DLL.mp4
50.82MB
08 - Programmable Libraries - Generics/003 Problem Statement.mp4
16.37MB
08 - Programmable Libraries - Generics/004 Solution - Responsibility Delegation.mp4
41.22MB
08 - Programmable Libraries - Generics/005 Using Programmable DLL Library - Code Walk.mp4
9.87MB
08 - Programmable Libraries - Generics/006 Search Callback Summary.mp4
8.13MB
08 - Programmable Libraries - Generics/007 Comparison Callback.mp4
83.51MB
08 - Programmable Libraries - Generics/008 Comparison Callback Demo.mp4
7.96MB
08 - Programmable Libraries - Generics/009 Summary.mp4
5.17MB
09 - Iterative Macros/001 Getting Started.mp4
47.08MB
09 - Iterative Macros/002 For loop Semantics.mp4
8.63MB
09 - Iterative Macros/003 Iterative Macros For LinkedList.mp4
38.09MB
09 - Iterative Macros/004 Iterative Macros for Binary Trees.mp4
25.54MB
09 - Iterative Macros/005 Tree Iterators Prerequisites.mp4
10.92MB
09 - Iterative Macros/006 Tree Iterators Implementation.mp4
18.17MB
09 - Iterative Macros/007 Summary.mp4
4.32MB
10 - Glue Based Data structures/001 Introduction.mp4
10.68MB
10 - Glue Based Data structures/002 Glthreads Definition.mp4
12.88MB
10 - Glue Based Data structures/003 Difference - Traditional Vs Glue Based DLL.mp4
14.56MB
10 - Glue Based Data structures/004 Structure Field Offset.mp4
23.14MB
10 - Glue Based Data structures/005 GLNode Insertion.mp4
11.06MB
10 - Glue Based Data structures/006 GLThread Iteration.mp4
9.52MB
10 - Glue Based Data structures/007 GLNode Removal.mp4
3.69MB
10 - Glue Based Data structures/008 Code Walk - Demo.mp4
23.77MB
10 - Glue Based Data structures/009 Traditional List Problems.mp4
16.84MB
10 - Glue Based Data structures/010 GLThread Benefits.mp4
14.81MB
11 - Opaque Pointers/001 Introduction.mp4
5.73MB
11 - Opaque Pointers/002 Typical Library Design.mp4
7.72MB
11 - Opaque Pointers/003 Problem Statement.mp4
11.52MB
11 - Opaque Pointers/004 Solution Strategy.mp4
14.9MB
11 - Opaque Pointers/005 Conclusion.mp4
6.58MB
12 - Bit Programming/001 Introduction to Bit Programming.mp4
40.84MB
12 - Bit Programming/002 XOR Operator.mp4
27.92MB
12 - Bit Programming/003 Using Bits as Flags.mp4
66.87MB
12 - Bit Programming/004 Using Enums as Bits.mp4
10.58MB
12 - Bit Programming/005 Bit Pattern Matching.mp4
12.65MB
12 - Bit Programming/006 Bit Pattern Matching Steps.mp4
14.51MB
12 - Bit Programming/007 BitMaps.mp4
42.65MB
12 - Bit Programming/008 BitMap APIs and Implementation.mp4
22.37MB
13 - TLV Based Communication/001 TLVs Introduction.mp4
22.6MB
13 - TLV Based Communication/002 Why we need TLVs _.mp4
61.53MB
13 - TLV Based Communication/003 Why we need TLVs - Another scenario.mp4
19.12MB
13 - TLV Based Communication/004 Understanding TLVs.mp4
31.07MB
13 - TLV Based Communication/005 TLV Addressing the problem of Heterogeneity.mp4
172.02MB
13 - TLV Based Communication/006 TLV Addressing the problem of Software Upgrade.mp4
16.81MB
13 - TLV Based Communication/007 Data Structure - STREAMS.mp4
26.24MB
13 - TLV Based Communication/008 TLV De-Serialization using STREAMS.mp4
27MB
14 - Working with Linux Posix Timers/001 Agenda and Prerequisites.mp4
13.49MB
14 - Working with Linux Posix Timers/002 Timer Relevance.mp4
10.65MB
14 - Working with Linux Posix Timers/003 Timer Types.mp4
16.27MB
14 - Working with Linux Posix Timers/004 Posix APIs for Timers.mp4
13.79MB
14 - Working with Linux Posix Timers/005 Timer Design.mp4
34.21MB
14 - Working with Linux Posix Timers/006 Timer Creation Steps.mp4
53.34MB
14 - Working with Linux Posix Timers/007 Timer Implementation and Demo.mp4
99.66MB
15 - Machine Endianness/001 Machine Endianness.mp4
14.05MB
15 - Machine Endianness/002 Program to find Machine Endianness.mp4
3.99MB
16 - Memory Layout of Linux Process/001 Agenda.mp4
9.31MB
16 - Memory Layout of Linux Process/002 Virtual Memory Memory Basics.mp4
29.1MB
16 - Memory Layout of Linux Process/003 Memory Layout of Linux Process.mp4
30.17MB
16 - Memory Layout of Linux Process/004 Example _ Memory Layout of Linux Process.mp4
74.4MB
16 - Memory Layout of Linux Process/005 Exercise on size command.mp4
6.61MB
17 - Stack Memory Management/001 Stack Memory Basics.mp4
16.67MB
17 - Stack Memory Management/002 Stack Memory Contents.mp4
32.4MB
17 - Stack Memory Management/003 Stack-Overflow and Prevention.mp4
9.67MB
17 - Stack Memory Management/004 Stack Memory Corruption.mp4
14.58MB
17 - Stack Memory Management/005 Procedure Call and Return - Getting Started.mp4
49.45MB
17 - Stack Memory Management/006 Common Cpu Registers.mp4
9.32MB
17 - Stack Memory Management/007 Procedure Call Mechanism.mp4
31.29MB
17 - Stack Memory Management/008 Purpose of Base Pointer register (ebp).mp4
12.63MB
17 - Stack Memory Management/009 Formalizing Procedure Call Algorithm.mp4
11.82MB
17 - Stack Memory Management/010 Procedure Return - Goals.mp4
12.05MB
17 - Stack Memory Management/011 Procedure Return Explained - Step by Step.mp4
18.73MB
17 - Stack Memory Management/012 Formalizing Procedure Return Algorithm.mp4
12.99MB
18 - Heap Memory Management/001 Heap Memory Management - Goals and Introduction.mp4
11.74MB
18 - Heap Memory Management/002 Malloc() - Quick Revision.mp4
26.89MB
18 - Heap Memory Management/003 Break pointer.mp4
7.49MB
18 - Heap Memory Management/004 brk and sbrk system calls.mp4
17.98MB
18 - Heap Memory Management/005 Malloc Version 1.0.mp4
15.32MB
18 - Heap Memory Management/006 Problem Statement.mp4
10.75MB
18 - Heap Memory Management/007 Heap Memory Management Requirement.mp4
8.46MB
18 - Heap Memory Management/008 MetaBlock and DataBlock.mp4
18.7MB
18 - Heap Memory Management/009 Allocations and Deallocations.mp4
22.34MB
18 - Heap Memory Management/010 Block Splitting.mp4
24.82MB
18 - Heap Memory Management/011 Block Merging.mp4
11.38MB
18 - Heap Memory Management/012 Problem of Fragmentation.mp4
37.01MB
19 - Concepts of Paging/001 Introduction.mp4
10.58MB
19 - Concepts of Paging/002 Byte Addressable Memory.mp4
13.67MB
19 - Concepts of Paging/003 What is 32 bit Or 64 bit system _.mp4
12.33MB
19 - Concepts of Paging/004 Bus System.mp4
24.85MB
19 - Concepts of Paging/005 CPU Generates Virtual Addresses.mp4
22.93MB
19 - Concepts of Paging/006 Data bus and Address Bus.mp4
32.15MB
19 - Concepts of Paging/007 Mapping of Virtual Address to Physical Address.mp4
27.25MB
19 - Concepts of Paging/008 Physical Pages and Frames.mp4
13.41MB
19 - Concepts of Paging/009 Page Swapping.mp4
8.9MB
19 - Concepts of Paging/010 Virtual Memory Pages.mp4
56.91MB
19 - Concepts of Paging/011 1_1 Mapping between Physical and Virtual Page.mp4
21.88MB
19 - Concepts of Paging/012 Virtual Address Composition.mp4
11.96MB
19 - Concepts of Paging/013 Page Table.mp4
20.01MB
19 - Concepts of Paging/014 Paging in Action.mp4
82.65MB
19 - Concepts of Paging/015 Multiple Process Scenario.mp4
12.79MB
19 - Concepts of Paging/016 Resolve External Fragmentation.mp4
6.5MB
19 - Concepts of Paging/017 Page Allocation to a Process - Part1.mp4
18.52MB
19 - Concepts of Paging/018 Page Allocation to a Process - Part2.mp4
17.46MB
19 - Concepts of Paging/019 Shared Physical Pages.mp4
41.48MB
19 - Concepts of Paging/020 Page tables Problems.mp4
6.18MB
19 - Concepts of Paging/021 Page Table Problem 1 - Large Page Table Size Matters.mp4
13.68MB
19 - Concepts of Paging/022 Page Table Problem 2 - Need for Contiguous Main Memory.mp4
9.31MB
19 - Concepts of Paging/023 Page Table Problem 3 - Page Table Hollowness.mp4
19.21MB
20 - Multi Level Paging/001 Introduction.mp4
16.39MB
20 - Multi Level Paging/002 Multi Level Paging In Action - Part1.mp4
56.91MB
20 - Multi Level Paging/003 Multi Level Paging In Action - Part2.mp4
78.22MB
21 - Paging on Demand/001 Problem Statement.mp4
13.15MB
21 - Paging on Demand/002 Demand Paging Steps.mp4
31.07MB
21 - Paging on Demand/003 Effective Access Time.mp4
8.03MB
22 - Memory Management for Multi-threaded Processes/001 Introduction.mp4
13.91MB
22 - Memory Management for Multi-threaded Processes/002 Virtual Memory Management.mp4
15.31MB
22 - Memory Management for Multi-threaded Processes/003 Page Table Management.mp4
23.73MB
22 - Memory Management for Multi-threaded Processes/004 Thread Termination.mp4
7.33MB
23 - Bonus/001 Bonus Lecture - Time to get some Candies __.mp4
6.03MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统