磁力狗

磁力狗
为您索检到46条磁力链接,耗时0毫秒。

最新地址

【影视】 Modern C++ Concurrency
收录时间:2020-01-30 文档个数:53 文档大小:477.9 MB 最近下载:2024-11-16 人气:3468 磁力链接
  • wmv02. Threads/05. Threads and Events.wmv 28.2 MB
  • wmv03. Synchronization/02. Critical Sections.wmv 25.0 MB
  • wmv04. Condition Variables/02. Auto-Reset Events.wmv 23.3 MB
  • wmv02. Threads/04. Events.wmv 22.2 MB
  • wmv02. Threads/02. Windows Threads.wmv 21.6 MB
  • wmv08. The C++11 Thread Support Library/02. Threads.wmv 20.7 MB
  • wmv06. The Windows Thread Pool - Part 2/05. Cleanup and Cancellation.wmv 19.9 MB
  • wmv06. The Windows Thread Pool - Part 2/02. Thread Pool Synchronization.wmv 19.5 MB
  • wmv05. The Windows Thread Pool/04. Pools of Threads.wmv 18.2 MB
  • wmv03. Synchronization/06. Slim Reader Writer Locks and Threads.wmv 16.0 MB
  • wmv04. Condition Variables/03. Finding The Problem.wmv 15.6 MB
  • wmv07. The Concurrency Runtime/07. concurrent_queue.wmv 15.2 MB
  • wmv05. The Windows Thread Pool/02. Submitting Callbacks.wmv 14.9 MB
  • wmv05. The Windows Thread Pool/06. Units of Work.wmv 13.7 MB
  • wmv06. The Windows Thread Pool - Part 2/04. Relative Timeouts and Periods.wmv 13.7 MB
  • wmv04. Condition Variables/05. Condition Variables.wmv 13.7 MB
  • wmv07. The Concurrency Runtime/09. Tasks.wmv 12.7 MB
  • wmv02. Threads/03. Threads and The CRT.wmv 12.3 MB
  • wmv03. Synchronization/04. Slim Reader Writer Locks.wmv 12.2 MB
  • wmv05. The Windows Thread Pool/05. Mixing Environments and Pools.wmv 11.7 MB
【影视】 Concurrency
收录时间:2020-02-04 文档个数:24 文档大小:1.1 GB 最近下载:2022-10-18 人气:204 磁力链接
  • mp44. Условные переменные.mp4 414.1 MB
  • mp43. Защита разделяемых ресурсов.mp4 301.1 MB
  • mp42. Класс thread.mp4 213.3 MB
  • mp41. Введение.mp4 131.6 MB
  • pdfMaterials/4. Условные переменные.pdf 2.1 MB
  • pdfMaterials/3. Защита разделяемых ресурсов.pdf 1.8 MB
  • pdfMaterials/2. Класс thread.pdf 1.2 MB
  • pdfMaterials/1. Введение.pdf 832.6 kB
  • cppMaterials/Listing4_3.cpp 3.1 kB
  • hMaterials/threadsafe_queue.h 2.9 kB
  • cppMaterials/Listing4_2.cpp 2.6 kB
  • cppMaterials/Listing3_7.cpp 2.4 kB
  • cppMaterials/Listing4_1.cpp 2.3 kB
  • cppMaterials/Listing4_4.cpp 2.2 kB
  • cppMaterials/Listing2.cpp 1.9 kB
  • cppMaterials/Listing3_5.cpp 1.4 kB
  • cppMaterials/Listing3_4.cpp 1.4 kB
  • cppMaterials/Listing3_6.cpp 1.4 kB
  • cppMaterials/Listing3_2.cpp 1.2 kB
  • cppMaterials/Listing3_3.cpp 1.2 kB
