资源列表
HadoopStreaming.tar
- 在使用Hadoop Streaming时,自己定义的Inputformat,实现Map的输入<key,value>,key为文件名,value为文档的整篇内容。-Using the self design inputformat to make the filename as the key and the whole content as the key in the Map Input come true while do the MapReduce program with h
Guru.tar
- Parallel Merge sort (MPI is used for distrubution)
juzhenqiuni
- 矩阵求逆的源代码,可以进行简单的矩阵求逆计算,学生自己写的。-Matrix inverse of the source code, a simple matrix inversion calculation, written by the students themselves.
jidian
- 可以帮助大家计算成绩绩点,主要标准为东南大学标准-it helps you calculate your GPB
area_mpi
- Parallel mpi program to find area under the curve
Project1
- 用cuda编写2个数组相加运算,可作为CUDA代码编写的基础-simpl text of cuda
scan
- 用CUDA计算数组的并行求和运算,在下个数据输入前进行上一次的数据计算-This example demonstrates an efficient CUDA implementation of parallel prefix sum, also known as "scan". Given an array of numbers, scan computes a new array in which each element is the sum of all the elements bef
Mars
- 最新版本的用于GPU上面进行MapReduce程序开发的编程框架-The latest version of the GPU for which MapReduce program development programming framework
All-Area-of-3DFace
- 计算AutoCad中3DFace的面积,主要用于土木计算楼板的面积-Calculate All Area of 3DFace
Monte-carlo
- matlab源程序_用蒙特卡洛法实现对排队等待问题的计算机模拟 来自51CTO-matlab source _ the method of Monte Carlo computer simulation of waiting in line From 51CTO
TestOpenCl
- 刚做的OPENCL动态库,包括了测试程序。目的是用来计算矩阵运算的,目前在NVIDIA平台上运行。-This is the DLL for opencl and the test program of the DLL. Now it only run on the nvidia platform. The main object is for the matrix multiply.
optimization
- 阻尼算法实现优化,主要是针对线性方程组求解超定方程的一种算法。大家可以试试。-Damping algorithm to realize optimization