搜索资源列表
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
cppdbug[1].1.5
- 适用于c++的dbug,这是又名的dbug调试库的c++版本,经过简单升级以后,可以支持简单的正则表达式过滤,利用了c++局部变量的特性,因此此库只适应与c
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,
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 =)
cal-expression
- C语言实现,输入一个表达式,输出结果,已经测试 以及一个大富翁小游戏学习资料-give a expression ,and back a result
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
pcre-8.36
- PCRE(Perl Compatible Regular Expressions中文含义:perl语言兼容正则表达式)是一个用C语言编写的正则表达式函数库,由菲利普.海泽(Philip Hazel)编写。PCRE是一个轻量级的函数库,比Boost之中的正则表达式库小得多。PCRE十分易用,同时功能也很强大,性能超过了POSIX正则表达式库和一些经典的正则表达式库。-The PCRE library is a set of functions that implement regular expr
2014220303020_yang_lab3
- 1。学习所提供的表达式语法的LR分析 了解calc1。L,calc1。Y,calc2。L,Y calc2。 在Eclipse中创建项目并试运行calc3。L,Y calc3。 2。为学习提供lrgram.txt语法 它与rdgram.txt比较 三.学习和了解makefile文件(可选) 4。写的lrgram LR解析器 (1)解析器生成AST。 野牛的规范文件:lrparser。Y Flex的规范文件:lrlex。l AST相关代码:AST和AST (2)其他功能(如主)