【影视】 [FreeCoursesOnline.Us] Pluralsight - Java Path - java-patterns-concurrency-multi-threading
收录时间:2020-02-14 文档个数:89 文档大小:203.3 MB 最近下载:2024-08-22 人气:459 磁力链接
  • mp400.Understanding-Concurrency-Threading-and-Synchronization/16.Live-Coding-A-Dead-Lockin-Action-and-How-to-Fix-It.mp4 20.2 MB
  • mp402.Ordering-Read-and-Writes-Operations-on-a-Multicore-CPU/12.Live-Coding-Observing-False-Sharing-on-a-Simple-Example.mp4 12.9 MB
  • mp400.Understanding-Concurrency-Threading-and-Synchronization/14.Live-Coding-Launching-Your-First-Thread.mp4 8.4 MB
  • mp400.Understanding-Concurrency-Threading-and-Synchronization/10.Understanding-Synchronization-Over-Multiple-Methods.mp4 8.2 MB
  • mp403.Implementing-a-Thread-Safe-Singleton-on-a-Multicore-CPU/15.Live-Coding-Fixing-the-Bug-in-the-LockMess-Case-Study.mp4 7.2 MB
  • mp401.Implementing-the-ProducerConsumer-Pattern-Using-Wait--Notify/02.How-to-Stop-a-Thread-Using-the-interrupt-Method.mp4 6.2 MB
  • mp402.Ordering-Read-and-Writes-Operations-on-a-Multicore-CPU/06.Understanding-the-Happens-before-Link-on-Basic-Examples.mp4 5.5 MB
  • mp400.Understanding-Concurrency-Threading-and-Synchronization/08.Synchronizing-Code-to-Prevent-Race-Conditions.mp4 5.5 MB
  • mp400.Understanding-Concurrency-Threading-and-Synchronization/09.Understanding-the-Lock-Object-in-Synchronization.mp4 5.4 MB
  • mp403.Implementing-a-Thread-Safe-Singleton-on-a-Multicore-CPU/09.Possible-Issues-with-the-Double-Check-Locking.mp4 5.1 MB
  • mp400.Understanding-Concurrency-Threading-and-Synchronization/12.What-Is-a-Deadlock.mp4 5.1 MB
  • mp401.Implementing-the-ProducerConsumer-Pattern-Using-Wait--Notify/06.Understanding-How-the-wait-and-notify-Methods-Work.mp4 5.1 MB
  • mp401.Implementing-the-ProducerConsumer-Pattern-Using-Wait--Notify/05.What-Is-Needed-to-Fix-This-First-Flawed-Version.mp4 5.0 MB
  • mp403.Implementing-a-Thread-Safe-Singleton-on-a-Multicore-CPU/16.How-to-Write-Correct-Concurrent-Code-Wrap-up.mp4 4.7 MB
  • mp403.Implementing-a-Thread-Safe-Singleton-on-a-Multicore-CPU/05.Analyzing-the-Performance-on-a-Two-Core-CPU.mp4 4.6 MB
  • mp403.Implementing-a-Thread-Safe-Singleton-on-a-Multicore-CPU/00.Introduction-Agenda-of-the-Module.mp4 4.6 MB
  • mp403.Implementing-a-Thread-Safe-Singleton-on-a-Multicore-CPU/01.A-First-Implementation-of-the-Singleton-Pattern.mp4 4.5 MB
  • mp400.Understanding-Concurrency-Threading-and-Synchronization/05.CPU-Time-Sharing-Using-a-Thread-Scheduler.mp4 4.5 MB
  • mp402.Ordering-Read-and-Writes-Operations-on-a-Multicore-CPU/03.Definition-of-Visibility-on-Multicore-CPUs.mp4 4.3 MB
  • mp402.Ordering-Read-and-Writes-Operations-on-a-Multicore-CPU/02.Organization-of-Caches-on-Multicore-CPUs.mp4 4.2 MB
【影视】 Concurrency
收录时间:2020-02-23 文档个数:46 文档大小:1.5 GB 最近下载:2024-11-14 人气:3750 磁力链接
  • mp45. Будущие результаты.mp4 463.2 MB
  • mp44. Условные переменные.mp4 414.1 MB
  • mp43. Защита разделяемых ресурсов.mp4 301.1 MB
  • mp42. Класс thread.mp4 213.3 MB
  • mp41. Введение.mp4 131.6 MB
  • pdfMaterials/4. Условные переменные.pdf 2.1 MB
  • pdfMaterials/3. Защита разделяемых ресурсов.pdf 1.8 MB
  • pdfMaterials/5. Будущие результаты.pdf 1.6 MB
  • pdfMaterials/2. Класс thread.pdf 1.2 MB
  • pdfMaterials/1. Введение.pdf 832.6 kB
  • cppMaterials/Listing5_16.cpp 3.7 kB
  • cppMaterials/Listing5_15.cpp 3.5 kB
  • cppMaterials/Listing5_14.cpp 3.2 kB
  • cppMaterials/Listing5_13.cpp 3.2 kB
  • cppMaterials/Listing4_3.cpp 3.1 kB
  • hMaterials/threadsafe_queue.h 2.9 kB
  • cppMaterials/Listing5_12.cpp 2.8 kB
  • cppMaterials/Listing5_11.cpp 2.7 kB
  • cppMaterials/Listing4_2.cpp 2.6 kB
  • cppMaterials/Listing3_7.cpp 2.4 kB
