搜索资源列表
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
trans
- 基于Visual C#代码的SQLSERVER数据库万能查询程序,支持表达式和逻辑关系以及多条件设置的多功能查询系统,在“表达式”中可以手动输入查询语句,也可以在查询条件中设置条件,然后单击“查询”按钮,显示查询结果。-Visual C# code based on the universal SQLSERVER database query procedures, support for expressions and logical relationships and versatile m
Calculator
- 在Fedora Linux下编写的C语言程序。可以将文本文件中的表达式构造成语法树并计算求值。表达式如存在语法错误,表达式语法错误可由相关自动机发现。代码适合:学习自动机和语法树的初学者。-C codes under Fedora Linux. The codes can transform expressions in text file to a parse tree. Grammar mistakes could be detected by a finite automata. This
Sequential-structure-of-the-program
- 1. 编写一个C语言程序,测试下列各表达式 i , j i + 1,j + 1 i + + ,j + + + + i, + + j i + + + + + j + + i + + + + + j + + 要求在各表达式中i和j都分别有相同的初值。-1. Write a C language program, test the following expression i, j i+ 1, j+ 1 i++, j++ ++ I,++ j i+