搜索资源列表
LCA
- 气体报警程序,外部给出干接点.发光管闪烁报警-gas alarm procedures, external contact is dry. Blinking LED Alarm
lca_one_layer
- LCA (Lobe Component Analysis) Lobe成分分析法,图像基元的特征检测算法。
lca
- 设计一个算法,对于给定的树中2 结点返回它们的最近公共祖先。
01243708
- 这是讲的关于盲分离的LCA在FPGA上如何实现的文章。是一篇英文的。
Subspace_LDA
- 线性鉴别技术是一种较好的分类技术,本程序采用了基于PCA与LCA的人脸识别方法使人脸识别效率得到提高
SMAC-LCA-025
- 使用串口控制音圈电机LCA-025,可以是程序和指令控制模式切换 ,可以实现点动和设置定寄存器-Voice coil motor using serial control LCA-025, can control the mode switching procedures and instructions, can move and set up set point register
PCALDA
- PCA+LDA经典人脸识别算法,先用PCA降维,再用LCA降维-PCA+ LDA classical face recognition algorithms, first PCA dimension reduction, reuse LCA dimension reduction
FamilyTree
- 最近公共祖先的家谱树 1. 正确构造了家谱树,实现了简单的查询:如查找祖先,查找家长,查找孩子, 查找兄弟,查找配偶,遍历所有家族成员等等。 2. 正确实现了插入,删除,结婚等操作。 3. 实现了一些复杂的查询,如:查找某人的所有子孙,查找某人的兄弟姐妹,部 分实现了给出两人,查询称呼的功能。(但对于过分复杂的关系暂时还不能实现。) 新增功能 1. 正确实现了不相交集合类(disjointSet.h)。 2. 正确利用并查集实现了LCA(Least Common
p4-xu
- LCA分析方法 作者提出并在实际的系统中对LCA方法进行验证,包括实验算法 实现参数 有一定的价值。-LCA analysis method the authors and in the actual system for verification of the LCA methodology, including the implementation parameters of the experimental method has a certain value.
LCA
- 最近公共祖先(LCA),转化为 RMQ 用线段树解决-Recent public ancestor (LCA), into the tree line used to solve RMQ
LCA51
- LCA51单片机实验书付实验程序,数据排序,二进制数转换成ASCII码 ,内存块移动,数据传送子程序,查找相同数个数,脉冲计数(定时/计数器实验),扩展存储器读写实验, P1口输入、输出实验-LCA51 experimental single-chip experimental procedure to pay the book, data sorting, binary into ASCII code, the memory block for mobile data transmission
LCA
- Least Common Ancestor algorithm
lcd
- learn how to use lca and program it
LCA
- Tarjan算法求最近公共祖先,输入树和询问,按询问顺序回答-Tarjan algorithm for recent common ancestor, the input tree and asked to answer the order by asking
LCA-seminar-modified
- LCA的tarjan算法,处理最近公共祖先问题-tarjan algorithm,due to deal with LCA problem
LCA-Tarjan
- LCA问题的Tarjan离线算法 源代码加说明-LCA problem the Tarjan offline algorithm source code described in
LCA
- LCA算法,高效而又快捷,自动轮换,快速而又开销少。-LCA algorithm, efficient and fast, auto-rotation, fast and less overhead.
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.)
LCA
- 基于分治思想,利用并查集实现LCA(最近公共祖先)算法(LCA algorithm based on disjoint)