【影视】 Addison-Wesley - Java Concurrency LiveLessons
收录时间:2020-02-25 文档个数:34 文档大小:2.7 GB 最近下载:2024-11-15 人气:4927 磁力链接
  • FLV3.8 Enable one or more threads to wait for operations performed in other threads to complete with Java CountDownLock, CyclicBarrier, and Phaser barrier synchronizers - Java Concurrency LiveLessons (Video Training).FLV 198.8 MB
  • FLV5.1 Analyze the implementation of Java threading mechanisms - Java Concurrency LiveLessons (Video Training).FLV 190.6 MB
  • FLV4.3 Understand the design and implementation of a concurrent content downloading application - Java Concurrency LiveLessons (Video Training).FLV 187.4 MB
  • FLV5.2 Analyze the implementation of Java synchronization mechanisms—Part 1 - Java Concurrency LiveLessons (Video Training).FLV 171.1 MB
  • FLV4.2 Understand the design and implementation of a concurrent resource management application - Java Concurrency LiveLessons (Video Training).FLV 163.6 MB
  • FLV4.1 Understand the design and implementation of a concurrent ping_pong application - Java Concurrency LiveLessons (Video Training).FLV 158.3 MB
  • FLV2.1 Recognize the Java threading mechanisms available to program concurrent software - Java Concurrency LiveLessons (Video Training).FLV 153.8 MB
  • FLV2.3 Comprehend how the Java Executor framework decouples thread management and creation from the rest of the application—Part 3 - Java Concurrency LiveLessons (Video Training).FLV 133.8 MB
  • FLV2.3 Comprehend how the Java Executor framework decouples thread management and creation from the rest of the application—Part 2 - Java Concurrency LiveLessons (Video Training).FLV 124.4 MB
  • FLV2.3 Comprehend how the Java Executor framework decouples thread management and creation from the rest of the application—Part 1 - Java Concurrency LiveLessons (Video Training).FLV 113.7 MB
  • FLV3.3 Ensure mutual exclusion and cooperation between threads with Java built-in monitor objects - Java Concurrency LiveLessons (Video Training).FLV 95.9 MB
  • FLV3.5 Provide readers-writer lock mechanisms to concurrent programs with Java ReentrantReadWriteLock and StampLock—Part 1 - Java Concurrency LiveLessons (Video Training).FLV 93.0 MB
  • FLV5.2 Analyze the implementation of Java synchronization mechanisms—Part 2 - Java Concurrency LiveLessons (Video Training).FLV 88.9 MB
  • FLV3.1 Understand the key Java synchronization classes in concurrent programs - Java Concurrency LiveLessons (Video Training).FLV 67.0 MB
  • FLV1.3 Recognize the inherent complexities of concurrent software - Java Concurrency LiveLessons (Video Training).FLV 65.8 MB
  • FLV2.2 Understand the Java Thread lifecycle and how to manage it effectively - Java Concurrency LiveLessons (Video Training).FLV 64.5 MB
  • FLV3.7 Enable concurrent programs to have multiple wait-sets per user-defined object with Java ConditionObject - Java Concurrency LiveLessons (Video Training).FLV 64.4 MB
  • FLV1.4 Recognize the accidental complexities of concurrent software - Java Concurrency LiveLessons (Video Training).FLV 63.3 MB
  • FLV1.2 Understand the key benefits of developing concurrent software - Java Concurrency LiveLessons (Video Training).FLV 55.6 MB
  • FLV3.6 Enable multiple threads to control access to a limited number of shared resources with Java Semaphore - Java Concurrency LiveLessons (Video Training).FLV 54.6 MB
【影视】 The Concurrency of the End of Evangelion 0.00 (v3) [TRI-AUDIO].mkv
收录时间:2020-03-08 文档个数:1 文档大小:4.7 GB 最近下载:2024-11-15 人气:3271 磁力链接
  • mkvThe Concurrency of the End of Evangelion 0.00 (v3) [TRI-AUDIO].mkv 4.7 GB
【影视】 [pluralsight-training.net] Clojure Concurrency
收录时间:2020-03-17 文档个数:54 文档大小:117.5 MB 最近下载:2024-11-13 人气:785 磁力链接
  • wmv5 - Refs/5.04 - Macros.wmv 7.3 MB
  • wmv4 - Agents/4.05 - Demo dealing with errors.wmv 7.2 MB
  • wmv2 - Vars/2.05 - Demo bindings, root bindings, and threads.wmv 6.6 MB
  • wmv2 - Vars/2.04 - Demo per-thread binding.wmv 6.5 MB
  • wmv3 - Atoms/3.07 - Demo updating atoms with contention.wmv 5.2 MB
  • wmv4 - Agents/4.03 - Demo creating and using agents.wmv 5.2 MB
  • wmv1 - Introduction/1.10 - Immutability.wmv 4.7 MB
  • wmv5 - Refs/5.07 - Demo reading with a tx.wmv 4.6 MB
  • wmv5 - Refs/5.05 - Demo concurrent writes.wmv 4.3 MB
  • wmv1 - Introduction/1.07 - Evaluation.wmv 4.0 MB
  • wmv5 - Refs/5.03 - Demo reading and updating.wmv 4.0 MB
  • wmv3 - Atoms/3.01 - Reference Types.wmv 3.8 MB
  • wmv1 - Introduction/1.08 - Interop.wmv 3.4 MB
  • wmv5 - Refs/5.08 - Demo coordinated reads.wmv 3.3 MB
  • wmv3 - Atoms/3.06 - Demo updating atoms with threads.wmv 3.2 MB
  • wmv1 - Introduction/1.04 - What is Clojure.wmv 3.0 MB
  • wmv3 - Atoms/3.02 - Atoms.wmv 2.6 MB
  • wmv5 - Refs/5.06 - Demo reading without a tx.wmv 2.6 MB
  • wmv1 - Introduction/1.06 - Composite Datatypes.wmv 2.4 MB
  • wmv5 - Refs/5.02 - Refs.wmv 2.1 MB
