搜索资源列表
MThread_RWini
- 读写INI文件,多线程例子(两个线程并行)-literacy INI file, multithreaded examples (two parallel threads)
pthread.tar
- linux下多线程实现生产者消费者及用并行算法求圆周率等经典算法-linux under the multi-threaded use of consumers and producers to achieve parallel algorithm for the classical algorithm, such as pi
upc-hands-on-sc09
- 并行编程技术,利用多线程提高程序效率。可以用用图像,矩阵的计算-UPC
mandMPI623
- 并行计算,mpi模型。计算分形集mandelbrot集。这次加上了多线程,并行度更高!-Parallel computing, mpi model. Mandelbrot set fractal set computing. The addition of multi-threaded, parallel degree higher!
hello_world_pthread
- 这是Tilera芯片的多线程示例程序,Tilera是美国一家芯片制造公司,目前已经生产出100核的芯片,此示例程序演示了一个单应用程序Hello_world被并行执行,-Hello_world
fir
- 此示例程序演示了一个FIR滤波器的并行程序,用C语言写成,这是Tilera芯片的多线程示例程序,Tilera是美国一家芯片制造公司,目前已经生产出100核的芯片。-Multi-Thread FIR filter realize in C and Tilera muti-proessor.
linux
- Linux下利用多线程实现矩阵相乘的并行计算-Linux using multi-threaded parallel computing for matrix multiplication
oclMultiThreads
- 使用CUDA和OPENCL并行加速,实现多线程的调用的案例,根据自己的需要可以使用CUDA或OPENCL进行加速-OPENCL use CUDA parallel acceleration and achieve multi-threaded calls the case, according to their needs can be accelerated using CUDA or OPENCL
thread_queue
- 线程池 使用 并行处理;多线程使用时最佳选择;收发同步等操作均可以使用(thread pool code;for multi-thread using)
C++并发编程实战源码
- 《C++并发编程实战》是一本基于C++11新标准的并发和多线程编程深度指南。内容包括从std::thread、std::mutex、std::future和std::async等基础类的使用,到内存模型和原子操作、基于锁和无锁数据结构的构建,再扩展到并行算法、线程管理,最后还介绍了多线程代码的测试工作。
