搜索资源列表
lca
- 设计一个算法,对于给定的树中2 结点返回它们的最近公共祖先。
01243708
- 这是讲的关于盲分离的LCA在FPGA上如何实现的文章。是一篇英文的。
FamilyTree
- 最近公共祖先的家谱树 1. 正确构造了家谱树,实现了简单的查询:如查找祖先,查找家长,查找孩子, 查找兄弟,查找配偶,遍历所有家族成员等等。 2. 正确实现了插入,删除,结婚等操作。 3. 实现了一些复杂的查询,如:查找某人的所有子孙,查找某人的兄弟姐妹,部 分实现了给出两人,查询称呼的功能。(但对于过分复杂的关系暂时还不能实现。) 新增功能 1. 正确实现了不相交集合类(disjointSet.h)。 2. 正确利用并查集实现了LCA(Least Common
LCA
- Least Common Ancestor algorithm
LCA-Tarjan
- LCA问题的Tarjan离线算法 源代码加说明-LCA problem the Tarjan offline algorithm source code described in
LSubbspace_LLi
- 线性鉴别技术是一种较好的分类技术,本程序源码使用了一种基于PPCA与LCA的人脸识别方法使人脸识别效率的到提高 可直接使用。 -Linear identification techniques is a better classification technology, the program source code using a face recognition method based on the PPCA and the LCA recognition efficiency to
LCA
- LCA算法,高效而又快捷,自动轮换,快速而又开销少。-LCA algorithm, efficient and fast, auto-rotation, fast and less overhead.
PCAPLDA
- 这个程序是做课程设计用的,希望对有需要的同学进行有帮助,PCA+LDA经典人脸识别算法,先用PCA降维,再用LCA降维-This procedure is done with the course design, and I hope there is a need for students to help, PCA+LDA classical face recognition algorithms, first PCA dimension reduction, reuse LCA dimens
LDPCCODE
- 这个程序是在国外的网站下载,希望对有需要的同学有用,PCA+LDA经典人脸识别算法,先用PCA降维,再用LCA降维-This program is downloaded from the website in a foreign country, I hope to needy students useful, PCA+LDA classical face recognition algorithms, first PCA dimension reduction, reuse LCA dimen
HiHoCoder
- hihocoder lca 问题adfasdfsdf-hihocoder lca adfsasfdffasdf
16LCA
- 最近公共祖先LCA ppt讲解及模板 适用于刷各种oj(LCA explaintation ppt and code,adapt to online judge)
Desktop
- Tarjan算法求LCA,输入输出格式详见代码。(Solve LCA,Input and Output forms are in the codes.)