- 授权协议: Apache
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://www.taucharts.com/
- 软件文档: http://api.taucharts.com/
- 官方下载: http://api.taucharts.com/download/index.html
软件介绍
tauCharts 是基于 D3 的,专注于数据的图表库。
使用
散点图
var chart1 = new tauCharts.Chart({
type: 'scatterplot',
x: 'milespergallon',
y: 'price',
data: [
{class: "C", milespergallon: 41.26, price: 24509.74, vehicle: "Prius (1st Gen)", year: 1997},
...
{class: "C", milespergallon: 37 , price: 39145 , vehicle: "Chevrolet Volt" , year: 2013}
],
plugins: [
tauCharts.api.plugins.get('trendline')()
]
});
chart1.renderTo('#target');数学建模(原书第5版)
[美] Frank R. Giordano、[美] William P.Fox、[美] Steven B.Horton / 叶其孝、姜启源 / 机械工业出版社 / 2014-10-1 / 99.00元
《华章数学译丛:数学建模(原书第5版)》旨在指导学生初步掌握数学建模的思想和方法,共分两大部分:离散建模和连续建模,通过本书的学习,学生将有机会在创造性模型和经验模型的构建、模型分析以及模型研究方面进行实践,增强解决问题的能力。 《华章数学译丛:数学建模(原书第5版)》对于用到的数学知识力求深入浅出,涉及的应用领域相当广泛,适合作为高等院校相关专业的数学建模教材和参考书,也可作为参加国内外数......一起来看看 《数学建模(原书第5版)》 这本书的介绍吧!
