- 授权协议: GPL
- 开发语言: JavaScript HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://keen.io/blog/101269629091/charts-on-grids-responsive-dashboard-templates-with
- 软件文档: https://keen.io/blog/101269629091/charts-on-grids-responsive-dashboard-templates-with
软件介绍
dashboards 是非常好看,可定制的仪表盘模板。
每个模板都是基于 Bootstrap v3.2 构建的,可自定义样式,包括常规仪表盘使用示例和配置。
这是折线图,饼图和条形图:
图表的位置和大小都由模板自动处理,每个仪表盘默认都是响应式的。
当前提供 8 中不同的模板,下面这个称之为 Hero Thirds:
下面这个是 Quarter Grid:
Each container is ¼ of the horizontal space available.
代码示例:
<div class="col-sm-6 col-md-3"> <div class="chart-wrapper"> <div class="chart-title"> Cell Title </div> <div class="chart-stage"> <div id="grid-1-1"> <!-- chart goes here! --> </div> </div> <div class="chart-notes"> Notes about this chart </div> </div> </div>
算法:C语言实现
塞奇威克 / 机械工业出版社 / 2006-9 / 69.00元
本书是Sedgewick彻底修订和重写的C算法系列的第一本。全书分为四部分,共16章,第一部分“基础知识”(第1-2章)介绍基本算法分析原理。第二部分“数据结构”(第3-5章)讲解算法分析中必须掌握的数据结构知识,主要包括基本数据结构,抽象数据结构,递归和树。一起来看看 《算法:C语言实现》 这本书的介绍吧!
