搜索资源列表
hadoop-0.18.0-index
- hadoop 0.18.1 安装索引源代码-hadoop 0.18.1 Index source code installation
SRT_CAS__rar
- 用户层cas实现服务器建立索引。 用户层上传文件:服务器接受文件、将文件分块并使用哈希存储。 用户层下载文件:服务器将数据块还原成文件。 用户层修改文件:服务器更新文件。-Cas to achieve user-level server indexed. User-level upload files: the server to accept files, block files and use the hash storage. Users download the file l
InvertedIndex
- hadoop中反向索引(InvertedIndex)的实现-implementation of InvertedIndex using hadoop
MapReduce
- Hadoop MapReduce 实现倒排索引-Hadoop MapReduce
InvertedIndex
- Hadoop中实现倒排索引,实现最简单行的倒排索引,并能够显示单词出现的文档路径-Hadoop achieve inverted index, achieve the most simple lines inverted index, and be able to display the word document path appears
matmul.tar
- 矩阵乘法的多线程并行实现,包括:simple,采用openmp对索引顺序ijk(一般写法)的循环实现并行;opt,采用openmp对索引顺序ikj(向量化友好)的循环实现并行;mkl,调用高性能数学库实现矩阵乘法。(Multi-thread parallelization of matrix-matrix multiplication: "simple" case, ijk loop (usual pattern); "opt" case, ikj (ve