Markdown 解析器 Snarkdown
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://jsfiddle.net/developit/828w6t1x/
- 软件文档: https://github.com/developit/snarkdown/blob/master/README.md
软件介绍
Snarkdown 是一个用 JavaScript 编写的极简的 Markdown 解析器。它不是功能最全的,但可能是最容易实现的一款解析器。Snarkdown 只有 1Kb 大小,且只有一种方法,适合速成项目。
特点:
快速: 基本上由一个正则表达式和一个庞大 if 语句构成
轻巧: 1kb 大小
简单: 传递 Markdown 字符串, 获取 HTML 字符串
An Introduction to Genetic Algorithms
Melanie Mitchell / MIT Press / 1998-2-6 / USD 45.00
Genetic algorithms have been used in science and engineering as adaptive algorithms for solving practical problems and as computational models of natural evolutionary systems. This brief, accessible i......一起来看看 《An Introduction to Genetic Algorithms》 这本书的介绍吧!
