zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCourseSite.com] Udemy - Concurrency, Multithreading and Parallel Computing in Java
magnet:?xt=urn:btih:fdd917566740b25b4cc9a0b3eda59a1b59769a57&dn=[FreeCourseSite.com] Udemy - Concurrency, Multithreading and Parallel Computing in Java
磁力链接详情
文件列表详情
fdd917566740b25b4cc9a0b3eda59a1b59769a57
infohash:
86
文件数量
1.99 GB
文件大小
2021-5-16 19:02
创建日期
2024-11-10 13:35
最后访问
相关分词
FreeCourseSite
com
Udemy
-
Concurrency
Multithreading
and
Parallel
Computing
in
Java
1. Introduction/1. Introduction.mp4 11.39 MB
10. Multithreading Exercise III - Miner Game Simulation/1. Miner game implementation I.mp4 4.37 MB
10. Multithreading Exercise III - Miner Game Simulation/2. Miner game implementation II.mp4 11.69 MB
10. Multithreading Exercise III - Miner Game Simulation/3. Miner game implementation III.mp4 5.9 MB
10. Multithreading Exercise III - Miner Game Simulation/4. Miner game implementation IV.mp4 9.09 MB
10. Multithreading Exercise III - Miner Game Simulation/5. Miner game implementation V.mp4 18.27 MB
11. Parallel Algorithms/1. Parallel methods versus multithreading.mp4 23.19 MB
11. Parallel Algorithms/10. Sum problem - parallel implementation.mp4 17.01 MB
11. Parallel Algorithms/11. Comparing sum implementations.mp4 8.16 MB
11. Parallel Algorithms/2. Merge sort introduction I.mp4 16.04 MB
11. Parallel Algorithms/3. Merge sort introduction II.mp4 21.75 MB
11. Parallel Algorithms/4. Sequential merge sort I.mp4 15.79 MB
11. Parallel Algorithms/5. Parallel merge sort.mp4 17.36 MB
11. Parallel Algorithms/6. Comparing sorting implementations.mp4 12.2 MB
11. Parallel Algorithms/8. Sum problem introduction.mp4 5.94 MB
11. Parallel Algorithms/9. Sum problem - sequential approach.mp4 8.86 MB
12. Fork-Join Framework/1. Fork-join framework introduction.mp4 14.11 MB
12. Fork-Join Framework/2. Fork-join framework simple example - RecursiveAction.mp4 18.84 MB
12. Fork-Join Framework/3. Fork-join framework simple example - RecursiveTaskT.mp4 17.29 MB
12. Fork-Join Framework/4. Maximum finding - the algorithm.mp4 17.1 MB
12. Fork-Join Framework/5. Maximum finding - running the application.mp4 14.43 MB
12. Fork-Join Framework/6. Fork-join merge sort I.mp4 17.69 MB
12. Fork-Join Framework/7. Fork-join merge sort II.mp4 9.93 MB
13. Using Java's Stream API/1. What is the Stream API.mp4 11.82 MB
13. Using Java's Stream API/2. Streams with numbers.mp4 43.63 MB
13. Using Java's Stream API/3. Streams with strings.mp4 19.96 MB
13. Using Java's Stream API/4. Processing files with streams.mp4 30.54 MB
13. Using Java's Stream API/5. Streams with custom objects.mp4 66.6 MB
13. Using Java's Stream API/6. Serial and parallel streams - counting prime numbers.mp4 52.75 MB
14. MapReduce and Parallelization/1. MapReduce introduction - basics.mp4 8.59 MB
14. MapReduce and Parallelization/2. MapReduce introduction - example.mp4 8.4 MB
14. MapReduce and Parallelization/3. MapReduce and Fork-Join.mp4 2.64 MB
2. Multithreading Theory/1. Processes and threads introduction.mp4 35.7 MB
2. Multithreading Theory/2. What is time-slicing algorithm.mp4 13.63 MB
2. Multithreading Theory/3. Benefits of multithreading.mp4 12.77 MB
2. Multithreading Theory/4. Downside of multithreading.mp4 13.61 MB
2. Multithreading Theory/5. Thread life cycle in Java.mp4 12.75 MB
3. Threads Manipulation/1. Sequential processing.mp4 24.16 MB
3. Threads Manipulation/2. Starting threads - Runnable.mp4 38.12 MB
3. Threads Manipulation/3. Starting threads - Thread class.mp4 38.15 MB
3. Threads Manipulation/5. Wait for threads to finish - join.mp4 25.91 MB
3. Threads Manipulation/6. Daemon threads and user threads.mp4 48.9 MB
4. Inter-Thread Communication/1. Memory management of threads.mp4 20.7 MB
4. Inter-Thread Communication/10. Producer consumer with locks.mp4 16.3 MB
4. Inter-Thread Communication/11. Locks and synchronization.mp4 7.88 MB
4. Inter-Thread Communication/2. Synchronization.mp4 36.59 MB
4. Inter-Thread Communication/3. Problems with synchronization.mp4 55.06 MB
4. Inter-Thread Communication/4. Locking with custom objects.mp4 21.72 MB
4. Inter-Thread Communication/6. Wait and notify.mp4 53.27 MB
4. Inter-Thread Communication/8. Producer and consumer.mp4 75.78 MB
4. Inter-Thread Communication/9. Locks.mp4 15.14 MB
5. Multithreading Concepts/1. Volatile.mp4 33.36 MB
5. Multithreading Concepts/2. Stopping a thread.mp4 9.93 MB
5. Multithreading Concepts/3. Deadlock and livelock.mp4 23.31 MB
5. Multithreading Concepts/4. Deadlock example.mp4 41.95 MB
5. Multithreading Concepts/5. Livelock example.mp4 46.62 MB
5. Multithreading Concepts/6. Atomic variables.mp4 36.53 MB
5. Multithreading Concepts/7. What are semaphores.mp4 17.76 MB
5. Multithreading Concepts/8. Mutexes and semaphores.mp4 25.92 MB
5. Multithreading Concepts/9. Semaphores example.mp4 17.7 MB
6. Creating Threads with Executors/1. Why to use thread pools.mp4 24.74 MB
6. Creating Threads with Executors/2. Executors example - SingleThreadExecutor.mp4 33.01 MB
6. Creating Threads with Executors/3. Executors example - FixedThreadPools.mp4 30.67 MB
6. Creating Threads with Executors/4. Executors example - ScheduledExecutor.mp4 20.94 MB
6. Creating Threads with Executors/5. Stopping executors.mp4 33.59 MB
6. Creating Threads with Executors/6. What is a Callable interface and Future object.mp4 19 MB
6. Creating Threads with Executors/7. Callable and future example.mp4 19.09 MB
7. Concurrent Collections/1. Latch.mp4 25.85 MB
7. Concurrent Collections/2. Cyclic barrier.mp4 25.15 MB
7. Concurrent Collections/3. Blocking queue.mp4 26.03 MB
7. Concurrent Collections/4. Delay queue.mp4 19.93 MB
7. Concurrent Collections/5. Priority queue.mp4 23.27 MB
7. Concurrent Collections/6. Concurrent maps.mp4 18.3 MB
7. Concurrent Collections/7. Exchanger.mp4 26.15 MB
8. Multithreading Exercise I - Dining Philosophers Problem/1. Dining philosophers problem I - the problem.mp4 9.92 MB
8. Multithreading Exercise I - Dining Philosophers Problem/2. Dining philosophers problems II - constants.mp4 18.01 MB
8. Multithreading Exercise I - Dining Philosophers Problem/3. Dining philosophers problems III - chopstick.mp4 52.84 MB
8. Multithreading Exercise I - Dining Philosophers Problem/4. Dining philosophers problems IV - philosopher.mp4 78.77 MB
8. Multithreading Exercise I - Dining Philosophers Problem/5. Dining philosophers problems V - starting the threads.mp4 82.7 MB
8. Multithreading Exercise I - Dining Philosophers Problem/6. Dining philosophers problems VI - running the simulation.mp4 28.49 MB
9. Multithreading Exercise II -Students Library Simulation/1. Student library simulation I - the problem.mp4 2.98 MB
9. Multithreading Exercise II -Students Library Simulation/2. Student library simulation II - constants.mp4 4.12 MB
9. Multithreading Exercise II -Students Library Simulation/3. Student library simulation III - book.mp4 6.39 MB
9. Multithreading Exercise II -Students Library Simulation/4. Student library simulation VI - student.mp4 5.76 MB
9. Multithreading Exercise II -Students Library Simulation/5. Locking locks () and tryLock().mp4 7.94 MB
9. Multithreading Exercise II -Students Library Simulation/6. Student library simulation V - running the simulation.mp4 8.86 MB
其他位置