Interface.js
- 授权协议: MIT/GPL
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://interface.eyecon.ro/
软件介绍
Interface是一个丰富的界面组件的集合,其利用轻量级JavaScript库jQuery。有了这个组件,您可以建立富客户端应用。
Interface拥有MIT和GTL两个协议,基本上意味着您可以在用在商业和非商业。 只要您保持interface每个文件的版本。
示例代码
window.onload =
function()
{
$('#carousel').Carousel(
{
itemWidth: 110,
itemHeight: 62,
itemMinWidth: 50,
items: 'a',
reflections: .5,
rotationSpeed: 1.8
}
);
}
HTML
CSS
#carousel
{
width: 700px;
height: 150px;
background-color: #111;
position: absolute;
top: 200px;
left: 100px;
}
#carousel a
{
position: absolute;
width: 110px;
}
High-Performance Compilers for Parallel Computing
Michael Wolfe / Addison-Wesley / 1995-6-16 / USD 117.40
By the author of the classic 1989 monograph, Optimizing Supercompilers for Supercomputers, this book covers the knowledge and skills necessary to build a competitive, advanced compiler for parallel or......一起来看看 《High-Performance Compilers for Parallel Computing》 这本书的介绍吧!
