搜索资源列表
reduce
- 一个有趣的卡诺图划简程序。学生可自己填充卡诺图,并自己化简。程序可自动评定是否正确,并可列出所有的化简方法。-an interesting Kano plan is simple procedures. Students can fill their Karnaugh map, and their simplification. Procedures can automatically assess whether correct and can list all the simplificat
Map-Reduce-Merge_Simplified_Relational_Data_Proces
- Map-Reduce-Merge_Simplified_Relational_Data_Processing,一篇Map/Reduce方面的相关论文。-Map-Reduce-Merge_Simplified_Relational_Data_Processing, a Map/Reduce aspects of related papers.
GSNNSimulation
- 本文针对SLAM算法中数据关联过程,提出了一种简单易行的改进方法,将欧氏距离与马氏距离结合用于数据关联。算法不必计算地图所有特征与所有量测之间的马氏距离,而是首先利用相对简单的欧氏距离计算缩小了待关联特征的搜寻范围。利用人工合成数据的仿真结果表明,改进后的数据关联方法可以大幅减少系统计算量,提高关联效率,且不会造成错误关联的增加。-This article SLAM algorithm for data association process, a simple method to Euclid
FPGA
- 将立体杂波图应用于气象杂波的CFAR处理,根据当前杂波环境的变化实时地产生杂内杂外标志,从而选择不同的信号处理支路处理当前气象杂波,提高了雷达的检测性能,降低了虚警概率。-Will be applied to three-dimensional meteorological clutter Clutter Map CFAR of treatment, according to the current clutter environment generated in real time with
map
- 地图的方法缩小 漫游 全景显示 等功能.-Ways to reduce roaming map panoramic display functions.
RSCC_Turbo
- 运用Log-Map迭代译码算法实现Turbo码的简化译码,改善了码率,提高译码速度,减小了运算量。-The use of Log-Map iterative decoding algorithm decoding Turbo codes to simplify and improve the bit rate, improve decoding speed and reduce the computational complexity.
mapreduce
- 一个关于分布式平台的Map-Reduce方式的基础性论文-a thesis on Map-Reduce structure on distributed platform environment
map
- 已输入的经纬网的点,并连线,裁减,放大缩小。-Graticule have entered the point, and connections, reduce, zoom.
mapreduce-osdi04
- map reduce technology paper by google, explains architecture of map reduce
Comparing-Map-Reduce
- Comparing Map-Reduce and FREERIDE for Data-Intensive Applications.rar Comparing Map-Reduce and FREERIDE for Data-Intensive Applications.rar
map-reduce.tar
- map-reduce.tar.gz,分布式计算-map-reduce.tar,an application for fenbushijisuan
WordCount.tar
- hadoop 中最基础最重要的例子,wordcount,将文件中的字符进行map\reduce,得到每个字符出现的次数-hadoop in the most basic of the most important example, wordcount, characters in the file, the map \ reduce the number of each character appears
Shadow-map
- 利用OpenGL實作shadow map,程式碼可以直接執行。 1.利用鍵盤方向十字鍵可以控制光的位置。 2.F1鍵可以決定是用mipmap還是anisotropic filter。 3.滑鼠的中間滾輪點擊一下,可以使camera自動旋轉,再按一下就停止轉動。 4.PageDown降低camera的高度,PageUp則是增加camera的高度。-OpenGL implementation shadow map, the code can be executed directly.
kmeans-hadoop
- Kmeans hadoop分布式版本实现,用map-reduce将kmeans重新实现。-Kmeans hadoop distributed version achieved with map-reduce will kmeans reimplemented.
crawler
- 爬虫分布式版本实现,基于Map-Reduce进行了实现,非常有用-Reptile distributed version achieved, based on Map-Reduce was realized very useful
Project1_cs525
- Hadoop query Map/reduce
hadoop_join.jar
- The Joins query by using Hadoop and map reduce
mrperf-0.1.tar-simulator
- Map Reduce simulator for review
rankmaniac_sky_code_runfast
- 网页排名的程序,用了map-reduce的方法,所以需要在多服务器的平台下跑,测试是在Amazon的平台上跑的,程序无bug,而且在保证正确率的情况下尽可能提高速度-pagerank,written in python. use map-reduce method, run on amazon platform.
QChecksumer
- 使用QtConcurrent提供的Map-Reduce并行执行API来计算较大文件的Checksum值。 QtConcurrent会根据CPU的Core Processer个数来自动分配线程数。(A file checksum computation program of Qt.)