Wizard Form
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/WizardForm
软件介绍
Turns a properly marked up form into a wizard form with page navigation and prev/next buttons. I really just made this for a project of my own without too much thought about re-use. Take it and do whatever you like~
Example:
Javascript
$("form").wizard();Style definitions:
.wizard-nav
{
padding: 10px 0;
border: 1px solid #ddd;
width: 650px;
margin: 10px auto;
}
.wizard-nav a
{
background: #eee;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
text-decoration: none;
padding: 10px;
width: 162.5px;
display: inline;
margin: 0;
}
.wizard-nav a.active { background: #dfd; }
.wizardcontrols .wizardnext { margin-left: 76%; width: 12%; }
.wizardcontrols .wizardprev { width: 12%; }
#FirstPage .wizardcontrols .wizardnext { margin-left: 88%; }Markup:
<form action="something.html" method="post">
<div id="FirstPage" class="wizardpage">This</div>
<div id="SecondPage" class="wizardpage">is</div>
<div id="ThirdPage" class="wizardpage">a</div>
<div id="LastPage" class="wizardpage">wizard</div>
<div class="wizard-nav">
<a target="_blank" rel="nofollow" href="#FirstPage">Do some stuff</a> >>
<a target="_blank" rel="nofollow" href="#SecondPage">Then some more</a> >>
<a target="_blank" rel="nofollow" href="#ThirdPage">Almost there...</a> >>
<a target="_blank" rel="nofollow" href="#LastPage">Finish!</a>
</div>
</form>神经网络在应用科学和工程中的应用
萨马拉辛荷 / 2010-1 / 88.00元
《神经网络在应用科学与工程中的应用:从基本原理到复杂的模式识别》为读者提供了神经网络方面简单但却系统的介绍。 《神经网络在应用科学和工程中的应用从基本原理到复杂的模式识别》以神经网络在科学数据分析中所扮演角色的介绍性讨论作为开始,给出了神经网络的基本概念。《神经网络在应用科学和工程中的应用从基本原理到复杂的模式识别》首先对用于实际数据分析的神经网络结构进行了综合概述,继而对线性网络进行了大量......一起来看看 《神经网络在应用科学和工程中的应用》 这本书的介绍吧!
