搜索资源列表
bing
- 这是一个微型处理器中的实验,功能是实现并行通信,内有用汇编语言编写的程序,且有运行结果。-This is a micro-processor test, function is parallel communications, within useful compilation of the written procedures, which are running results.
managerWorker
- 简单的并行计算示例,使用MPI实现,在改程序中有一个manager,n个worker,运行后可以使多个worker同时计算
bingxing
- c51双机并行通信,已经实际运行,希望对大家有用
domain
- 在linux系统下G-S算法,用区域分解方法的并行实现,运行环境与红黑排序相同
jacobi
- 利用MPI实现并行化的jacobi算法,同时加入串行实现的算法用于对比 编译:mpicc jacobi.c -o jacobi 运行:mpirun -n nodenum jacobi
mpi16
- 用并行算法解决18皇后问题,程序有详细的说明,不过所有的并行运算程序都要配置vc++的环境结合mpi软件才能运行
tbb20_20070927oss_src.tar
- 英特尔® 线程构建模块(英特尔® TBB)是一个屡获殊荣的 C++ 运行时库,它可提取实现最佳多核性能所必需的低级别线程详细信息。它使用常见的 C++ 模板和编码样式,避免了繁复的线程处理实施工作。 与其它线程模型相比,英特尔® TBB 只需较少的几行代码便可实现并行处理。您编写的应用程序可在各平台间移植。基于该库固有的可扩充性,即时将来添加更多的处理器内核,也无需进行任何代码维护。 英特尔 TBB 可以作为独立的产品使用,也可以与英特尔® 编
ad9854Par.rar
- AD9854并行工作方式 在Keil51环境下编译、运行,AD9854 parallel working environment in Keil51 compile, run
qr
- 矩阵QR分解的算法,使用openMP实现, 请在支持并行计算的机器上编译运行-Matrix QR decomposition algorithm, the use of openMP implementation, to support parallel computing in the compile and run on the machine
pthreadmatrix
- Pthread c++ 并行矩阵乘法 运行于linux操作系统 -Multi thread matrix multiplication in c++ with Pthread
ParallelPAlgorithms
- 使用mpi实现了cannon矩阵并行算法!带有详细的注释!非常详细可直接运行和测试。-Mpi implemented using the parallel algorithm for matrix cannon! With detailed notes! Very detailed and the test can be run directly.
ser_nbody
- 并行计算中的nbody问题的串行实现,运行在linux环境下。-nbody problem serial
fuzaipingheng
- 一个并行计算的代码,主要考虑的是负载平衡时,程序的运行时间的不同!-A parallel computing code, the main consideration is the load balancing, the procedures for the different run-time!
mpi
- 《并行计算导论》中的一个小例子(c++,mpi),运行在linux下-Introduction to parallel computing in a small example (c++, mpi), running under linux
lab4
- 复旦大学操作系统课程实验四。(多核并行运行)。采用MIT教学实验用操作系统为框架。已完成。-Fudan operating systems course experiment. (Multi-core parallel run). The the MIT teaching experiment operating system framework. Has been completed.
total2
- 电磁散射并行运行程序,fortran源代码,子程序2-electromagnetics scttering program ,fortran program,suboutine 2
vbthreadcm
- 在VB.NET下多线程编程 开发 ,使多个程序并行 运行 。-THREAD PROGRAM
110104010104
- 解决的主要问题 (1)MFC界面设计 (2)模拟生产者消费者的互斥操作 (3)各信号量及互斥体的使用 线程 线程是程序独立运行的基本单位,一个程序通过执行多个线程可以提高机器本身资源的利用率,同时也可以完成多任务并行运行的操作,多线程可以实现并行处理,避免了某项任务长时间占用CPU时间。 互斥体 互斥体与临界区很相似,但是使用时相对复杂一些,它不仅可以在同一应用程序的线程间实现同步,还可以在不同的进程间实现同步,从而实现资源的安全共享。 信号量 信号量是一个
并行计算方法(上)
- 并行机的概念以及并行机的类型,结构特点,运行方法,YH的结构和结构特点(The concept of parallel machines, the types of parallel machines, the structural features, the methods of operation, the structure and structural features of the YH)
pthread多线程求pi
- 并行计算pthread多线程求pi的三种方法,编译后在命令行后输入线程数以及计算规模n运行(Three ways of pthread multithreading for pi)