资源列表
AFSA
- 使用人工鱼群算法求解多维复杂寻优问题,用于matlab平台。(The artificial fish swarm algorithm is used to solve the multidimensional complex optimization problem.)
Jacobi
- 线性方程组Jacobi迭代的并行计算程序,数据文件是A*x=b,A是4阶方阵的算例。(A*x=b, Jacobi, In Data.txt the Matrix is 4*4)
矩阵向量
- 带状划分的矩阵向量乘法。数据文件是40*40的算例。(The file is prepared for solving A*b, in the Date there is an example for A which is a 40*40 matrix)
MPI_broadcast
- 设计MPI程序模拟广播(MPI_Bcast)操作:将每个MPI进程按照所在节点名称建立node通信子域分组;再将各个node子通信域的0号进程再次组成一个名为head的通信域;在进行广播时,首先,由root进程将消息在head通信子域内广播,然后,再由head子域内各进程在其所在的node子域内进行广播。(Design the MPI program MPI_Bcast operation: Each MPI process establishes a node communication su
字符串并行统计
- 根据一个英文文本文件,不区分大小写的统计26个字母的出现频率。假设内存足够大,可以将文件一次性读入。(According to an English text file, the frequency of appearance of 26 letters is not case sensitive. Assuming that the memory is large enough, you can read the file one at a time.)
hadoop集群建立过程
- 利用Hadoop创建分布式集群,使用虚拟机,secureCRT、centos6.5与Java等工具进行分布式集群的搭建过程。(using Hadoop to build Distributed cluster)
MapReduce源码1
- 在hadoop云平台实现单表关联、多变关联(Implementation of single table Association and variable association on Hadoop cloud platform)
MapReduce源码1
- 基于MapReduce的交运算,投影,选择等操作实现(Operation, projection, selection, etc. based on MapReduce)
lab6
- 在FPGA板子上的八种运算类型计算器,并有Error信息提醒。(Eight computing types calculators on the FPGA board and Error information reminders)
单表关联
- 在hadoop MapReduce实现单表关联表连接(Implementation of table connections, projection, difference, and so on in Hadoop MapReduce)
CUDA+Programming
- CUDA编程学习,加油我看好你哟,一定要加油(the book of learning CUDA)
nest-master
- 基于hadoop的etl工具,实现比hive更通用的sql解析引擎(Hadoop based ETL tools to achieve a more common SQL parsing engine than hive)