搜索资源列表
khss
- 数据结构:带括号的算术表达式求值。能完成一位数的带括号的算术表达式的运算,结果可以为多位数。用栈实现中缀表达式和后缀表达式的转换。-data structure : the bracketed arithmetic expression is evaluated. Complete with a number of brackets arithmetic expression Operational results for the multi-digit number. With Stack I
DFA
- 输入一个正则表达式,输出相应的NFA图,NFA转换为DFA(得到的DFA图要求用画图方法完成并要求先产生子集构造表出来再画DFA图),DFA最小化(也要求用画图方法完成) -Enter a regular expression, the output corresponding NFA map, NFA is converted to DFA (the DFA plans to be asked to use drawing methods and called for the first
TEMPLATE
- 输入正则表达式,转化为NFA,DFA,从测试文档中找出最大匹配子串-Enter the regular expression into NFA, DFA, document from the test to find out the biggest match Substring
facial-expression-recognition-using.ps
- In this paper pseudo 3-D Hidden Markov Models (P3DHMMs) are applied to the task of dynamic facial expression recognition. P3DHMMs are an extension of the pseudo 2-D case, which has been successfully used for the classification of images and t
Main
- 这是一个模拟编译器词法分析的程序。输入正则表达式,再输入一个字符串,该程序可以判定字符串是否符合正则式的规则-This is a simulation compiler lexical analysis process. Enter the regular expression, and then enter a string, the program can determine whether the string is the type of rules
regexpr_RU
- Regular expression for Delphi Library
regexpr_hlp_RU
- Help for Regular Expression for Delphi library
Expression
- 算式表达式求值,如4+2*3,是c语言类的-Formula for the value of expression
lex
- 用c++实现的此法分析器,包括正则表达式解析,正则到NFA转换,NFA到DFA转换,和最终的匹配,详见包中README文件-Using c++ parser to achieve this method, including regular expression analysis, while the NFA is converted, NFA to DFA conversion, and end the match, see the package README file
Sparksoft_Expression_Parser_v3_4_Full_Source_For_
- delphi component Sparksoft Expression Parser v3.4 Full Source For Delphi Bcb
ExpressionTree
- this code implements an expression tree using c/c-this code implements an expression tree using c/c++
EXPRESSION
- 汇编程序设计上机题,输入一个由(、)、+、—组成的表达式,输出结果。支持负数-Assembler machine design problem, the input consisting of a (,),+,- expression output. Support the negative
Arithmetic-Expression-Evaluation
- 此源码是用C写的,用于一般表达式的求值。由于是用C写的,可以跨平台使用。你也可以取其中的功能函数嵌入到其他项目中作为一个功能组件。-This source code is written in C, for the general expression to be evaluated. Because it is written in C, can be cross-platform use. You can also take one of the feature functions embe
Expression-evaluation
- 根据你所输入的表达式求出相应的值。表达式求值-The corresponding value calculated according to the expression you entered. Expression evaluation
Mathematical-expression-control
- 这是Delphi使用的一个用于分析和运算的数学运算表达式控件,带源代码的网上不多见,从此用Delphi写运算的程序方便多了。-Delphi used for analysis and calculation math expression controls with source code online rare from this program written in Delphi operation more convenient.
expression-translator
- 构造一个中缀表达式到后缀表达式的翻译器 表达式文法及其翻译模式定义如下: expr + term {print(‘+’)} | expr - term {print(‘-’)} | term term * factor {print(‘*’)} | term / factor {print(‘/’)} | factor f-Construct an infix expression to postfix expression translator
Expression-evaluation
- 包含链栈的个操作类,及接口方法声明,主函数实现了基本表达式的求值-Contains the chain stack operations, the statement and interface method, the main function of the realization of the basic expression evaluation
expression-calculator
- 表达式计算器。支持C语言几乎所有运算符。-Expression calculator. Calculate the result of an expression, support almost all C operators.
Expression-evaluation
- 表达式求值问题 1.从键盘中输入一串四则运算表达式,由计算机求出表达式的运算结果;所输入表达式为以字符序列的形式输入的、语法正确的、不含变量的操作数的整数的算术表达式。-1. Enter the expression uates a string of four issues arithmetic expression the keyboard, the calculation result of the expression obtained by computer the inpu
Regular-expression-matching
- 正则表达式匹配问题,王晓东算法书课后题,注释详细-Regular expression matching, Xiaodong after-school arithmetic book title, comments, details