搜索资源列表
liao
- Delphi实例程序 1显示隐藏文本 2随机数加法与乘法 3密码校验程序 4矩阵的转置 5交换两变量的值 6计算题-examples show that the hidden text of a random two-digit addition and multiplication 3 password verification procedures Matrix 4 home to the two exchanged five variables are six ca
multi_pi_matrix
- lab1为多线程计算圆周率的程序 lab2为多线程计算矩阵乘法的程序 有实验报告和说明文档
comp_matrix
- 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 设计思想: 本程序要完成矩阵的一般运算。同时本程序的截面要友好,操作要简单,并具有较强的自我适应能力,即根据每人输入矩阵的方法不同,在生成矩阵时,程序能适当根据输入的各种格式来达到输入矩阵的功能; 本程序为每个矩阵变量都分配一个矩阵变量名,用户可以通过操作矩阵变量来达到运算目的。如果用户对同一个矩阵变量定义了多次
juzhenchengfa
- 该程序为在一个并行计算矩阵乘法的程序,需要在LINUX中安装MPI函数包。大家可以学习一下,感受一下并行计算的原理-The program for the calculation of matrix multiplication in a parallel process, you need to install the MPI function LINUX package. We can learn about and experience the principle of parallel
juzhenchengfa
- 用来计算矩阵乘法的源码程序,书籍源码,便于学习-Source code used to calculate the matrix multiplication program, books, source code, easy to learn
wuxin
- 用汇编语言实现两个文件中的矩阵的乘法,将计算结果存入一个新的文件中,带命令行参数运行。-The two documents with the assembly language implementation of matrix multiplication, the calculation result into a new file, with a command-line arguments to run.
asm-juzhen
- 汇编矩阵乘法的计算,能够帮助大家学习,属于汇编的课设-Compilation of the calculation of matrix multiplication, can help people learn, is a compilation of lesson design
mpicannon
- 矩阵乘法并行计算的connon算法,fortran语言-Parallel computing connon matrix multiplication algorithm, fortran language
parallel
- 本程序是简单的矩阵乘法的并行计算实现,实现了均衡分配。-The procedure is simple matrix multiplication parallel computing to achieve, to achieve a balanced distribution.
canon
- 并行计算实验,用于矩阵乘法的计算,canon算法,使用mpi方法-algorithm includes openmp,pthread,mpi,mapreduce and so on
source
- 矩阵乘法的并行计算实现,提高效率,实用简单-Matrix multiplication parallel computing to achieve, improve efficiency, simple and practical
matrix
- visual studio编写的C++程序,程序利用四种不同方法计算矩阵乘法- visual studio written C++ program, the program using four different methods to calculate the matrix multiplication
mul
- 基于CUDA C的程序,可以对任意矩阵进行矩阵乘法,目前仅用全局存储器进行数据计算,相比于传统CPU程序,计算效率明显提升。程序结构简洁,内有注释,方便学习,如有不足之处,方便批评指正。-Based on CUDA C programs can be arbitrary matrix matrix multiplication, the current global memory for data only, compared to traditional CPU program, comput
Muliticore
- 在Linux/Windows平台上实现单精度浮点的矩阵乘法,在Linux/Windows平台上用多线程方法实现浮点向量的点积计算,多核的经典入门必学算法-In Linux/Windows platform to achieve single-precision floating-point matrix multiplication, in Linux/Windows platform using multi-threading methods to achieve floating point
Delphi_150500
- Delphi:Delphi曲线图演示,最小二乘法七点曲线拟合演示效果,借此源码可了解系数矩阵、增广矩阵、高斯消元、误差计算、高斯消去后的矩阵右侧系数、迭代初值、迭代求解等相关技巧。 -Delphi: Delphi graph demonstrates, least squares curve fitting seven demonstration effect, whereby the source code can understand the coefficient matrix, au
Matrix
- 一个简单的用MPI实现并行计算矩阵乘法的程序-MPI implementations use a simple matrix multiplication parallel computing program
mult
- CUDA编程下的并行矩阵乘法,每个线程计算一个元素。-Parallel algorithm on Matrix Multiply on CUDA
CUDA SPMV
- 稀疏矩阵向量乘法(Sparse Matrix-Vector Multiplication, SpMV)在许多科学计算程序中都有广泛的应用。数据矩阵A 是稀疏的,输入向量x 和输出向量y是稠密的。 y = Ax(Sparse Matrix-Vector Multiplication (SpMV) is widely used in many scientific computing programs. The data matrix A is sparse, the input vector x
GPU高性能编程CUDA实战—示例代码
- 结合GPU高性能编程,提供实战样例程序,包含矩阵乘法,原子操作,热传导,多GPU,多流的代码(Combined with GPU high performance programming, it provides actual sample program, including matrix multiplication, atomic operation, heat conduction, multi GPU, and multi stream code.)