树(Tree)的使用,介绍了建树的几种方法
上传时间: 2015-07-08
上传用户:qiao8960
AVL Tree implementation: I also included a test function to compare the AVL Tree performance with STL Set and Map. Compile the source mavltree.cpp and run it to see the result!
标签: Tree implementation performance AVL
上传时间: 2013-12-19
上传用户:3到15
The existed tree implementation
标签: implementation existed tree The
上传时间: 2015-07-11
上传用户:chenbhdt
b tree how to operate on b tr
上传时间: 2014-01-20
上传用户:开怀常笑
% [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a function of several variables. % fmaxga solves problems of the form: % max F(X) subject to: LB <= X <= UB % BestPop--------最优的群体即为最优的染色体群 % Trace----------最佳染色体所对应的目标函数值 % FUN------------目标函数 % LB-------------自变量下限 % UB-------------自变量上限 % eranum---------种群的代数,取100--1000(默认1000) % popsize--------每一代种群的规模;此可取50--100(默认50) % pcross---------交叉的概率,此概率一般取0.5--0.85之间较好(默认0.8) % pmutation------变异的概率,该概率一般取0.05-0.2左右较好(默认0.1) % options--------1×2矩阵,options(1)=0二进制编码(默认0),option(1)~=0十进制编码,option(2)设定求解精度(默认1e-4)
标签: pmutation BestPop popsize maximum
上传时间: 2015-07-16
上传用户:Altman
此文件包含了在linux下实现tpr-tree索引的源代码,tpr-tree的实现是基于gist代码,采用C++语言
上传时间: 2015-07-20
上传用户:dapangxie
一个通用的Ajax Tree实现 1, 其中src.rar为java源文件, ui.tree包中为主要的实现类 2, test.jsp为示例代码.
上传时间: 2015-07-25
上传用户:talenthn
EVC的TREE应用,有需要的朋友可以一起研究哦
上传时间: 2015-07-26
上传用户:xjz632
实现一个B*Tree的添加和查找,输入数据为一组字典文件
标签: Tree
上传时间: 2014-01-14
上传用户:我干你啊
一个德国人Kasper Peeters用C++ template写的tree的STL实现,并和STL其他容器vector,map一样,提供标准STL接口,供用户调用。非常有参考价值,说明文档参见tree.pdf。
标签: template Peeters Kasper tree
上传时间: 2014-11-29
上传用户:gououo