- 授权协议: GPLv2
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://fdik.org/pyPEG/
- 软件文档: http://fdik.org/pyPEG/#using
软件介绍
pyPEG 是一个快速、简单的 Python 的 PEG 解析器。输出结果是 Python 的数据结构、或者是XML。
PEG 意思是 Parsing Expression Grammar,有点类似正则表达式.
The Algorithm Design Manual
Steve S. Skiena / Springer / 1998-8-1 / GBP 53.91
Contents u Techniques u Introduction to Algorithms u Correctness and Efficiency u Correctness u Efficiency u Expressing Algorithms u Keeping Score u The RAM Model of Computatio......一起来看看 《The Algorithm Design Manual》 这本书的介绍吧!
