搜索资源列表
Matrixmultiplication
- 矩阵乘法并行算法的MPI源程序,以文本文件形式输入输出-MPI parallel algorithm source code of Matrix multiplication,input and output in the form of txt files
GetData
- 从磁盘中的txt文件中读取数据,并对数据进行均方根计算,并进行粗大误差剔除-Txt file from the disk to read data, and calculated the root mean square data, and the gross error removed
Professional-Multicore-Programming
- 国外编写的C++多核高级编程源码,源码有部分为txt文件复制的。-" C++ multicore high-level programming source code, source code written abroad txt file copy.
BPOPenMP
- BP算法的多核并行研究,输入输出txt文件内容保密,不能上传,大家根据代码自己加数据很简单。环境vs2010,技术openmp-BP algorithm of multi-core parallel study, input and output TXT file content confidential, can t upload, according to the code and data is very simple. Openmp vs2010 environment, technol
MPI
- MPI并行实现矩阵相乘,结果输出到txt文件中,可成功运行-MPI parallel implementation of matrix multiplication algorithm, the results of the txt file, can be successfully run.
FFT
- GPU 实现FFT,包括读取txt文件至内存中实现,实现结果后,将结果以txt文件的格式保存。-After the GPU to realize FFT, including memory read txt file to achieve, achieve results, the results will be saved in txt file format.
Jacobi
- 线性方程组Jacobi迭代的并行计算程序,数据文件是A*x=b,A是4阶方阵的算例。(A*x=b, Jacobi, In Data.txt the Matrix is 4*4)