- 授权协议: 未知
- 开发语言: Ruby JavaScript
- 操作系统: 跨平台
- 软件首页: http://www.q-lang.io/
- 软件文档: http://www.q-lang.io/
软件介绍
Finitio(之前名叫Q)是一种数据语言,目前仅限于数据定义语言。
示例代码:
Temp = <celsius> Real( f | f >= 33.0 and f <= 45.0 )
{
patient : {
id : Uuid,
name : String( s | s.size > 0 ),
dob : Date( d | alive: d.year > 1890 ),
},
symptoms : [ String( s | s.size > 0 ) ],
temperature : Temp
}
Geometric Folding Algorithms
Erik D Demaine / Cambridge University Press / 2008-8-21 / GBP 35.99
Did you know that any straight-line drawing on paper can be folded so that the complete drawing can be cut out with one straight scissors cut? That there is a planar linkage that can trace out any alg......一起来看看 《Geometric Folding Algorithms》 这本书的介绍吧!
