资源列表
rect2polar
- cordic 的实现 ,通过简单的移位,加法操作较少的硬件资源实现超越函数运算-CORDIC (Coordinate Rotation Digital Computer) is a method for computing elementary functions using minimal hardware such as shifts, adds/subs and compares.
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
Mutlicore
- 高校经典多核并行化设计,借鉴intel课程设置,不可多得好资料-Universities classic multi-core parallel design, drawing intel curriculum, rare good information
test
- OpenMP 解决大矩阵相乘问题,矩阵规模为5000*5-OpenMP problem solving large matrix multiplication
Gauss
- 高斯消去的并行程序,测试在不同规模的系数矩阵下、不同处理器核心数量下,程序的运行时间-Parallel Gaussian elimination procedure, test coefficient matrix in different sizes, different number of processor cores, the program running time
20130506_104741-(1)
- isar matlab转台仿真实验程序 适合初学matlab的同学 -Turntable isar matlab matlab simulation program for beginner students
cuda_by_example
- GPU高性能编程CUDA实战s所有章节的源代码,非常详细,适合初学者研究学习-Actual performance CUDA GPU programming source code
nbody-mpi
- 一个矩阵乘,利用了mpi,包含完整的makefile,可以直接使用。-A matrix multiplication, use mpi, contains the complete makefile, can be used directly.
ParallelComputing.pdf
- 并行计算入门指导训练手册 并行计算入门指导训练手册-Parallel computing
xiangliang
- 多线程编程,解决向量点积问题,有助于学习多核。-Multi-threaded programming, problem solving vector dot product, contribute to learning multicore.
gauss
- solve linear system of equations using gau-solve linear system of equations using gauss
kmp
- parrallel computing string with kmp algorithm