资源详情

返回首页 | 相关搜索
[Udemy] Параллелизм, многопоточность и параллельные вычисления в Java (2020) [En]
大小 3.18 GB
文件数 180
Info Hash: 5A1CBD92CC2942DC988C50FCA975FB5BB8FBCDB9
收录时间 2025-12-14 19:52:56
更新时间 2025-12-21 21:44:49
文件列表 (180)
udemy-dl.log
0 B
11 Parallel Algorithms/067 Merge sort introduction II.mp4
174.68 MB
01 Introduction/001 Introduction.mp4
7.15 MB
02 Multithreading Theory/002 Processes and threads introduction.en.srt
8.44 KB
02 Multithreading Theory/002 Processes and threads introduction.mp4
45.29 MB
02 Multithreading Theory/003 What is time-slicing algorithm_.en.srt
3.88 KB
02 Multithreading Theory/003 What is time-slicing algorithm_.mp4
16.51 MB
02 Multithreading Theory/004 Benefits of multithreading.en.srt
3.14 KB
02 Multithreading Theory/004 Benefits of multithreading.mp4
16.02 MB
02 Multithreading Theory/005 Downside of multithreading.en.srt
3.89 KB
02 Multithreading Theory/005 Downside of multithreading.mp4
16.01 MB
02 Multithreading Theory/006 Thread life cycle in Java.en.srt
4.08 KB
02 Multithreading Theory/006 Thread life cycle in Java.mp4
15.42 MB
03 Threads Manipulation/007 Sequential processing.en.srt
5.35 KB
03 Threads Manipulation/007 Sequential processing.mp4
16.97 MB
03 Threads Manipulation/008 Starting threads - Runnable.en.srt
8.8 KB
03 Threads Manipulation/008 Starting threads - Runnable.mp4
25.93 MB
03 Threads Manipulation/009 Starting threads - Thread class.en.srt
7.28 KB
03 Threads Manipulation/009 Starting threads - Thread class.mp4
23.97 MB
03 Threads Manipulation/010 Runnable interface and Thread class.html
1.51 KB
03 Threads Manipulation/011 Wait for threads to finish - join.en.srt
6.25 KB
03 Threads Manipulation/011 Wait for threads to finish - join.mp4
17.56 MB
03 Threads Manipulation/012 Daemon threads and user threads.en.srt
11.57 KB
03 Threads Manipulation/012 Daemon threads and user threads.mp4
69.88 MB
04 Inter-Thread Communication/013 Memory management of threads.en.srt
5.13 KB
04 Inter-Thread Communication/013 Memory management of threads.mp4
14.01 MB
04 Inter-Thread Communication/014 Synchronization.en.srt
10.1 KB
04 Inter-Thread Communication/014 Synchronization.mp4
35.52 MB
04 Inter-Thread Communication/015 Problems with synchronization.en.srt
12.54 KB
04 Inter-Thread Communication/015 Problems with synchronization.mp4
48.33 MB
04 Inter-Thread Communication/016 Locking with custom objects.en.srt
4.55 KB
04 Inter-Thread Communication/016 Locking with custom objects.mp4
15.05 MB
04 Inter-Thread Communication/017 What are re-entrant locks_.html
2.2 KB
04 Inter-Thread Communication/018 Wait and notify.en.srt
10.7 KB
04 Inter-Thread Communication/018 Wait and notify.mp4
52.77 MB
04 Inter-Thread Communication/019 What is the difference between wait and sleep_.html
1.83 KB
04 Inter-Thread Communication/020 Producer and consumer.en.srt
13.83 KB
04 Inter-Thread Communication/020 Producer and consumer.mp4
63.41 MB
04 Inter-Thread Communication/021 Locks.en.srt
7.69 KB
04 Inter-Thread Communication/021 Locks.mp4
15.14 MB
04 Inter-Thread Communication/022 Producer consumer with locks.en.srt
7.75 KB
04 Inter-Thread Communication/022 Producer consumer with locks.mp4
16.29 MB
04 Inter-Thread Communication/023 Locks and synchronization.en.srt
2.27 KB
04 Inter-Thread Communication/023 Locks and synchronization.mp4
5.3 MB
05 Multithreading Concepts/024 Volatile.en.srt
7.58 KB
05 Multithreading Concepts/024 Volatile.mp4
23.14 MB
05 Multithreading Concepts/025 Stopping a thread.en.srt
1.74 KB
05 Multithreading Concepts/025 Stopping a thread.mp4
7.55 MB
05 Multithreading Concepts/026 Deadlock and livelock.en.srt
6.58 KB
05 Multithreading Concepts/026 Deadlock and livelock.mp4
28.06 MB
05 Multithreading Concepts/027 Deadlock example.en.srt
8.17 KB
05 Multithreading Concepts/027 Deadlock example.mp4
41.13 MB
05 Multithreading Concepts/028 Livelock example.en.srt
8.53 KB
05 Multithreading Concepts/028 Livelock example.mp4
61.57 MB
05 Multithreading Concepts/029 Atomic variables.en.srt
7.54 KB
05 Multithreading Concepts/029 Atomic variables.mp4
25.61 MB
05 Multithreading Concepts/030 What are semaphores_.en.srt
5.3 KB
05 Multithreading Concepts/030 What are semaphores_.mp4
12.66 MB
05 Multithreading Concepts/031 Mutexes and semaphores.en.srt
7.54 KB
05 Multithreading Concepts/031 Mutexes and semaphores.mp4
18.13 MB
05 Multithreading Concepts/032 Semaphores example.en.srt
9.23 KB
05 Multithreading Concepts/032 Semaphores example.mp4
17.7 MB
05 Multithreading Concepts/033 Mutex and binary semaphore.html
1.82 KB
06 Creating Threads with Executors/034 Why to use thread pools_.en.srt
6.89 KB
06 Creating Threads with Executors/034 Why to use thread pools_.mp4
16.75 MB
06 Creating Threads with Executors/035 Executors example - SingleThreadExecutor.en.srt
6.41 KB
06 Creating Threads with Executors/035 Executors example - SingleThreadExecutor.mp4
23.3 MB
06 Creating Threads with Executors/036 Executors example - FixedThreadPools.en.srt
5.4 KB
06 Creating Threads with Executors/036 Executors example - FixedThreadPools.mp4
19.38 MB
06 Creating Threads with Executors/037 Executors example - ScheduledExecutor.en.srt
4.05 KB
06 Creating Threads with Executors/037 Executors example - ScheduledExecutor.mp4
18.01 MB
06 Creating Threads with Executors/038 Stopping executors.en.srt
6.27 KB
06 Creating Threads with Executors/038 Stopping executors.mp4
27.99 MB
06 Creating Threads with Executors/039 What is a Callable interface and Future object_.en.srt
4.72 KB
06 Creating Threads with Executors/039 What is a Callable interface and Future object_.mp4
12.35 MB
06 Creating Threads with Executors/040 Callable and future example.en.srt
9.77 KB
06 Creating Threads with Executors/040 Callable and future example.mp4
19.08 MB
07 Concurrent Collections/041 Latch.en.srt
10.97 KB
07 Concurrent Collections/041 Latch.mp4
25.85 MB
07 Concurrent Collections/042 Cyclic barrier.en.srt
11.24 KB
07 Concurrent Collections/042 Cyclic barrier.mp4
25.14 MB
07 Concurrent Collections/043 Blocking queue.en.srt
10.61 KB
07 Concurrent Collections/043 Blocking queue.mp4
26.03 MB
07 Concurrent Collections/044 Delay queue.en.srt
10.52 KB
07 Concurrent Collections/044 Delay queue.mp4
79.52 MB
07 Concurrent Collections/045 Priority queue.en.srt
11.47 KB
07 Concurrent Collections/045 Priority queue.mp4
92.33 MB
07 Concurrent Collections/046 Concurrent maps.en.srt
8.65 KB
07 Concurrent Collections/046 Concurrent maps.mp4
18.29 MB
07 Concurrent Collections/047 Exchanger.en.srt
12.22 KB
07 Concurrent Collections/047 Exchanger.mp4
26.14 MB
08 Multithreading Exercise I - Dining Philosophers Problem/048 Dining philosophers problem I - the problem.en.srt
3.45 KB
08 Multithreading Exercise I - Dining Philosophers Problem/048 Dining philosophers problem I - the problem.mp4
7.17 MB
08 Multithreading Exercise I - Dining Philosophers Problem/049 Dining philosophers problems II - constants.en.srt
5.3 KB
08 Multithreading Exercise I - Dining Philosophers Problem/049 Dining philosophers problems II - constants.mp4
13.26 MB
08 Multithreading Exercise I - Dining Philosophers Problem/050 Dining philosophers problems III - chopstick.en.srt
11.11 KB
08 Multithreading Exercise I - Dining Philosophers Problem/050 Dining philosophers problems III - chopstick.mp4
84.08 MB
08 Multithreading Exercise I - Dining Philosophers Problem/051 Dining philosophers problems IV - philosopher.en.srt
14.3 KB
08 Multithreading Exercise I - Dining Philosophers Problem/051 Dining philosophers problems IV - philosopher.mp4
65.34 MB
08 Multithreading Exercise I - Dining Philosophers Problem/052 Dining philosophers problems V - starting the threads.en.srt
14.05 KB
08 Multithreading Exercise I - Dining Philosophers Problem/052 Dining philosophers problems V - starting the threads.mp4
76.03 MB
08 Multithreading Exercise I - Dining Philosophers Problem/053 Dining philosophers problems VI - running the simulation.en.srt
4.58 KB
08 Multithreading Exercise I - Dining Philosophers Problem/053 Dining philosophers problems VI - running the simulation.mp4
25.5 MB
09 Multithreading Exercise II -Students Library Simulation/054 Student library simulation I - the problem.en.srt
1.64 KB
09 Multithreading Exercise II -Students Library Simulation/054 Student library simulation I - the problem.mp4
18.37 MB
09 Multithreading Exercise II -Students Library Simulation/055 Student library simulation II - constants.en.srt
2.08 KB
09 Multithreading Exercise II -Students Library Simulation/055 Student library simulation II - constants.mp4
14.83 MB
09 Multithreading Exercise II -Students Library Simulation/056 Student library simulation III - book.en.srt
3.62 KB
09 Multithreading Exercise II -Students Library Simulation/056 Student library simulation III - book.mp4
23.77 MB
09 Multithreading Exercise II -Students Library Simulation/057 Student library simulation VI - student.en.srt
2.98 KB
09 Multithreading Exercise II -Students Library Simulation/057 Student library simulation VI - student.mp4
21.79 MB
09 Multithreading Exercise II -Students Library Simulation/058 Locking_ locks () and tryLock().en.srt
3.8 KB
09 Multithreading Exercise II -Students Library Simulation/058 Locking_ locks () and tryLock().mp4
29.24 MB
09 Multithreading Exercise II -Students Library Simulation/059 Student library simulation V - running the simulation.en.srt
4.68 KB
09 Multithreading Exercise II -Students Library Simulation/059 Student library simulation V - running the simulation.mp4
36.96 MB
10 Multithreading Exercise III - Miner Game Simulation/060 Miner game implementation I.en.srt
2.19 KB
10 Multithreading Exercise III - Miner Game Simulation/060 Miner game implementation I.mp4
16.03 MB
10 Multithreading Exercise III - Miner Game Simulation/061 Miner game implementation II.en.srt
5.72 KB
10 Multithreading Exercise III - Miner Game Simulation/061 Miner game implementation II.mp4
46.89 MB
10 Multithreading Exercise III - Miner Game Simulation/062 Miner game implementation III.en.srt
2.99 KB
10 Multithreading Exercise III - Miner Game Simulation/062 Miner game implementation III.mp4
23.36 MB
10 Multithreading Exercise III - Miner Game Simulation/063 Miner game implementation IV.en.srt
4.84 KB
10 Multithreading Exercise III - Miner Game Simulation/063 Miner game implementation IV.mp4
39.76 MB
10 Multithreading Exercise III - Miner Game Simulation/064 Miner game implementation V.en.srt
8.2 KB
10 Multithreading Exercise III - Miner Game Simulation/064 Miner game implementation V.mp4
72.56 MB
11 Parallel Algorithms/065 Parallel methods versus multithreading.en.srt
10.63 KB
11 Parallel Algorithms/065 Parallel methods versus multithreading.mp4
23.19 MB
11 Parallel Algorithms/066 Merge sort introduction I.en.srt
9.31 KB
11 Parallel Algorithms/066 Merge sort introduction I.mp4
138.08 MB
11 Parallel Algorithms/067 Merge sort introduction II.en.srt
12.31 KB
01 Introduction/001 Introduction.en.srt
2.57 KB
11 Parallel Algorithms/068 Sequential merge sort I.en.srt
9.18 KB
11 Parallel Algorithms/068 Sequential merge sort I.mp4
80.13 MB
11 Parallel Algorithms/069 Parallel merge sort.en.srt
8.69 KB
11 Parallel Algorithms/069 Parallel merge sort.mp4
17.36 MB
11 Parallel Algorithms/070 Comparing sorting implementations.en.srt
5.65 KB
11 Parallel Algorithms/070 Comparing sorting implementations.mp4
12.2 MB
11 Parallel Algorithms/071 UPDATE_ comparing merge sort algorithms.html
2.68 KB
11 Parallel Algorithms/072 Sum problem introduction.en.srt
3.55 KB
11 Parallel Algorithms/072 Sum problem introduction.mp4
37.08 MB
11 Parallel Algorithms/073 Sum problem - sequential approach.en.srt
4.64 KB
11 Parallel Algorithms/073 Sum problem - sequential approach.mp4
31.95 MB
11 Parallel Algorithms/074 Sum problem - parallel implementation.en.srt
9.5 KB
11 Parallel Algorithms/074 Sum problem - parallel implementation.mp4
66.42 MB
11 Parallel Algorithms/075 Comparing sum implementations.en.srt
4.32 KB
11 Parallel Algorithms/075 Comparing sum implementations.mp4
36.1 MB
12 Fork-Join Framework/076 Fork-join framework introduction.en.srt
7.2 KB
12 Fork-Join Framework/076 Fork-join framework introduction.mp4
107.95 MB
12 Fork-Join Framework/077 Fork-join framework simple example - RecursiveAction.en.srt
10.83 KB
12 Fork-Join Framework/077 Fork-join framework simple example - RecursiveAction.mp4
76.42 MB
12 Fork-Join Framework/078 Fork-join framework simple example - RecursiveTask_T_.en.srt
9.39 KB
12 Fork-Join Framework/078 Fork-join framework simple example - RecursiveTask_T_.mp4
73.07 MB
12 Fork-Join Framework/079 Maximum finding - the algorithm.en.srt
9.58 KB
12 Fork-Join Framework/079 Maximum finding - the algorithm.mp4
70.03 MB
12 Fork-Join Framework/080 Maximum finding - running the application.en.srt
7.37 KB
12 Fork-Join Framework/080 Maximum finding - running the application.mp4
64.33 MB
12 Fork-Join Framework/081 Fork-join merge sort I.en.srt
10.4 KB
12 Fork-Join Framework/081 Fork-join merge sort I.mp4
73.71 MB
12 Fork-Join Framework/082 Fork-join merge sort II.en.srt
5.75 KB
12 Fork-Join Framework/082 Fork-join merge sort II.mp4
42.53 MB
13 Using Java's Stream API/083 What is the Stream API_.en.srt
3.89 KB
13 Using Java's Stream API/083 What is the Stream API_.mp4
8.36 MB
13 Using Java's Stream API/084 Streams with numbers.en.srt
11.8 KB
13 Using Java's Stream API/084 Streams with numbers.mp4
32.68 MB
13 Using Java's Stream API/085 Streams with strings.en.srt
4.48 KB
13 Using Java's Stream API/085 Streams with strings.mp4
14.62 MB
13 Using Java's Stream API/086 Processing files with streams.en.srt
6.14 KB
13 Using Java's Stream API/086 Processing files with streams.mp4
41.89 MB
13 Using Java's Stream API/087 Streams with custom objects.en.srt
11.9 KB
13 Using Java's Stream API/087 Streams with custom objects.mp4
101.84 MB
13 Using Java's Stream API/088 Serial and parallel streams - counting prime numbers.en.srt
9.67 KB
13 Using Java's Stream API/088 Serial and parallel streams - counting prime numbers.mp4
44.89 MB
14 MapReduce and Parallelization/089 MapReduce introduction - basics.en.srt
8.09 KB
14 MapReduce and Parallelization/089 MapReduce introduction - basics.mp4
30.9 MB
14 MapReduce and Parallelization/090 MapReduce introduction - example.en.srt
8.28 KB
14 MapReduce and Parallelization/090 MapReduce introduction - example.mp4
24.83 MB
14 MapReduce and Parallelization/091 MapReduce and Fork-Join.en.srt
2.29 KB
14 MapReduce and Parallelization/091 MapReduce and Fork-Join.mp4
8.88 MB
15 Course Materials (DOWNLOADS)/092 Course materials.html
951 B
15 Course Materials (DOWNLOADS)/092 multithreading-parallel.zip
915.01 KB

免责声明

本网站仅提供DHT网络资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 fuckatgfw@protonmail.com。