图片显示插件 Gridder
- 授权协议: MIT
- 开发语言: HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/oriongunning/gridder
软件介绍
Gridder 是一个显示缩略图网格预览的 jQuery 插件,和 Google Image 显示效果相似。
示例代码:
<script>$(function() { // Call Gridder
$('.gridder').gridderExpander({
scroll: true,
scrollOffset: 30,
scrollTo: "panel", // panel or listitem
animationSpeed: 400,
animationEasing: "easeInOutExpo",
showNav: true, // Show Navigation
nextText: "Next", // Next button text
prevText: "Previous", // Previous button text
closeText: "Close", // Close button text
onStart: function(){ //Gridder Inititialized
}, onContent: function(){ //Gridder Content Loaded
}, onClosed: function(){ //Gridder Closed
}
});
});</script>Numerical Linear Algebra
Lloyd N. Trefethen、David Bau III / SIAM: Society for Industrial and Applied Mathematics / 1997-06-01 / USD 61.00
Numerical Linear Algebra is a concise, insightful, and elegant introduction to the field of numerical linear algebra.一起来看看 《Numerical Linear Algebra》 这本书的介绍吧!