【影视】 Java Concurrency, Second Edition
收录时间:2020-04-04 文档个数:41 文档大小:4.5 GB 最近下载:2024-10-12 人气:1458 磁力链接
  • mp44.4 Understand the design and implementation of a concurrent.mp4 297.8 MB
  • mp44.3 Understand the design and implementation of a concurrent.mp4 262.0 MB
  • mp43.8 Enable one or more threads to wait for operations perfor.mp4 247.7 MB
  • mp45.1 Analyze the implementation of Java threading mechanisms.mp4 241.0 MB
  • mp45.2 Analyze the implementation of Java synchronization mecha.mp4 214.8 MB
  • mp44.2 Understand the design and implementation of a concurrent.mp4 208.4 MB
  • mp42.1 Recognize the Java threading mechanisms available to pro.mp4 207.3 MB
  • mp44.1 Understand the design and implementation of a concurrent.mp4 191.3 MB
  • mp42.4 Understand how Java 8 functional programming features an (3).mp4 183.1 MB
  • mp42.3 Comprehend how the Java Executor framework decouples thr (2).mp4 169.0 MB
  • mp42.4 Understand how Java 8 functional programming features an (2).mp4 166.2 MB
  • mp42.3 Comprehend how the Java Executor framework decouples thr (1).mp4 161.7 MB
  • mp42.3 Comprehend how the Java Executor framework decouples thr.mp4 154.2 MB
  • mp43.3 Ensure mutual exclusion and cooperation between threads.mp4 139.0 MB
  • mp42.4 Understand how Java 8 functional programming features an (1).mp4 133.8 MB
  • mp42.4 Understand how Java 8 functional programming features an.mp4 114.2 MB
  • mp43.5 Provide readers-writer lock mechanisms to concurrent pro.mp4 109.8 MB
  • mp45.2 Analyze the implementation of Java synchronization mecha (1).mp4 107.9 MB
  • mp43.1 Understand the key Java synchronization classes in concu.mp4 96.3 MB
  • mp41.4 Recognize the accidental complexities of concurrent soft.mp4 90.5 MB
【影视】 Concurrency
收录时间:2020-05-05 文档个数:6 文档大小:346.9 MB 最近下载:2024-06-24 人气:130 磁力链接
  • mp42. Класс thread.mp4 213.3 MB
  • mp41. Введение.mp4 131.6 MB
  • pdfMaterials/2. Класс thread.pdf 1.2 MB
  • pdfMaterials/1. Введение.pdf 832.6 kB
  • cppMaterials/Listing2.cpp 1.9 kB
  • cppMaterials/Listing1.cpp 1.1 kB
【影视】 [FreeCoursesOnline.Us] Pluralsight - modern-cplusplus-concurrency
收录时间:2020-05-12 文档个数:125 文档大小:737.4 MB 最近下载:2024-04-29 人气:577 磁力链接
  • mp401.Threads/04.Threads-and-Events.mp4 48.7 MB
  • mp402.Synchronization/01.Critical-Sections.mp4 38.3 MB
  • mp401.Threads/03.Events.mp4 35.9 MB
  • mp403.Condition-Variables/01.Auto-Reset-Events.mp4 34.7 MB
  • mp407.The-C11-Thread-Support-Library/01.Threads.mp4 34.6 MB
  • mp401.Threads/01.Windows-Threads.mp4 34.5 MB
  • mp405.The-Windows-Thread-Pool---Part-2/04.Cleanup-and-Cancellation.mp4 34.1 MB
  • mp405.The-Windows-Thread-Pool---Part-2/01.Thread-Pool-Synchronization.mp4 29.9 MB
  • mp404.The-Windows-Thread-Pool/03.Pools-of-Threads.mp4 29.7 MB
  • mp402.Synchronization/05.Slim-ReaderWriter-Locks-and-Threads.mp4 25.5 MB
  • mp403.Condition-Variables/02.Finding-The-Problem.mp4 25.0 MB
  • mp404.The-Windows-Thread-Pool/01.Submitting-Callbacks.mp4 24.5 MB
  • mp403.Condition-Variables/04.Condition-Variables.mp4 23.3 MB
  • mp404.The-Windows-Thread-Pool/05.Units-of-Work.mp4 23.3 MB
  • mp406.The-Concurrency-Runtime/06.concurrent-queue.mp4 22.7 MB
  • mp405.The-Windows-Thread-Pool---Part-2/03.Relative-Timeouts-and-Periods.mp4 21.4 MB
  • mp406.The-Concurrency-Runtime/08.Tasks.mp4 20.5 MB
  • mp404.The-Windows-Thread-Pool/04.Mixing-Environments-and-Pools.mp4 18.6 MB
  • mp402.Synchronization/04.Slim-ReaderWriter-Locks-and-Guards.mp4 17.3 MB
  • mp401.Threads/02.Threads-and-The-CRT.mp4 17.2 MB
【影视】 The Concurrency of the End of Evangelion v2.0 [DUAL-AUDIO].mkv
收录时间:2020-05-25 文档个数:1 文档大小:4.9 GB 最近下载:2024-01-07 人气:804 磁力链接
  • mkvThe Concurrency of the End of Evangelion v2.0 [DUAL-AUDIO].mkv 4.9 GB
