码迷,mamicode.com
首页 >  
搜索关键字:numerical analysis    ( 2231个结果
阻塞赋值与非阻塞赋值
过程赋值:用于对reg型变量赋值,改变寄存器的值或为以后排定改变。 语法{阻塞性(blocking)赋值} RegisterLValue = [TimingControl] Expression;{非阻塞性(non-blocking)赋值}RegisterLValue Analysis &...
分类:其他好文   时间:2014-06-29 14:58:36    阅读次数:451
Findbugs
今天发现项目代码加入了findbugs的依赖包,简单的搜索了下: 官方说明: FindBugs is a defect detection tool for Java that uses static analysis to look for more than 200 bug patterns, such as null pointer dereferences, infinite recu...
分类:数据库   时间:2014-06-07 01:19:07    阅读次数:250
lucene学习笔记(二)
package index;import java.io.File;import java.io.IOException;import org.apache.lucene.analysis.standard.StandardAnalyzer;import org.apache.lucene.docu...
分类:其他好文   时间:2014-05-29 22:51:15    阅读次数:317
Building the Unstructured Data Warehouse: Architecture, Analysis, and Design
earn essential techniques from data warehouse legend Bill Inmon on how to build the reporting environment your business needs now!Answers for many val...
分类:其他好文   时间:2014-05-27 17:47:41    阅读次数:361
Intel 编译器 静态安全检查 真心的很详细 转
Static Security Analysis with Intel? Parallel Inspector XE_________________________________________________...
分类:其他好文   时间:2014-05-27 17:40:31    阅读次数:390
数位类统计问题--数位DP
有一类与数位有关的区间统计问题。这类问题往往具有比较浓厚的数学味道,无法暴力求解,需要在数位上进行递推等操作。这类问题往往需要一些预处理,这就用到了数位DP。本文地址:http://www.cnblogs.com/archimedes/p/numerical-digit-dp.html,转载请注明源...
分类:其他好文   时间:2014-05-26 12:44:11    阅读次数:260
OpenCV LDA(Linnear Discriminant analysis)类的使用---OpenCV LDA示例
OpenCV LDA(Linnear Discriminant analysis)类的使用---OpenCV LDA示例...
分类:其他好文   时间:2014-05-25 00:43:43    阅读次数:337
SQL Server Query Execution Plan Analysis
SQL Server Query Execution Plan AnalysisSource:http://www.sql-server-performance.com/tips/query_execution_plan_analysis_p1.aspx当需要分析某个查询的效能时,最好的方式之一查看...
分类:数据库   时间:2014-05-23 05:05:32    阅读次数:319
文本分析与检索
主要内容: 1、文本表示与特征提取; 2、隐语义分析LSA和Latent Dirichlet Allocation(LDA) 3、检索模型:Boolean模型、向量模型、概率模型 1、文本表示与特征提取 文本中抽取出的特征词进行量化来表示文本信息; 利用分词工具:极易中文分词:je-analysis...
分类:其他好文   时间:2014-05-21 18:03:26    阅读次数:486
second order system analysis 自控 二阶系统的稳定性分析 matlab multisim仿真分析
second order system anlysis 在matlab里面搭建好相应的仿真模型图 当T0 = 10 ,K1 = 1,T1 = 1的时候 根据二阶系统的开,闭环传递函数的特点,这里我们可以通过调节系数的值,间接的调节Wn 和 epsilon(阻尼)的值 在上图中epsilon...
分类:其他好文   时间:2014-05-21 16:35:01    阅读次数:271
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!