iFixPng improved
- 授权协议: 未知
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://plugins.jquery.com/project/iFixPng2
软件介绍
This plugin is an improvement to the original iFixPng plugin. It may use some more resources and work slower, but there are some important improvements:
- The image or element with a background image doesn't have to be visible.
- background-position is now supported, including an IE absolute position fix. (bottom: -1px || bottom: 0px)
Update
- Since 3.1.0 background-position in percentages is fully supported. See the demo page for a demonstration.
Any improvements to speed or functionality are welcome. For as long as IE6 will be around, we need to tackle this problem together.
The unfix method was removed.
Usage:
// Set the transparent pixel
jQuery.ifixpng('/images/pixel.gif');
jQuery('img, .bgPng').ifixpng();
note! When using jquery versions older than 1.2.6, please make sure to use the dimensions plugin, as the plugin relies on the outerWidth / outerHeight methods.
Known issues:
- Background-repeat is not supported.
多任务下的数据结构与算法
周伟明 / 华中科技 / 2006-4 / 58.00元
本书和传统同类书籍的区别是除了介绍基本的数据结构容器如栈、队列、链表、树、二叉树、红黑树、AVL树和图之外,引进了多任务;还介绍了将任意数据结构容器变成支持多任务的方法;另外,还增加了复合数据结构和动态数据结构等新内容的介绍。在复合数据结构中不仅介绍了哈希链表、哈希红黑树、哈希AVL树等容器,还介绍了复合数据结构的通用设计方法;在动态数据结构中主要介绍了动态环形队列、动态等尺寸内存管理算法。在内存......一起来看看 《多任务下的数据结构与算法》 这本书的介绍吧!