【影视】 Concurrency
收录时间:2020-05-27 文档个数:17 文档大小:649.8 MB 最近下载:2023-11-11 人气:40 磁力链接
  • mp43. Защита разделяемых ресурсов.mp4 301.1 MB
  • mp42. Класс thread.mp4 213.3 MB
  • mp41. Введение.mp4 131.6 MB
  • pdfMaterials/3. Защита разделяемых ресурсов.pdf 1.8 MB
  • pdfMaterials/2. Класс thread.pdf 1.2 MB
  • pdfMaterials/1. Введение.pdf 832.6 kB
  • cppMaterials/Listing3_7.cpp 2.4 kB
  • cppMaterials/Listing2.cpp 1.9 kB
  • cppMaterials/Listing3_5.cpp 1.4 kB
  • cppMaterials/Listing3_4.cpp 1.4 kB
  • cppMaterials/Listing3_6.cpp 1.4 kB
  • cppMaterials/Listing3_2.cpp 1.2 kB
  • cppMaterials/Listing3_3.cpp 1.2 kB
  • cppMaterials/Listing3_8.cpp 1.2 kB
  • cppMaterials/Listing1.cpp 1.1 kB
  • cppMaterials/Listing3_1.cpp 1.0 kB
  • hMaterials/safe_mutex.h 373 Bytes
【影视】 LearnNowOnline Java 7 SE Enhancements and Concurrency[by Robert]
收录时间:2020-10-30 文档个数:19 文档大小:157.8 MB 最近下载:2024-09-16 人气:45 磁力链接
  • mp4021. Language Enhancements (18.54).mp4 30.6 MB
  • mp4061. New Concurrent Utilities (13.44).mp4 27.5 MB
  • mp4081. Phaser Class (12.18).mp4 24.4 MB
  • exeWork File/J7S1.exe 12.1 MB
  • mp4051. Enhancements (10.55).mp4 11.6 MB
  • mp4041. Data Type Enhancements (06.53).mp4 10.1 MB
  • mp4031. Generic Type Inference (07.16).mp4 9.4 MB
  • mp4071. ThreadLocalRandom Class (05.06).mp4 7.5 MB
  • mp4010. Overview (07.27).mp4 5.8 MB
  • mp4060. Introduction.mp4 2.7 MB
  • mp4050. Introduction.mp4 2.6 MB
  • mp4040. Introduction.mp4 2.6 MB
  • mp4070. Introduction.mp4 2.6 MB
  • mp4080. Introduction.mp4 2.3 MB
  • mp4001. Intoduction.mp4 2.1 MB
  • mp4030. Introduction.mp4 2.0 MB
  • mp4020. Introduction.mp4 1.9 MB
  • pdfIntro PDF.pdf 29.5 kB
  • ioFTPDWork File/.ioFTPD 77 Bytes
【影视】 Packt - Learning Path - Go - Concurrency and Design Patterns for Gophers
收录时间:2020-12-12 文档个数:43 文档大小:797.8 MB 最近下载:2024-11-15 人气:2723 磁力链接
  • mp424 - Strategy Design Pattern.mp4 46.4 MB
  • mp418 - Bridge Design Pettern.mp4 35.6 MB
  • mp421 - Facade Design Pattern.mp4 33.9 MB
  • mp425 - Chain of Responsibility Pattern.mp4 32.1 MB
  • mp427 - Template Design Pattern.mp4 29.7 MB
  • mp428 - Memento Design Pattern.mp4 28.0 MB
  • mp430 - Visitor Design Pattern.mp4 26.8 MB
  • mp420 - Decorator Design Pattern.mp4 25.4 MB
  • mp419 - Proxy Design Pattern.mp4 24.8 MB
  • mp422 - Flyweight Design Pattern.mp4 24.8 MB
  • mp412 - Builder Design Pattern.mp4 23.4 MB
  • mp429 - Interpreter Design Pattern.mp4 23.3 MB
  • mp433 - Observer Design Pattern.mp4 23.3 MB
  • mp431 - State Design Pattern.mp4 22.4 MB
  • mp413 - Factory Method.mp4 22.0 MB
  • mp426 - Command Design Pattern.mp4 21.2 MB
  • mp439 - Channels.mp4 20.7 MB
  • mp402 - Installing Go.mp4 20.5 MB
  • mp442 - Future Design Pattern.mp4 20.3 MB
  • mp416 - Composite Design Pattern.mp4 19.6 MB
