搜索资源列表
产生随机数并运算的程序b0b
- 本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个 16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减数,显示 “Divide Overflow”的提示信息。-the process required under the DOS operating. Every time running executable random.exe can display any number of two 16-band addition or subtr
表达式求值的C源程序
- 用栈实现表达式求值-stack with Expression Evaluation
regular
- 正则表达式。利用模板完成,完美支持单字节/多字节/UNICODE编码,解决大多数正则表达式对东亚文字支持不够完善的问题。
biaodashiqiuzhi(C++)
- 表达式求值的源代码,注释完全,适合初学者使用
ALGO3-6
- 表达式求值的原代码-expression evaluates the original code
Algo3-7
- 表达式的另一种算法,原代码-expression of another algorithm, the original code
parse
- 本代码是用C#结合正则表达式处理字符串的源码,针对网页特殊html的源代码的替换,过滤,查找等强大功能.
zzbds.rar
- 用正则表达式处理语料库,最多可以处理500个句子,如果想拥有更多功能可以注意使用V2.0,Corpus with the regular expression processing, can handle up to 500 sentences, if you want to have more features may take note of the use of V2.0
DFA
- 从正则表达式到有穷自动机实例,最近刚学了编译原理 搞出来得这个东西-From regular expressions to finite automata instance, recently learned more this thing come up with compiler theory