jquery dom 应用

本文探讨了Flatland居民的生活,并通过引用信息技术领域的概念进行了比喻性的描述。文章中提到了多种几何形状,如五边形(Pentagon)和六边形(Hexagons),并用这些形状来象征不同类型的居民。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
.footnote{color:#f00;}
.square{font-size:16px;
color:#0f0;
}
span.footnote{
 font-style:italic;
 font-family:"Times New Roman",Times,serif;
 display:block;
 margin:1em 0;
}
.chapter span.footnote{
 display:inline;
}
.pulled{
background:#e5e5e5;
position:absolute;
width:145px;
top:-20px;
right:80px;
padding:12px 5px 12px 10px;
font:italic 0.8em "Times New Roman",Times,serif;
}
</style>
<script src="../jquery.js"/></script>
<script language="javascript">
  jQuery(function(){
 /*  $("div.chapter a").each(function(index){
    var $link = $(this);
       $link.attr({'rel':'external','id':'wikilink-'+index,'title':"learn more "+$link.text()});
   })*/
 
    //insertBefore before insertAfter after 区别 可以用来移动元素 prependTo 插入锚
   //$("<a href='#top'>back to top</a>").insertAfter('div.chapter p');
  /* $('div.chapter p:gt(2)').after("<a href='#top'>back to top</a>");
   $("<a id='top'></a>").prependTo('body');
  
   $('p.footnote').insertBefore("#excerpt");
   $('<ol id="notes"></ol>').insertAfter("div.chapter");
   //appendTo 插入到元素的末尾 wrap 包装
   $('span.footnote').each(function(index){
      $(this).before(["<a href='#foot-note-",index+1," 'id='context-",index+1,"' class='context'",'<sup>'+(index+1)+'</sup>','</a>'].join('')).appendTo('#notes')
      .append("&nbsp;(<a href='#context-"+(index+1)+"'>context</a>)")
      .wrap("<li id='foot-note-"+(index+1)+"'></li>");
   })
   $("div.chapter p:eq(0)").clone().insertBefore(".footnote");
   $(".square").click(function(){
    alert("clone");    
   })*/
   $("span.pull-quote").each(function(){
    var $paress = $(this).parent('p');
    $paress.css('position','relative'); 
    $clones = $(this).clone();
 
    $clones.addClass('pulled').find("span.drops").html("&hellip;").end().prependTo($paress);
   var ctext = $clones.text();   
    $clones.html(ctext);  
   })
})
</script>
</head>
<body>
<p>
  <span class="pull-quote">
  11111111111 <a href=''>Concerning</a> the Inhabitants of Flatland
  </span>  
  <span class="drops">
   Linkin Park - Pushing MeLinkin Park - Pushing Me
  </span>
  I'll take the blame for the sake of being with you
(Everything falls apart
Even the people who never frown
Eventually break down)I'll take the blame for the sake of being with you
(Everything falls apart
Even the people who never frown
Eventually break down)
 </p>
 <p>
  <span class="pull-quote">
  22222Concerning the Inhabitants of Flatland22222222
  </span> 
  <span class="drops">
   Linkin Park - Pushing Me Linkin Park - Pushing Me
  </span>
  I'll take the blame for the sake of being with you
(Everything falls apart
Even the people who never frown
Eventually break down)I'll take the blame for the sake of being with you
(Everything falls apart
Even the people who never frown
Eventually break down)
   </p>
<h1 id="f-title">A Romance of Many</h1>
<div id="f-author">by Edwin A.Abbott</div>
<h2>Part Section</h2>
<h3 id="f-subtitle">Concerning the Inhabitants of Flatland</h3>
<div id="excerpt">an Excerpt</div>
<span class="footnote">This is the last time
I'll take the blame for the sake of being with you
(Everything falls apart
Even the people who never frown
Eventually break down)
The sacrifice of hiding in a lie
(Everything has to end
</span>
<div class="chapter">
  <p class="square">Linkin Park - Pushing Me <a href="http://en.wikipedia.org/wiki/Pentagon">Pentagon</a></p>
  <p class="nobility">
    Linkin Park - Pushing Me Away
 I've lied to you
 The same way that I always do
 This is the last smile
 <a href="http://en.wikipedia.org/wiki/Hexagons">Hexagons</a>
 That I'll fake for the sake of being with you
 (Everything falls apart
 Even the people who never frown
 Eventually break down)
 The sacrifice of hiding in a lie
 (Everything has to end
 You'll soon find we're out of time
 To watch it all unwind)
 The sacrifice is never knowing
  Why I never walked away
  Why I <a href="http://en.wikipedia.org/wiki/played">played</a> myself this way
  Now I see your testing me pushes me away
  Why I never walked away
  Why I played myself this way
  Now I see your testing me pushes me away
  I've tried like you

 To do everything you wanted too
 <span class="footnote">This is the last time
 I'll take the blame for the sake of being with you
 (Everything falls apart
 Even the people who never frown
 Eventually break down)
 The sacrifice of hiding in a lie
 (Everything has to end
 </span>
  You'll soon find we're out of time
  To watch it all unwind)
  The sacrifice is never knowing
  Why I never walked away
  Why I played myself this way
  Now I see your testing me pushes me away
  Why I never walked away
  Why I played myself this way
</p>
 

 <p class="footnote">
  This is how we find how it all unwinds)
  The sacrifice is never knowing
 </p>
 
</div>
</body>
</html>

MATLAB主动噪声和振动控制算法——对较大的次级路径变化具有鲁棒性内容概要:本文主要介绍了一种在MATLAB环境下实现的主动噪声和振动控制算法,该算法针对较大的次级路径变化具有较强的鲁棒性。文中详细阐述了算法的设计原理与实现方法,重点解决了传统控制系统中因次级路径动态变化导致性能下降的问题。通过引入自适应机制和鲁棒控制策略,提升了系统在复杂环境下的稳定性和控制精度,适用于需要高精度噪声与振动抑制的实际工程场景。此外,文档还列举了多个MATLAB仿真实例及相关科研技术服务内容,涵盖信号处理、智能优化、机器学习等多个交叉领域。; 适合人群:具备一定MATLAB编程基础和控制系统理论知识的科研人员及工程技术人员,尤其适合从事噪声与振动控制、信号处理、自动化等相关领域的研究生和工程师。; 使用场景及目标:①应用于汽车、航空航天、精密仪器等对噪声和振动敏感的工业领域;②用于提升现有主动控制系统对参数变化的适应能力;③为相关科研项目提供算法验证与仿真平台支持; 阅读建议:建议读者结合提供的MATLAB代码进行仿真实验,深入理解算法在不同次级路径条件下的响应特性,并可通过调整控制参数进一步探究其鲁棒性边界。同时可参考文档中列出的相关技术案例拓展应用场景。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值