MRQL is a query processing and optimization system for large-scale, distributed data analysis, built on top of Apache Hadoop, Hama, Spark, and Flink....
分类:
Web程序 时间:
2015-05-25 16:47:38
阅读次数:
176
本文记录x264的 x264_slice_write()函数中调用的x264_macroblock_analyse()的源代码。x264_macroblock_analyse()对应着x264中的分析模块。分析模块主要完成了下面2个方面的功能:
(1)对于帧内宏块,分析帧内预测模式
(2)对于帧间宏块,进行运动估计,分析帧间预测模式
上一篇文章记录了帧内宏块预测模式的分析,本文继续记录帧间宏块预测模式的分析。...
分类:
其他好文 时间:
2015-05-23 20:09:04
阅读次数:
537
概念主题模型(PTM, probabilitytopical model)在自然语言处理(NLP,natural language processing)中有着重要的应用。主要包括以下几个模型:LSA(latentsemantic
analysis)、 PLSA(probability latent semantic analysis)、LDA(latentdirichlet allocati...
分类:
其他好文 时间:
2015-05-23 14:16:13
阅读次数:
242
原文地址:https://github.com/yahoo/mysql_perf_analyzer MySQL Performance Analyzer is an open source project for MySQL performance monitoring and analysis. This repository includes two sub projects: Java...
分类:
数据库 时间:
2015-05-22 19:12:55
阅读次数:
196
本文记录x264的 x264_slice_write()函数中调用的x264_macroblock_analyse()的源代码。x264_macroblock_analyse()对应着x264中的分析模块。分析模块主要完成了下面2个方面的功能:
(1)对于帧内宏块,分析帧内预测模式
(2)对于帧间宏块,进行运动估计,分析帧间预测模式...
分类:
其他好文 时间:
2015-05-22 17:09:17
阅读次数:
303
《Python for data analysis》一书的中文版,完整版
http://pan.baidu.com/s/1c0tqJW8
python for data analysis的中文版,全书
欢迎下载...
分类:
编程语言 时间:
2015-05-21 12:46:43
阅读次数:
229
面向功能的程序设计方法、结构化程序设计方法、面向数据流的处理方式与结构化分析(Structrued Analysis,即SA)、结构化编程(Structrued Program,即SP)、结构化设计 (Structrued Design,即SD)
VS
面向对象程序分析(OOA)、面向对象程序设计(OOD)、面向对象程序开发(OOP)...
分类:
其他好文 时间:
2015-05-20 22:27:22
阅读次数:
440
A curated list of awesome Java frameworks, libraries and software. Inspired by other?awesome lists. Awesome Java Build Tool Bytecode Manipulation Cluster Management Code Analysis Compiler-compiler...
分类:
编程语言 时间:
2015-05-20 11:32:25
阅读次数:
222
预头文件/*----Head file for analysis programs in....----*/#include #include #include //使用到的字符分类函数定义在的头文件/***TEST编译器:词法分析头文件*@authormohui*@date 2015/04/12....
分类:
其他好文 时间:
2015-05-20 09:27:41
阅读次数:
173
word分词提供了两种文本相似度计算方式: 方式一:余弦相似度,通过计算两个向量的夹角余弦值来评估他们的相似度 实现类:org.apdplat.word.analysis.CosineTextSimilarity 用法如下: String?text1?=?"我爱学...
分类:
其他好文 时间:
2015-05-20 08:20:25
阅读次数:
109