Sparklines
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/sparklines
软件介绍
Generate useful inline sparklines directly in the browser without requiring any server-side support. Cross-browser compatible (Firefox, Safari, IE, etc).
Easy to use, either with inline data:
<span class="sparklines">3,4,6,3,2,3,6</span>
$('.sparklines').sparkline();or with dynamic data:
<span id="mysparkline">Loading..</span>
$('#mysparkline').sparkline([3,4,6,3,2,3,6]);Check out the home page for live examples of the different types of sparklines supported.
C++面向对象程序设计
萨维奇 (Walter Savitch) / 周靖 / 清华大学出版社 / 2003-12 / 59.0
《C++面向对象程序设计》具备良好的编排体系,适合打算涉足编程领域的读者阅读,尤其适合大一学生。它最大的特色是Savitch教授最受欢迎的写作风格,这一风格非常适合初学者,能迅速引导他们开始编程实践。《C++面向对象程序设计》包括全面的习题、项目、编程提示、编程示例、编程陷阱以及有用的小结,以帮助初学者更清楚地了解C++。一起来看看 《C++面向对象程序设计》 这本书的介绍吧!
