搜索资源列表
LexSeu
- 东南大学 课程设计 lex部分 说 明 **本次实验在Visual C++6.0环境下开发** 主要有以下文件: 1 词法分析器 lex.cpp 2 头文件 lex.h 3 测试文件 lex.l.txt lex工具的使用方法 编译运行 lex.cpp/lex.h,这样就将lex.l.txt转换成Cpp语言程序yylex.cpp 然后使用VC++6.0将lexyy.cpp编译成可执行程序, 这样就识别出了lex.l.t
ProgramCalculator
- 计算器,运用c#编译器编译运算输入的表达式。
CSharpregular-expression
- C#中使用正则表达式验证电话号码、手机号、身份证号、数字和邮编-C# using regular expressions to verify the phone number, cell phone number, ID number, digital, and zip code
Query
- c#语言中的查询表达式的范例。可以作为linq的入门学习之用。-c# language query expression example. Can be used as the linq entry learning purposes.
CiFaFenXi
- c# 写的表达式计算,采用逆波兰表达式做词法分析。-c# write an expression calculation, using reverse Polish notation to do lexical analysis.
EricLippert
- C# 24点游戏解题算法,通过Lambda表达式解析字符串,实现24点游戏的解题算法-C# 24点游戏解题算法
中缀表达式求值
- 中缀值表达式算法,比较实用,学VC 的同学可以看看。。。(Infix expression algorithm, more practical value, to learn VC students can see.)
微软官方整理--C#正则表达式完整教程
- 微软官方整理--C#正则表达式完整教程 网络搜集整理 希望对大家有所帮助(Microsoft's official complete --C# regular expression tutorial Network collation hopes to help people)