搜索资源列表
facedetetctandidentify
- 很强大的人脸检测和人脸识别程序。可以详解的参考一下设计思想,特别是在处理人连数据库上的经验。-Very powerful face detection and recognition procedures. Detailed reference design can be thought about, especially in dealing with database experience.
Lexer
- 设计、编制并调试一个词法分析程序。 算法的基本任务是从字符串表示的源程序中识别出具有独立意义的单词符号,其基本思想是根据扫描到的单词符号的第一个字符种类,拼出相应的单词符号,如果扫描到的单词符号是关键字,则到关键字种别码表中查出相应的种别码,并将其种别码和单词符号本身存入二元组-Design, preparation and commissioning of a lexical analyzer. Basic task of the algorithm is to identify th