搜索资源列表
neimeiluo
- 使用matlab函数编写用于计算摸个区域中各污染物的内梅罗指数-Written using the matlab function used to calculate the touch regions in the Nei Meiluo index of each pollutant
hadoop-0.18.0-index
- hadoop 0.18.1 安装索引源代码-hadoop 0.18.1 Index source code installation
NDVI
- 利用CUDA实现了遥感数字影像处理基本算法植被指数,并分别实现了采用Globalmemory、Sharedmemory,Texturememory进行数据传输,还同CPU中的串行代码进行了时间比较和误差分析。为了方便在服务器环境下测试运行,我们去掉了在Windows环境下对第三方库遥感影像库GDAL的依赖,而将遥感影像数据转成了二进制图像格式,对于输出影像也以同样的二进制格式存储。图像效果图通过专业遥感软件PCI或通用图像处理软件PhotoshopCS4打开。最后我们对计算结果进行了误差分析和加
InvertedIndex
- Hadoop中实现倒排索引,实现最简单行的倒排索引,并能够显示单词出现的文档路径-Hadoop achieve inverted index, achieve the most simple lines inverted index, and be able to display the word document path appears
CPPAMP-manu
- C++AMP 手册,简单扼要的介绍了array_view,index 等对象,充分利用 GPU 计算资源,使你的程序计算速度提高百倍。-C++AMP manual, brief descr iption of the array_view, index and other objects, make full use of GPU computing resources to make your program to calculate the speed of a hundred times.
inverted-mapreduce-code
- inverted index mapreduce code-code of inverted index using mapreduce
reverseArray_singleblock
- 反向阵列(单块)-- 给定指针d_a中的输入数组{a0,a1,...,an-1},将反向数组{an-1,an-2,...,a0}存储在指针d_b中 A: 从“reverseArray_singleblock”模板开始 B: 只有一个线程块启动,以反转一个大小的数组 N = numThreads = 256个元素 C: 第1部分(共1个):所有你需要做的是实现内核的“reverseArrayBlock()” D:每个线程将单个元件移动到相反的位置, 从d_a指标读取输入,