-
实现了面向多线程应用程序的读写锁,支持并发读,互斥写
实现了面向多线程应用程序的读写锁,支持并发读,互斥写-Realize a multi-threaded applications for the read and write lock to support the concurrent read, exclusive write
- 2023-01-24 21:00:03下载
- 积分:1
-
Sudoku fast parallel algorithm, the use of Intel compilers
数独快速并行求解算法,使用Intel编译器-Sudoku fast parallel algorithm, the use of Intel compilers
- 2023-04-10 12:20:03下载
- 积分:1
-
MPI并行程序找出最大元素氮元素的整数数组…
parallel MPI program that finds the maximum element in an integer array of N elements
- 2022-03-21 11:12:36下载
- 积分:1
-
Simple example of parallel computing, the use of MPI realize, in the reform proc...
简单的并行计算示例,使用MPI实现,在改程序中有一个manager,n个worker,运行后可以使多个worker同时计算-Simple example of parallel computing, the use of MPI realize, in the reform process has a manager, n a worker, after running a number of worker at the same time allows the calculation
- 2022-08-06 00:30:48下载
- 积分:1
-
用此程序可以方便的查讯日期和星期几,还可以查当天和未来几天的....
用此程序可以方便的查讯日期和星期几,还可以查当天和未来几天的.-This procedure can be used to facilitate inquiry date and day of the week, you can check the same day and the next few days.
- 2022-05-16 20:23:47下载
- 积分:1
-
电子测量软件 已完成内部高精度算法
非常适合电子工程 计算机科学与技术专业相关专业的同学学习参考...
电子测量软件 已完成内部高精度算法
非常适合电子工程 计算机科学与技术专业相关专业的同学学习参考-Very suitablefor the enlectronical students
- 2022-07-07 08:04:48下载
- 积分:1
-
一个闹钟程序,利用时钟控件,精密的计算方法。
一个闹钟程序,利用时钟控件,精密的计算方法。-An alarm clock program, using the clock control, precision is calculated.
- 2023-08-02 00:20:03下载
- 积分:1
-
pdf slides about basics of MPI, All the basics are covered and explained with th...
pdf slides about basics of MPI, All the basics are covered and explained with the help of examples.
- 2022-06-28 19:04:52下载
- 积分:1
-
CUDA矩阵乘法
CUDA matrix multiplication
3 different optimization schemes are included
(loop unrolling, data prefetching, thread granularity)
- 2022-06-20 08:11:47下载
- 积分:1
-
线性方程Jacobi迭代法的并行求解
线性方程组Jacobi迭代的并行求解。附件数据文件是4阶方阵的算例。调试A*x=b,A为n*m矩阵的话,数据文件第一行n m,后附[Ab]矩阵(n*(m+1))
- 2022-06-22 04:29:50下载
- 积分:1