jQuery 图像浏览插件 Viewer.js
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://fengyuanchen.github.io/viewer/
- 软件文档: https://github.com/fengyuanchen/viewer/tree/v0.5.1/README.md
- 官方下载: https://github.com/fengyuanchen/viewer/releases
软件介绍
Viewer 是一款强大的 jQuery 图像浏览插件。
在线演示:http://fengyuanchen.github.io/viewer/
主要功能:
支持选项
支持方法
支持事件
支持触摸
支持移动
支持缩放
支持旋转
支持键盘
跨浏览器支持
使用:
<!-- a block container is required --> <div> <img class="image" src="picture.jpg" alt="Picture"> </div> <div> <ul class="images"> <li><img src="picture.jpg" alt="Picture"></li> <li><img src="picture-2.jpg" alt="Picture 2"></li> <li><img src="picture-3.jpg" alt="Picture 3"></li> </ul> </div>
Data Structures and Algorithm Analysis in Java
Mark A. Weiss / Pearson / 2011-11-18 / GBP 129.99
Data Structures and Algorithm Analysis in Java is an “advanced algorithms” book that fits between traditional CS2 and Algorithms Analysis courses. In the old ACM Curriculum Guidelines, this course wa......一起来看看 《Data Structures and Algorithm Analysis in Java》 这本书的介绍吧!
