- 授权协议: Apache
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://trentrichardson.com/Impromptu/index.php
- 软件文档: http://trentrichardson.com/Impromptu/index.php
软件介绍
jQuery Impromptu 是一个用来显示漂亮的错误提示、警告、信息提示的jQuery对话框插件。可以通过css对对话框的样式进行定制,包括定制对话框的按钮等。
$.prompt("Procede?",{buttons:{'Please Do':'yes','Not Now':'no','Never':'never'}});
参数说明:
- prefix: a class prefix to associate each prompt with a css class
- submit: a function to call when prompt has been submitted
- callback: a function to call when prompt is complete
- opacity: prefered opacity of the overlay
- container: jquery selector for the overlay to cover ("div.mydiv")
- buttons: buttons you would like to display(as many as you like)
- overlayspeed: speed which the overlay fades in/out
- promptspeed: speed which the prompt displays
- show: how to show the prompt(show, fadeIn, slideDown, or your own)
并行算法的设计与分析
陈国良 / 2009-8 / 66.00元
第3版在修订版的基础上进行了大幅度的修订,新增加3章、重写3章,改写8章。《普通高等教育十一五国家级规划教材·并行算法的设计与分析(第3版)》系统深入地讨论了计算机领域中诸多计算问题的并行算法的设计和分析方法。在着重介绍各种并行计算模型上的常用和典型的并行算法的同时,也力图反映本学科的最新成就、学科前沿和发展趋势。 全书共分二十章,包括基础篇4章(绪论、设计技术、前缀计算、排序和选择网络),......一起来看看 《并行算法的设计与分析》 这本书的介绍吧!
