搜索资源列表
myregclass
- 我自己用的操作数据库的类,封装了数据库的API函数,加入了正则表达式支持,编译需boost/regex库支持-I used to operate the type of database, the database package API function, added support for regular expressions, the compiler need to boost/regex library support
pcre-7.0-src
- PCRE(Perl Compatible Regular Expressions)是一个Perl库,包括 perl 兼容的正规表达式库.这些在执行正规表达式模式匹配时用与Perl 5同样的语法和语义是很有用的。Boost太庞大了,使用boost regex后,程序的编译速度明显变慢。测试了一下,同样一个程序,使用boost::regex编译时需要3秒,而使用pcre不到1秒。因此改用pcre来解决C语言中使用正则表达式的问题 -PCRE (Perl Compatible Regular Ex