搜索资源列表
cal24point
- 用C写的一个算24点代码,使用逆波兰表达式的求值。-C counting write a 24 point code, the use of reverse Polish expression is evaluated.
regexp.tar
- C++正则表达式解析,学习c++的朋友,可以参考一下-C is a regular expression analysis, the study c friends can reference
boost_source_code
- 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持;
cppdbug[1].1.5
- 适用于c++的dbug,这是又名的dbug调试库的c++版本,经过简单升级以后,可以支持简单的正则表达式过滤,利用了c++局部变量的特性,因此此库只适应与c
逆波兰表达式
- 计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0—9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix France said the value of the e
deelx
- C++下面的正则表达式,可以在VC 6上面使用-C++ The following regular expression, you can use VC 6 above,
RegEx2NFA2DFA_RC
- 由正则表达式构造DFA的程序,并可以对输入串模拟正则表达式匹配-This is a C program used in compiling the given regular expression into an equivalent DFA, simulated through tracking State sets.
nibolan
- 逆波兰表达式之c语言实现,一个小计算器。可以计算括号,和加减乘除-Reverse Polish expression of the c language, a small calculator
nbl.c
- 逆波兰表达式转换,实现简单的计算器功能。-Reverse Polish Notation conversion, a simple calculator function
3Marquee
- Qt包括多达 250 个以上的 C++ 类,还提供基于模板的 collections, serialization, file, I/O device, directory management, date/time 类。甚至还包括正则表达式的处理 功能。-Qt includes up to more than 250 C++ class also offers collections of templates, the serialization, the file, I/O device,
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
calculator_stack.tar
- 栈的应用:C实现简单计算器(表达式的计算)(举例: 计算 3+(5-2*3)/4-2= )-Application stack: C simple calculator (expression calculation) (for example: the calculation 3+ (5-2* 3)/4-2 =)
expressions
- 运用C++软件实现表达式求值,有加减乘除功能,希望对大家有用-Use C++ software to realize expressions are evaluated, add, subtract, multiply and divide function, hope to all useful
compile-duration
- 点击工具栏“输入”输入带等号的表达式如“a=b+c*d-e”,点击工具栏编译便可得到编译过程和结果-Click on the toolbar " input" the input with an equal sign, an expression such as " a = b+c* de, click the Tools bar compiler can compile process and results
trans
- 基于Visual C#代码的SQLSERVER数据库万能查询程序,支持表达式和逻辑关系以及多条件设置的多功能查询系统,在“表达式”中可以手动输入查询语句,也可以在查询条件中设置条件,然后单击“查询”按钮,显示查询结果。-Visual C# code based on the universal SQLSERVER database query procedures, support for expressions and logical relationships and versatile m
expression_cal
- 中缀表达式转后缀表达式(C++版本),这里转化能便于对表达式计算处理-Infix expression turn postfix expression (C++ version), where transformation can facilitate the expression evaluates to handle
cal-expression
- C语言实现,输入一个表达式,输出结果,已经测试 以及一个大富翁小游戏学习资料-give a expression ,and back a result
deelx
- C++ 正则表达式引擎源码-C++ regular expression engine source
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
deelx
- c++正则表达式代码,只要一个头文件,完美实现正则表达式,非常方便的实现了正则表达式的大部分功能,非常好用,强烈推荐。 好东西大家分享。-C + + code regular expressions, as long as a header file, perfect realization of regular expressions, very convenient to realize the function of most of the regular expression, is