【影视】 Addison-Wesley.Java.Concurrency.LiveLessons.Professional.Hadoop.Fundamentals.LiveLessons.Enriko
收录时间:2020-12-14 文档个数:81 文档大小:5.8 GB 最近下载:2024-10-13 人气:1086 磁力链接
  • FLVAddison-Wesley - Java Concurrency LiveLessons/3.8 Enable one or more threads to wait for operations performed in other threads to complete with Java CountDownLock, CyclicBarrier, and Phaser barrier synchronizers - Java Concurrency LiveLessons (Video Training).FLV 198.8 MB
  • mp4Addison-Wesley - Hadoop Fundamentals LiveLessons, 2nd Edition/part39.mp4 198.2 MB
  • FLVAddison-Wesley - Java Concurrency LiveLessons/5.1 Analyze the implementation of Java threading mechanisms - Java Concurrency LiveLessons (Video Training).FLV 190.6 MB
  • FLVAddison-Wesley - Java Concurrency LiveLessons/4.3 Understand the design and implementation of a concurrent content downloading application - Java Concurrency LiveLessons (Video Training).FLV 187.4 MB
  • mp4Addison-Wesley - Hadoop Fundamentals LiveLessons, 2nd Edition/part08.mp4 177.0 MB
  • FLVAddison-Wesley - Java Concurrency LiveLessons/5.2 Analyze the implementation of Java synchronization mechanisms—Part 1 - Java Concurrency LiveLessons (Video Training).FLV 171.1 MB
  • FLVAddison-Wesley - Java Concurrency LiveLessons/4.2 Understand the design and implementation of a concurrent resource management application - Java Concurrency LiveLessons (Video Training).FLV 163.6 MB
  • mp4Addison-Wesley - Hadoop Fundamentals LiveLessons, 2nd Edition/part33.mp4 159.3 MB
  • FLVAddison-Wesley - Java Concurrency LiveLessons/4.1 Understand the design and implementation of a concurrent ping_pong application - Java Concurrency LiveLessons (Video Training).FLV 158.3 MB
  • FLVAddison-Wesley - Java Concurrency LiveLessons/2.1 Recognize the Java threading mechanisms available to program concurrent software - Java Concurrency LiveLessons (Video Training).FLV 153.8 MB
  • mp4Addison-Wesley - Hadoop Fundamentals LiveLessons, 2nd Edition/part38.mp4 146.0 MB
  • mp4Addison-Wesley - Hadoop Fundamentals LiveLessons, 2nd Edition/part11.mp4 136.3 MB
  • FLVAddison-Wesley - Java Concurrency LiveLessons/2.3 Comprehend how the Java Executor framework decouples thread management and creation from the rest of the application—Part 3 - Java Concurrency LiveLessons (Video Training).FLV 133.8 MB
  • FLVAddison-Wesley - Java Concurrency LiveLessons/2.3 Comprehend how the Java Executor framework decouples thread management and creation from the rest of the application—Part 2 - Java Concurrency LiveLessons (Video Training).FLV 124.4 MB
  • mp4Addison-Wesley - Hadoop Fundamentals LiveLessons, 2nd Edition/part24.mp4 118.0 MB
  • mp4Addison-Wesley - Hadoop Fundamentals LiveLessons, 2nd Edition/part32.mp4 114.9 MB
  • FLVAddison-Wesley - Java Concurrency LiveLessons/2.3 Comprehend how the Java Executor framework decouples thread management and creation from the rest of the application—Part 1 - Java Concurrency LiveLessons (Video Training).FLV 113.7 MB
  • mp4Addison-Wesley - Hadoop Fundamentals LiveLessons, 2nd Edition/part16.mp4 108.6 MB
  • mp4Addison-Wesley - Hadoop Fundamentals LiveLessons, 2nd Edition/part31.mp4 101.1 MB
  • mp4Addison-Wesley - Hadoop Fundamentals LiveLessons, 2nd Edition/part30.mp4 99.4 MB
【影视】 [FreeCourseSite.com] Udemy - Concurrency, Multithreading and Parallel Computing in Java
收录时间:2021-03-02 文档个数:188 文档大小:2.1 GB 最近下载:2024-11-12 人气:8872 磁力链接
  • mp48. Multithreading Exercise I - Dining Philosophers Problem/5. Dining philosophers problems V - starting the threads.mp4 86.7 MB
  • mp48. Multithreading Exercise I - Dining Philosophers Problem/4. Dining philosophers problems IV - philosopher.mp4 82.6 MB
  • mp44. Inter-Thread Communication/8. Producer and consumer.mp4 79.5 MB
  • mp413. Using Java's Stream API/5. Streams with custom objects.mp4 69.8 MB
  • mp44. Inter-Thread Communication/3. Problems with synchronization.mp4 57.7 MB
  • mp44. Inter-Thread Communication/6. Wait and notify.mp4 55.9 MB
  • mp48. Multithreading Exercise I - Dining Philosophers Problem/3. Dining philosophers problems III - chopstick.mp4 55.4 MB
  • mp413. Using Java's Stream API/6. Serial and parallel streams - counting prime numbers.mp4 55.3 MB
  • mp43. Threads Manipulation/6. Daemon threads and user threads.mp4 51.3 MB
  • mp45. Multithreading Concepts/5. Livelock example.mp4 48.9 MB
  • mp413. Using Java's Stream API/2. Streams with numbers.mp4 45.8 MB
  • mp45. Multithreading Concepts/4. Deadlock example.mp4 44.0 MB
  • mp43. Threads Manipulation/3. Starting threads - Thread class.mp4 40.0 MB
  • mp43. Threads Manipulation/2. Starting threads - Runnable.mp4 40.0 MB
  • mp44. Inter-Thread Communication/2. Synchronization.mp4 38.4 MB
  • mp45. Multithreading Concepts/6. Atomic variables.mp4 38.3 MB
  • mp42. Multithreading Theory/1. Processes and threads introduction.mp4 37.4 MB
  • mp46. Creating Threads with Executors/5. Stopping executors.mp4 35.2 MB
  • mp45. Multithreading Concepts/1. Volatile.mp4 35.0 MB
  • mp46. Creating Threads with Executors/2. Executors example - SingleThreadExecutor.mp4 34.6 MB
