首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[FreeCourseSite.com] Udemy - Concurrency, Multithreading and Parallel Computing in Java
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2021-5-16 19:02
2024-10-31 13:13
218
1.99 GB
86
磁力链接
magnet:?xt=urn:btih:fdd917566740b25b4cc9a0b3eda59a1b59769a57
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOmZkZDkxNzU2Njc0MGIyNWI0Y2M5YTBiM2VkYTU5YTFiNTk3NjlhNTdaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
FreeCourseSite
com
Udemy
-
Concurrency
Multithreading
and
Parallel
Computing
in
Java
文件列表
1. Introduction/1. Introduction.mp4
11.39MB
10. Multithreading Exercise III - Miner Game Simulation/1. Miner game implementation I.mp4
4.37MB
10. Multithreading Exercise III - Miner Game Simulation/2. Miner game implementation II.mp4
11.69MB
10. Multithreading Exercise III - Miner Game Simulation/3. Miner game implementation III.mp4
5.9MB
10. Multithreading Exercise III - Miner Game Simulation/4. Miner game implementation IV.mp4
9.09MB
10. Multithreading Exercise III - Miner Game Simulation/5. Miner game implementation V.mp4
18.27MB
11. Parallel Algorithms/1. Parallel methods versus multithreading.mp4
23.19MB
11. Parallel Algorithms/10. Sum problem - parallel implementation.mp4
17.01MB
11. Parallel Algorithms/11. Comparing sum implementations.mp4
8.16MB
11. Parallel Algorithms/2. Merge sort introduction I.mp4
16.04MB
11. Parallel Algorithms/3. Merge sort introduction II.mp4
21.75MB
11. Parallel Algorithms/4. Sequential merge sort I.mp4
15.79MB
11. Parallel Algorithms/5. Parallel merge sort.mp4
17.36MB
11. Parallel Algorithms/6. Comparing sorting implementations.mp4
12.2MB
11. Parallel Algorithms/8. Sum problem introduction.mp4
5.94MB
11. Parallel Algorithms/9. Sum problem - sequential approach.mp4
8.86MB
12. Fork-Join Framework/1. Fork-join framework introduction.mp4
14.11MB
12. Fork-Join Framework/2. Fork-join framework simple example - RecursiveAction.mp4
18.84MB
12. Fork-Join Framework/3. Fork-join framework simple example - RecursiveTaskT.mp4
17.29MB
12. Fork-Join Framework/4. Maximum finding - the algorithm.mp4
17.1MB
12. Fork-Join Framework/5. Maximum finding - running the application.mp4
14.43MB
12. Fork-Join Framework/6. Fork-join merge sort I.mp4
17.69MB
12. Fork-Join Framework/7. Fork-join merge sort II.mp4
9.93MB
13. Using Java's Stream API/1. What is the Stream API.mp4
11.82MB
13. Using Java's Stream API/2. Streams with numbers.mp4
43.63MB
13. Using Java's Stream API/3. Streams with strings.mp4
19.96MB
13. Using Java's Stream API/4. Processing files with streams.mp4
30.54MB
13. Using Java's Stream API/5. Streams with custom objects.mp4
66.6MB
13. Using Java's Stream API/6. Serial and parallel streams - counting prime numbers.mp4
52.75MB
14. MapReduce and Parallelization/1. MapReduce introduction - basics.mp4
8.59MB
14. MapReduce and Parallelization/2. MapReduce introduction - example.mp4
8.4MB
14. MapReduce and Parallelization/3. MapReduce and Fork-Join.mp4
2.64MB
2. Multithreading Theory/1. Processes and threads introduction.mp4
35.7MB
2. Multithreading Theory/2. What is time-slicing algorithm.mp4
13.63MB
2. Multithreading Theory/3. Benefits of multithreading.mp4
12.77MB
2. Multithreading Theory/4. Downside of multithreading.mp4
13.61MB
2. Multithreading Theory/5. Thread life cycle in Java.mp4
12.75MB
3. Threads Manipulation/1. Sequential processing.mp4
24.16MB
3. Threads Manipulation/2. Starting threads - Runnable.mp4
38.12MB
3. Threads Manipulation/3. Starting threads - Thread class.mp4
38.15MB
3. Threads Manipulation/5. Wait for threads to finish - join.mp4
25.91MB
3. Threads Manipulation/6. Daemon threads and user threads.mp4
48.9MB
4. Inter-Thread Communication/1. Memory management of threads.mp4
20.7MB
4. Inter-Thread Communication/10. Producer consumer with locks.mp4
16.3MB
4. Inter-Thread Communication/11. Locks and synchronization.mp4
7.88MB
4. Inter-Thread Communication/2. Synchronization.mp4
36.59MB
4. Inter-Thread Communication/3. Problems with synchronization.mp4
55.06MB
4. Inter-Thread Communication/4. Locking with custom objects.mp4
21.72MB
4. Inter-Thread Communication/6. Wait and notify.mp4
53.27MB
4. Inter-Thread Communication/8. Producer and consumer.mp4
75.78MB
4. Inter-Thread Communication/9. Locks.mp4
15.14MB
5. Multithreading Concepts/1. Volatile.mp4
33.36MB
5. Multithreading Concepts/2. Stopping a thread.mp4
9.93MB
5. Multithreading Concepts/3. Deadlock and livelock.mp4
23.31MB
5. Multithreading Concepts/4. Deadlock example.mp4
41.95MB
5. Multithreading Concepts/5. Livelock example.mp4
46.62MB
5. Multithreading Concepts/6. Atomic variables.mp4
36.53MB
5. Multithreading Concepts/7. What are semaphores.mp4
17.76MB
5. Multithreading Concepts/8. Mutexes and semaphores.mp4
25.92MB
5. Multithreading Concepts/9. Semaphores example.mp4
17.7MB
6. Creating Threads with Executors/1. Why to use thread pools.mp4
24.74MB
6. Creating Threads with Executors/2. Executors example - SingleThreadExecutor.mp4
33.01MB
6. Creating Threads with Executors/3. Executors example - FixedThreadPools.mp4
30.67MB
6. Creating Threads with Executors/4. Executors example - ScheduledExecutor.mp4
20.94MB
6. Creating Threads with Executors/5. Stopping executors.mp4
33.59MB
6. Creating Threads with Executors/6. What is a Callable interface and Future object.mp4
19MB
6. Creating Threads with Executors/7. Callable and future example.mp4
19.09MB
7. Concurrent Collections/1. Latch.mp4
25.85MB
7. Concurrent Collections/2. Cyclic barrier.mp4
25.15MB
7. Concurrent Collections/3. Blocking queue.mp4
26.03MB
7. Concurrent Collections/4. Delay queue.mp4
19.93MB
7. Concurrent Collections/5. Priority queue.mp4
23.27MB
7. Concurrent Collections/6. Concurrent maps.mp4
18.3MB
7. Concurrent Collections/7. Exchanger.mp4
26.15MB
8. Multithreading Exercise I - Dining Philosophers Problem/1. Dining philosophers problem I - the problem.mp4
9.92MB
8. Multithreading Exercise I - Dining Philosophers Problem/2. Dining philosophers problems II - constants.mp4
18.01MB
8. Multithreading Exercise I - Dining Philosophers Problem/3. Dining philosophers problems III - chopstick.mp4
52.84MB
8. Multithreading Exercise I - Dining Philosophers Problem/4. Dining philosophers problems IV - philosopher.mp4
78.77MB
8. Multithreading Exercise I - Dining Philosophers Problem/5. Dining philosophers problems V - starting the threads.mp4
82.7MB
8. Multithreading Exercise I - Dining Philosophers Problem/6. Dining philosophers problems VI - running the simulation.mp4
28.49MB
9. Multithreading Exercise II -Students Library Simulation/1. Student library simulation I - the problem.mp4
2.98MB
9. Multithreading Exercise II -Students Library Simulation/2. Student library simulation II - constants.mp4
4.12MB
9. Multithreading Exercise II -Students Library Simulation/3. Student library simulation III - book.mp4
6.39MB
9. Multithreading Exercise II -Students Library Simulation/4. Student library simulation VI - student.mp4
5.76MB
9. Multithreading Exercise II -Students Library Simulation/5. Locking locks () and tryLock().mp4
7.94MB
9. Multithreading Exercise II -Students Library Simulation/6. Student library simulation V - running the simulation.mp4
8.86MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统