搜索资源列表
pi
- 使用pthread多线程计算圆周率,直接在linux环境下编译运行,线程数通过代码中N进行修改-Use pthread multi-threaded computing pi, directly in the linux environment, compile run threads through the code to modify N
pthreadmatrix
- Pthread c++ 并行矩阵乘法 运行于linux操作系统 -Multi thread matrix multiplication in c++ with Pthread
exa_5
- 多核程序设计一书中第五章代码,讲述linux下使用pthread函数库进行多线程开发。-Multi-core programming code for a book chapter, talk about linux using pthread library for multi-threaded development.
pthread
- 这是一个在linux下运行的并行程序 由ptread实现-this a program written in parell and can run on linux
Mandelbrot-Pthread
- Mandelbrot 使用 pthread 方去實做,用於linux 平台-Mandelbrot implemented by Pthread in Linux enviroment
producer_consumerPthreads
- 生产者消费者问题的多线程实现,linux下,Pthread编程-Producers and consumers to multithreading, linux under, Pthread program
Pthread
- Linux 环境之下对线程的基本操作,C语言描述,适用于初学者-pthread bacis using ,good for the green hand
list_statistics
- pthread 在linux下高性能并行计算平均值与方差。-pthread linux parallel computing mean and variance.
1.c
- Pthread 解决哲学家问题,Linux环境,C语言实现
matrix_mult
- 在C++11的基础上采用4种不同方法实现了多线程并发矩阵与向量乘积,矩阵转置与矩阵乘积,Linux下编译,需连接pthread库。-Using four different methods on the basis of C++ 11 is implemented on a multi-threaded matrix and vector product, matrix transpose and matrix multiplication, Linux compiler, connect pt