- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://xeiam.com/xchart
- 软件文档: https://github.com/timmolter/XChart
- 官方下载: https://github.com/timmolter/XChart/releases
软件介绍
XChart 是简单的图表应用。
特性:
No additional dependencies
~100KB Jar
Line charts
Scatter charts
Area charts
Bar charts
Histogram charts
Error bars
Logarithmic axes
Date and category X-Axis
Multiple series
Extensive customization
Themes - XChart, GGPlot2, MATLAB
Right-click, Save-As...
User-defined axes range
Custom legend placement
CSV import and export
High resolution chart export
Real-time charts
示例:
double[] xData = new double[] { 0.0, 1.0, 2.0 };
double[] yData = new double[] { 2.0, 1.0, 0.0 };
// Create Chart
Chart chart = QuickChart.getChart("Sample Chart", "X", "Y", "y(x)", xData, yData);
// Show it
new SwingWrapper(chart).displayChart();
// Save it
BitmapEncoder.saveBitmap(chart, "./Sample_Chart", BitmapFormat.PNG);
// or save it in high-res
BitmapEncoder.saveBitmapWithDPI(chart, "./Sample_Chart_300_DPI", BitmapFormat.PNG, 300);
离散数学及其应用(原书第5版)
[美] Kenneth H. Rosen / 袁崇义 / 机械工业出版社 / 2007-6 / 79.00元
《离散数学及其应用》(原书第5版)全面而系统地介绍了离散数学的理论和方法,内容涉及数学推广、组合分析、离散结构和算法设计。全书取材广泛,除包括定义、定理的严密陈述外,还配备大量的实例和图表的说明,各种联系和题目。以及丰富的历史资料和网站资源。第5版在前四版的基础上作了大量的改进,使其成为更有效的教学工具。。一起来看看 《离散数学及其应用(原书第5版)》 这本书的介绍吧!
