搜索资源列表
FamilyTree
- 最近公共祖先的家谱树 1. 正确构造了家谱树,实现了简单的查询:如查找祖先,查找家长,查找孩子, 查找兄弟,查找配偶,遍历所有家族成员等等。 2. 正确实现了插入,删除,结婚等操作。 3. 实现了一些复杂的查询,如:查找某人的所有子孙,查找某人的兄弟姐妹,部 分实现了给出两人,查询称呼的功能。(但对于过分复杂的关系暂时还不能实现。) 新增功能 1. 正确实现了不相交集合类(disjointSet.h)。 2. 正确利用并查集实现了LCA(Least Common
LCA-Tarjan
- LCA问题的Tarjan离线算法 源代码加说明-LCA problem the Tarjan offline algorithm source code described in
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
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.)