【影视】 [Tutorialsplanet.NET] Udemy - Concurrency, Multithreading and Parallel Computing in Java
收录时间:2021-03-06 文档个数:187 文档大小:2.1 GB 最近下载:2024-04-02 人气:648 磁力链接
  • mp48. Multithreading Exercise I - Dining Philosophers Problem/5. Dining philosophers problems V - starting the threads.mp4 86.7 MB
  • mp48. Multithreading Exercise I - Dining Philosophers Problem/4. Dining philosophers problems IV - philosopher.mp4 82.6 MB
  • mp44. Inter-Thread Communication/8. Producer and consumer.mp4 79.5 MB
  • mp413. Using Java's Stream API/5. Streams with custom objects.mp4 69.8 MB
  • mp44. Inter-Thread Communication/3. Problems with synchronization.mp4 57.7 MB
  • mp44. Inter-Thread Communication/6. Wait and notify.mp4 55.9 MB
  • mp48. Multithreading Exercise I - Dining Philosophers Problem/3. Dining philosophers problems III - chopstick.mp4 55.4 MB
  • mp413. Using Java's Stream API/6. Serial and parallel streams - counting prime numbers.mp4 55.3 MB
  • mp43. Threads Manipulation/6. Daemon threads and user threads.mp4 51.3 MB
  • mp45. Multithreading Concepts/5. Livelock example.mp4 48.9 MB
  • mp413. Using Java's Stream API/2. Streams with numbers.mp4 45.8 MB
  • mp45. Multithreading Concepts/4. Deadlock example.mp4 44.0 MB
  • mp43. Threads Manipulation/3. Starting threads - Thread class.mp4 40.0 MB
  • mp43. Threads Manipulation/2. Starting threads - Runnable.mp4 40.0 MB
  • mp44. Inter-Thread Communication/2. Synchronization.mp4 38.4 MB
  • mp45. Multithreading Concepts/6. Atomic variables.mp4 38.3 MB
  • mp42. Multithreading Theory/1. Processes and threads introduction.mp4 37.4 MB
  • mp46. Creating Threads with Executors/5. Stopping executors.mp4 35.2 MB
  • mp45. Multithreading Concepts/1. Volatile.mp4 35.0 MB
  • mp46. Creating Threads with Executors/2. Executors example - SingleThreadExecutor.mp4 34.6 MB
【影视】 Java Concurrency Troubleshooting_ Data Access and Consistency
收录时间:2021-03-11 文档个数:46 文档大小:208.9 MB 最近下载:2024-11-15 人气:2286 磁力链接
  • mp4[TutsNode.com] - Java Concurrency Troubleshooting_ Data Access and Consistency/03 Troubleshoot Deadlocked Threads/004 Solution_ Find deadlocks in a thread dump.mp4 23.4 MB
  • mp4[TutsNode.com] - Java Concurrency Troubleshooting_ Data Access and Consistency/03 Troubleshoot Deadlocked Threads/001 Capture a thread dump.mp4 22.6 MB
  • mp4[TutsNode.com] - Java Concurrency Troubleshooting_ Data Access and Consistency/02 Common Concurrent Data Access Pitfalls/004 Deadlocked threads.mp4 22.3 MB
  • mp4[TutsNode.com] - Java Concurrency Troubleshooting_ Data Access and Consistency/02 Common Concurrent Data Access Pitfalls/002 Unsafe class-level variable access.mp4 17.9 MB
  • mp4[TutsNode.com] - Java Concurrency Troubleshooting_ Data Access and Consistency/01 Introduction/002 Threads and runtime data.mp4 17.9 MB
  • mp4[TutsNode.com] - Java Concurrency Troubleshooting_ Data Access and Consistency/02 Common Concurrent Data Access Pitfalls/005 Database transaction management.mp4 15.5 MB
  • mp4[TutsNode.com] - Java Concurrency Troubleshooting_ Data Access and Consistency/03 Troubleshoot Deadlocked Threads/002 Find deadlocks in a thread dump.mp4 13.7 MB
  • mp4[TutsNode.com] - Java Concurrency Troubleshooting_ Data Access and Consistency/02 Common Concurrent Data Access Pitfalls/003 Unsafe data structures.mp4 13.1 MB
  • mp4[TutsNode.com] - Java Concurrency Troubleshooting_ Data Access and Consistency/02 Common Concurrent Data Access Pitfalls/007 Long-running transactions.mp4 12.4 MB
  • mp4[TutsNode.com] - Java Concurrency Troubleshooting_ Data Access and Consistency/01 Introduction/001 Welcome to safe data in Java.mp4 12.3 MB
  • mp4[TutsNode.com] - Java Concurrency Troubleshooting_ Data Access and Consistency/02 Common Concurrent Data Access Pitfalls/006 Database lost updates.mp4 9.8 MB
  • mp4[TutsNode.com] - Java Concurrency Troubleshooting_ Data Access and Consistency/02 Common Concurrent Data Access Pitfalls/008 Java streams and Lambda concurrency issues.mp4 8.8 MB
  • mp4[TutsNode.com] - Java Concurrency Troubleshooting_ Data Access and Consistency/02 Common Concurrent Data Access Pitfalls/001 Race conditions in code.mp4 6.7 MB
  • mp4[TutsNode.com] - Java Concurrency Troubleshooting_ Data Access and Consistency/04 Conclusion/001 Finish line.mp4 5.5 MB
  • mp4[TutsNode.com] - Java Concurrency Troubleshooting_ Data Access and Consistency/03 Troubleshoot Deadlocked Threads/003 Challenge_ Find deadlocks in a thread dump.mp4 4.7 MB
  • pad/7.pad/7 260.1 kB
  • pad/5.pad/5 256.3 kB
  • pad/13.pad/13 219.8 kB
  • pad/4.pad/4 202.1 kB
  • pad/8.pad/8 163.5 kB
