搜索资源列表
antlr
- ANTLR 接受3类语法规范——语法分析程序,词法分析程序lexers,和树语法分析程序(也 叫树行者)。 由ANTLR使用LL(k) 分析用于全部3 语法变型,由于语法说明相似,因而产生 的lexers 和语法分析程序表现得也类似。 产生的识别程序易读,你可以查看输出的内容来 消除很多关于ANTLR机理的问题。-ANTLR grammar to accept 3 types of norms- syntax analysis procedures, lexical analysis
ANNTestCode
- This is sample to implement K-d tree search which is fast searching
a
- 设记录R[i]的关键字为R[i].KEY(1<=i<=k),树结点T[i](1<=i<=K-1)指向败者记录,T[0]为全胜记录下标。写一算法产生对应上述R[i](1<=i<= k)的败者树,要求除R[1..k]和T[0..k-1]以外,只用O(1)辅助空间。-Setting the recording R [i] is a keyword R [i] .KEY (1 < = i < = k), the tree node T [i] (1 < =
KmTree
- K-M tree一种使用在聚类算法中的二叉树结构- KM tree clustering algorithm for use in a binary tree structure
Arithmetic
- Aprior算法,Fp树算法,K均值,k中心点聚类算法,都可实现-Aprior algorithm, Fp tree algorithm, K-means, k center clustering algorithm can be realized