固定头条插件 Freezheader
- 授权协议: MIT
- 开发语言: HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/laertejjunior/freezeheader
软件介绍
Freezheader 是用来在 HTML 列表中固定头条行的 jQuery 插件。
用法:
在浏览器顶部创建一个固定的头条
$(document).ready(function ()
{
$("#tableid").freezeHeader();
})创建有固定头条和滚动条的列表
$(document).ready(function ()
{
$("#tableid").freezeHeader
({ 'height': '300px' });
})
An Introduction to the Analysis of Algorithms
Robert Sedgewick、Philippe Flajolet / Addison-Wesley Professional / 1995-12-10 / CAD 67.99
This book is a thorough overview of the primary techniques and models used in the mathematical analysis of algorithms. The first half of the book draws upon classical mathematical material from discre......一起来看看 《An Introduction to the Analysis of Algorithms》 这本书的介绍吧!
