python并发编程的一些资料
2021-05-25 09:03:14 14.04MB python
1
截取Qt高级编程源码例子,说明QConcurrent和QRunnable中run的使用方法,修改了下支持Qt5。
2021-05-12 13:02:30 16KB QConcurrent QRunnable qt 线程
1
javax.enterprise.concurrent-1.1.jar
2021-04-22 19:04:30 55KB Java Jdk
1
这个工程是为了学习guava concurrent中的AbstractFuture而建立的,里面有可以运行的例子,再配合我的博客:https://blog.csdn.net/o1101574955/article/details/82889851,可以看明白guava concurrent的基本设计思路。
2021-04-06 14:44:54 49KB guava concur 异步编程框架 java
1
Concurrent Programming on Windows Concurrent Programming on Windows
2021-04-05 13:19:53 8.39MB c++
1
并发学习笔记
2021-03-30 10:00:15 28.82MB java.util.concurrent
1
并发编程学习 2020.3.9增加hierarchical_mutex.cpp 2020.3.10增加read-writer_mutex.cpp
2021-03-10 14:10:59 9KB C++
1
Python3内置的concurrent.futures模块,但是有时候内置的模块找不到了或者被误删了,把这个压缩包解压到concurrent,然后放在Python根目录的Lib目录下面就行
2021-02-04 09:03:26 57KB Python concurrent futures
1
并发程序的验证方法和基础.对于编写并行程序、并行程序测试、程序正确性验证等方面的同学值得一看
2020-01-27 03:07:52 2.53MB verification
1
Concurrent Programming in JavaTM: Design Principles and Patterns, Second Edition By Doug Lea In Concurrent Programming in Java, Second Edition, you will find thoroughly updated coverage of the Java 2 platform and new or expanded coverage of: • • • • Memory model Cancellation Portable parallel programming Utility classes for concurrency control The Java platform provides a broad and powerful set of APIs, tools, and technologies. One of its most powerful capabilities is the built-in support for threads. This makes concurrent programming an attractive yet challenging option for programmers using the Java programming language. This book shows readers how to use the Java platform's threading model more precisely by helping them to understand the patterns and tradeoffs associated with concurrent programming. You will learn how to initiate, control, and coordinate concurrent activities using the class java.lang.Thread, the keywords synchronized and volatile, and the methods wait, notify, and notifyAll. In addition, you will find detailed coverage of all aspects of concurrent programming, including such topics as confinement and synchronization, deadlocks and conflicts, state-dependent action control, asynchronous message passing and control flow, coordinated interaction, and structuring web-based and computational services. The book targets intermediate to advanced programmers interested in mastering the complexities of concurrent programming. Taking a design pattern approach, the book offers standard design techniques for creating and implementing components that solve common concurrent programming challenges. The numerous code examples throughout help clarify the subtleties of the concurrent programming concepts discussed.
2020-01-10 03:04:49 2.42MB Concurrent Programming java
1