资源列表
computation
- 解决储罐内的二维扩散对流问题,可用在多孔介质中的运算,能够很好的解决问题-Solve the problem of one dimensional convection diffusion
Matrix_mulitiple
- 使用CUDA并行语言编写的矩阵乘法,与串行语句的对比试验,主要检测出CPU与GPU运行的时间,通过比较时间,达到比较效果。另外此程序可以随意更改矩阵的维数,增强程序的移植性。-CUDA parallel language use matrix multiplication, and serial statement comparison test, the main test of CPU and GPU to run time, by comparing the time, to compar
Matrix_add
- 此程序使用CUDA并行语言完成矩阵的加法。矩阵维数为3×3矩阵。矩阵维数可以更改。但是同时矩阵的处置也要手动设置。-This program uses the CUDA parallel language to complete the addition matrix. 33 matrix matrix dimensions. You can change the dimension of the matrix. However, while the disposal of the matrix
erchashu
- c语言中的二叉树的问题 以及代码 希望大家喜欢-c language of binary code problem and hope you like
test3
- K-means聚类算法实现策略源代码实现,可以聚类分析一维数据-K-means source programe
fractal
- 可以直接在vs2013上运行,生成一张分形图形,可以修改代码实现并行运算-You can run directly on vs2013, generate a fractal graphics, you can modify the code to achieve parallel computing
COSEDU32
- robotic education code
start
- openmp并行编程实现矩阵乘法运算,读入矩阵A和矩阵B,并输出计算结果到文件-openmp parallel programming matrix multiplication, read matrix A and matrix B, and output the results to a file
bxMatrix_RowC
- 大数量级的矩阵乘法,按行划分,并行算法设计-Matrix multiplication, division by line, parallel algorithm design
bxMatVect
- 大数量级矩阵乘向量的并行算法设计,c++代码-Large magnitude vector matrix multiplication parallel algorithm design, c++ code
bxMatrixMulti_new
- 并行算法中的矩阵乘法设计,按行列划分,高效求解矩阵运算-Parallel matrix multiplication algorithm design, according to the ranks of the division, and efficient for solving matrix operations
ex19.c
- N-S方程的求解,基于PETSc工具包,在linux环境下开发的-NS solving equations, based on PETSc toolkit developed under linux environment