regexp.hpp

来自「这是个人脸识别程序」· HPP 代码 · 共 11 行

HPP
11
字号
// $mat\regexp.hpp 1.5 milbo$// Warning: this is raw research code -- expect it to be quite messy.#if !defined(regexp_hpp)#define regexp_hppbool fRegExpCompile(char *CompiledRefExp, const char *s);int iRegExpMatch(const char *s, const  char *CompiledRefExp);#endif // regexp_hpp

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?