视图分割工具 Split.js
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/nathancahill/Split.js
软件介绍
Split.js 是一个轻量级的 JavaScript 工具,用于创建可调整的分割视图或者窗格。视图可以水平或者垂直分割,在两个元素间可以插入可拖动的 gutter。
示例代码:
.gutter { background-color: #eee; background-repeat: no-repeat; background-position: 50%;
cursor: move; cursor: grab; cursor: -moz-grab; cursor: -webkit-grab;
}.gutter.gutter-horizontal { background-image: url('grips/vertical.png');
}.gutter.gutter-vertical { background-image: url('grips/horizontal.png');
}An Introduction to the Analysis of Algorithms
Robert Sedgewick、Philippe Flajolet / Addison-Wesley Professional / 1995-12-10 / CAD 67.99
This book is a thorough overview of the primary techniques and models used in the mathematical analysis of algorithms. The first half of the book draws upon classical mathematical material from discre......一起来看看 《An Introduction to the Analysis of Algorithms》 这本书的介绍吧!
