2013年12月5日

快速排序

摘要: 参考源:http://www.cnblogs.com/morewindows/archive/2011/08/13/2137415.html__author__ = 'root'arr_in = [72, 6, 57, 88, 60, 42, 83, 73, 48, 85]def sort(start, end): if end - start = x: j -= 1 if i void quick_sort(int s[], int l, int r){ if(l = x) j --; ... 阅读全文

posted @ 2013-12-05 16:36 雨渐渐 阅读(181) 评论(0) 推荐(0) 编辑

mapreduce (三) MapReduce实现倒排索引(二)

摘要: hadoop apihttp://hadoop.apache.org/docs/r1.0.4/api/org/apache/hadoop/mapreduce/Reducer.html改变一下需求:要求“文档词频列表”是经过排序的,即 出现次数高的再前思路:代码:package proj;import... 阅读全文

posted @ 2013-12-05 14:10 雨渐渐 阅读(594) 评论(4) 推荐(0) 编辑

导航