- 授权协议: GPLv2
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/visage/
- 软件文档: http://code.google.com/p/visage/w/list
软件介绍
Visage 是一个基于 JavaFX 平台专门用于编写用户界面的领域专用语言(DSL)
你可使用 Visage 来对用户界面进行你个建模,包括外观和功能,例如下面的代码是一个显示 "Hello World" 文本的简单应用程序。
Stage {
title: "Hello World"
Scene {
Text {
"Hello World"
}
}
}
Probability and Computing: Randomization and Probabilistic Techn
Michael Mitzenmacher、Eli Upfal / Cambridge University Press / 2017-7-3 / USD 62.23
Greatly expanded, this new edition requires only an elementary background in discrete mathematics and offers a comprehensive introduction to the role of randomization and probabilistic techniques in m......一起来看看 《Probability and Computing: Randomization and Probabilistic Techn》 这本书的介绍吧!