【影视】 Hands-on Concurrency with Go [Video]
收录时间:2021-03-16 文档个数:36 文档大小:393.7 MB 最近下载:2024-11-12 人气:1949 磁力链接
  • mp44.I_O Concurrency/20.A Reddit and Hacker News Client.mp4 48.6 MB
  • mp43.Data Parallelism/16.A Naive Barycenter Implementation.mp4 45.4 MB
  • mp45.Task Parallelism/27.Building a Web Service in Go.mp4 43.8 MB
  • mp43.Data Parallelism/17.A Parallel Barycenter Implementation.mp4 34.7 MB
  • mp44.I_O Concurrency/22.Putting it All Together.mp4 33.5 MB
  • mp42.Goroutines, channels, and concurrency in Go/12.Non-Blocking Channel Operations.mp4 20.9 MB
  • mp45.Task Parallelism/28.Incorporating the Reddit and HackerNews Client.mp4 19.3 MB
  • mp42.Goroutines, channels, and concurrency in Go/11.Queuing Work with Buffered Channels.mp4 18.4 MB
  • mp42.Goroutines, channels, and concurrency in Go/10.Sharing Memory by Communicating with Channels.mp4 16.2 MB
  • mp41.What are Concurrency and Parallelism/01.The Course Overview.mp4 14.8 MB
  • mp42.Goroutines, channels, and concurrency in Go/09.Communicating by Sharing Memory.mp4 13.9 MB
  • mp42.Goroutines, channels, and concurrency in Go/07.Go Programming Review.mp4 8.7 MB
  • mp42.Goroutines, channels, and concurrency in Go/08.Goroutines.mp4 7.6 MB
  • mp41.What are Concurrency and Parallelism/02.The World of Concurrent Software.mp4 5.4 MB
  • zipExercise Files/code_33904.zip 4.6 MB
  • mp46.Concurrent Architecture/35.Applying Concurrent Design in Projects Large and Small.mp4 4.1 MB
  • mp43.Data Parallelism/15.The Barycenter Problem.mp4 3.6 MB
  • mp45.Task Parallelism/25.A Cautionary Tale.mp4 3.4 MB
  • mp45.Task Parallelism/24.What is Task Parallelism.mp4 3.4 MB
  • mp45.Task Parallelism/29.Advantages and Disadvantages of Task-Parallel Design.mp4 3.3 MB
【影视】 [FreeCourseSite.com] Udemy - Concurrency, Multithreading and Parallel Computing in Java
收录时间:2021-04-14 文档个数:188 文档大小:2.1 GB 最近下载:2024-11-10 人气:2489 磁力链接
  • mp48. Multithreading Exercise I - Dining Philosophers Problem/5. Dining philosophers problems V - starting the threads.mp4 86.7 MB
  • mp48. Multithreading Exercise I - Dining Philosophers Problem/4. Dining philosophers problems IV - philosopher.mp4 82.6 MB
  • mp44. Inter-Thread Communication/8. Producer and consumer.mp4 79.5 MB
  • mp413. Using Java's Stream API/5. Streams with custom objects.mp4 69.8 MB
  • mp44. Inter-Thread Communication/3. Problems with synchronization.mp4 57.7 MB
  • mp44. Inter-Thread Communication/6. Wait and notify.mp4 55.9 MB
  • mp48. Multithreading Exercise I - Dining Philosophers Problem/3. Dining philosophers problems III - chopstick.mp4 55.4 MB
  • mp413. Using Java's Stream API/6. Serial and parallel streams - counting prime numbers.mp4 55.3 MB
  • mp43. Threads Manipulation/6. Daemon threads and user threads.mp4 51.3 MB
  • mp45. Multithreading Concepts/5. Livelock example.mp4 48.9 MB
  • mp413. Using Java's Stream API/2. Streams with numbers.mp4 45.8 MB
  • mp45. Multithreading Concepts/4. Deadlock example.mp4 44.0 MB
  • mp43. Threads Manipulation/3. Starting threads - Thread class.mp4 40.0 MB
  • mp43. Threads Manipulation/2. Starting threads - Runnable.mp4 40.0 MB
  • mp44. Inter-Thread Communication/2. Synchronization.mp4 38.4 MB
  • mp45. Multithreading Concepts/6. Atomic variables.mp4 38.3 MB
  • mp42. Multithreading Theory/1. Processes and threads introduction.mp4 37.4 MB
  • mp46. Creating Threads with Executors/5. Stopping executors.mp4 35.2 MB
  • mp45. Multithreading Concepts/1. Volatile.mp4 35.0 MB
  • mp46. Creating Threads with Executors/2. Executors example - SingleThreadExecutor.mp4 34.6 MB
共3页 上一页 1 2 3 下一页
>