?? 改進uc-os ii,減少內存使用量--armstrong.htm
字號:
target=_blank>21IC</A> | <A href="http://www.laogu.com/"
target=_blank>老古開發網</A> | <A href="http://www.mcustudy.com/"
target=_blank>單片機學習網</A> | <A href="http://www.mcu51.com/"
target=_blank>51單片機世界</A> | <A href="http://www.etuni.com/"
target=_blank>電子愛好者</A> | <A href="http://www.zlgmcu.com/"
target=_blank>周立功單片機</A> | <A href="http://www.51eda.com/"
target=_blank>中國EDA技術網</A> | <A href="http://www.chinadz.com/"
target=_blank>中國電子資源網</A> | <A href="http://www.pcbtech.net/"
target=_blank>中國PCB技術網</A> </TD></TR>
<TR>
<TD class=S style="PADDING-LEFT: 15px; PADDING-TOP: 5px" vAlign=bottom
align=middle><A href="http://www.blogchina.com/"
target=_blank>博客中國</A> | <A href="http://www.blogcn.com/"
target=_blank>中國博客網</A> | <A href="http://www.zychina.com.cn/"
target=_blank>資源中國</A> | <A href="http://www.chinarank.org/"
target=_blank>SEO培訓</A> | <A href="http://www.redhu.net.cn/"
target=_blank>鴻鵠營銷網</A> | <A href="http://www.mszjx.com/"
target=_blank>免燒磚</A> | <FONT color=#000099><A
href="http://www.56918.com/" target=_blank>虛擬主機</A> | </FONT><SPAN
class=style20><A href="http://www.jf315.com/"
target=_blank>IGBT逆變焊機</A></SPAN></TD></TR>
<TR>
<TD class=S style="PADDING-LEFT: 15px; PADDING-TOP: 5px" vAlign=bottom
align=middle> </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<HR style="HEIGHT: 3px" width=950 color=#ff7300>
<TABLE cellSpacing=0 cellPadding=0 width=950>
<TBODY>
<TR align=middle>
<TD colSpan=3 height=20>
<DIV class=space-10></DIV>
<DIV align=center>關于本站 | 版權聲明 | 特別鳴謝 | <A
href="http://www.mcublog.com/lianxi.asp" target=_blank>聯系我們</A> | 友情連接 |
網站導航 | <A href="http://www.mcublog.com/lianxi.asp" target=_blank>項目合作</A>
| 廣告服務 | <A href="http://www.mcublog.com/user_reg.asp"
target=_blank>用戶注冊</A> </DIV></TD></TR>
<TR>
<TD align=middle> </TD>
<TD align=middle>
<DIV align=center>Copyright @ 2004-2008 MCUBLOG.com All Rights Reserved
<BR>MCUBLOG.com 版權所有 嚴禁以任何形式復制、抄襲 </DIV></TD></TR>
<TR>
<TD align=middle> </TD>
<TD align=middle> </TD></TR>
<TR>
<TD align=middle> </TD>
<TD vAlign=center align=middle><A
href="http://wpa.qq.com/msgrd?V=1&Uin=363712931&Site=www.mcublog.com&Menu=yes"
target=blank><IMG alt=點擊立刻在線交流
src="改進uC-OS II,減少內存使用量--ARMStrong.files/qq_offline.gif"
border=0> </A><A
href="http://wpa.qq.com/msgrd?V=1&Uin=31597130&Site=www.mcublog.com&Menu=yes"
target=blank><IMG alt=點擊立刻在線交流
src="F:\ucos\新資料\改進uC-OS II,減少內存使用量--ARMStrong.files\qq_offline(1).gif"
border=0></A></TD></TR>
<TR>
<TD align=middle height=31> </TD>
<TD align=middle>
<DIV align=center><A href="http://www.miibeian.gov.cn/"><IMG height=31
src="改進uC-OS II,減少內存使用量--ARMStrong.files/shca_cc.gif" width=27
border=0></A>
<DIV>滬ICP備05004438號 </DIV></DIV></TD></TR>
<TBODY>
<CENTER><!-- start logo --></TBODY></TABLE>
<TABLE width=200 align=center border=0>
<TBODY>
<TR>
<TD>
<DIV align=center><FONT
color=#ff0000></FONT> </DIV></TD></TR></TBODY></TABLE>
<SCRIPT language=JavaScript>
<!--
var bPlay,bStop,bPause;
bPlay = false;
bStop = false;
bPause = false;
document.all.stop.style.backgroundColor = "a0a0a0";
document.all.pause.style.backgroundColor = "a0a0a0";
document.all.play.style.backgroundColor = "a0a0a0";
function play()
{
if (bPlay)
{
document.MediaPlayer1.AutoStart = true;
document.MediaPlayer1.Play();
}
}
function stop()
{
if (bStop)
{
document.MediaPlayer1.AutoStart = false; document.MediaPlayer1.CurrentPosition=0
document.MediaPlayer1.Stop();
}
}
function pause()
{
if (bPause)
{
document.MediaPlayer1.AutoStart = false;
document.MediaPlayer1.Pause();
}
}
function changefile()
{
if (document.MediaPlayer1.PlayState == 2)
{
stop();
document.MediaPlayer1.AutoStart = true;
}
var url = document.all.songlist.options(document.all.songlist.selectedIndex).value;
if (url != "")
document.MediaPlayer1.Open(url);
}
function playbar()
{
var width;
if (document.MediaPlayer1 == null)
return;
if (document.MediaPlayer1.FileName == "" || document.MediaPlayer1.ReadyState == 0 || document.MediaPlayer1.ReadyState == 1)
{
document.all.p1.style.width = 0;
document.all.p2.style.width = 80;
document.all.p1.style.backgroundColor = "a0a0a0";
document.all.p2.style.backgroundColor = "a0a0a0";
}
else
{
document.all.p1.style.backgroundColor = "3067ca";
document.all.p2.style.backgroundColor = "a9bdd9";
width = document.MediaPlayer1.CurrentPosition*80/document.MediaPlayer1.Duration;
document.all.p1.style.width = width;
document.all.p2.style.width = 80-width;
}
}
function buttons()
{
if (document.MediaPlayer1 == null)
return;
switch(document.MediaPlayer1.PlayState)
{
case 0:
bStop = false;
bPause = false;
document.all.stop.style.backgroundColor = "3067ca";
document.all.pause.style.backgroundColor = "a9bdd9";
if (document.MediaPlayer1.FileName == "" || document.MediaPlayer1.ReadyState == 0 || document.MediaPlayer1.ReadyState == 1)
{
bPlay = false;
document.all.play.style.backgroundColor = "a0a0a0";
document.all.p2.innerHTML="<font color=#000000 style=font-size:9pt>連接中...</font>";
}
else
{
bPlay = true;
document.all.play.style.backgroundColor = "a9bdd9";
document.all.p2.innerHTML="<font color=#000000 style=font-size:9pt>請點擊播放</font>";
}
break;
case 1:
bStop = true;
bPause = false;
bPlay = true;
document.all.play.style.backgroundColor = "a9bdd9";
document.all.stop.style.backgroundColor = "a9bdd9";
document.all.pause.style.backgroundColor = "3067ca";
document.all.p2.innerHTML="";
break;
case 2:
bStop = true;
bPause = true;
bPlay = false;
document.all.play.style.backgroundColor = "3067ca";
document.all.stop.style.backgroundColor = "a9bdd9";
document.all.pause.style.backgroundColor = "a9bdd9";
document.all.p2.innerHTML="";
break;
default:
bStop = false;
bPause = false;
bPlay = false;
document.all.play.style.backgroundColor = "a0a0a0";
document.all.stop.style.backgroundColor = "a0a0a0";
document.all.pause.style.backgroundColor = "a0a0a0";
var url = document.all.songlist.options(document.all.songlist.selectedIndex).value;
if (url != "")
document.all.p2.innerHTML="<font color=#000000 style=font-size:9pt>連接中...</font>";
else
document.all.p2.innerHTML="";
break;
}
}
setInterval("playbar();", 100);
setInterval("buttons();", 100);
document.MediaPlayer1.AutoStart = false;
changefile();
-->
</SCRIPT>
</TD></TR></TBODY></TABLE><IFRAME marginWidth=0 marginHeight=0
src="改進uC-OS II,減少內存使用量--ARMStrong.files/count.htm" frameBorder=0 width=1
scrolling=no height=1></IFRAME>
<TABLE height=1 cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD align=middle height=1>
<DIV align=left>
<TABLE height=27 cellSpacing=0 cellPadding=0 width=350 border=0>
<TBODY>
<TR>
<TD vAlign=top align=middle height=27><SPAN
id=Tmain></SPAN></TD></TR></TBODY></TABLE></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<P>
<OBJECT id=MediaPlayer1 height=0 width=0
classid=clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95 VIEWASTEXT>
控制進度</OBJECT></P></SPAN></TD></TR></TABLE></TBODY></TABLE></CENTER>
<CENTER></CENTER></CENTER><SPAN id=gg_userbot></SPAN>
<DIV id=powered><A href="http://www.oblog.cn/" target=_blank><IMG
alt="Powered by Oblog."
src="改進uC-OS II,減少內存使用量--ARMStrong.files/oblog_powered.gif" border=0></A></DIV>
<SCRIPT src="改進uC-OS II,減少內存使用量--ARMStrong.files/200508.htm"></SCRIPT>
<SCRIPT
src="F:\ucos\新資料\改進uC-OS II,減少內存使用量--ARMStrong.files\count(1).htm"></SCRIPT>
<SCRIPT src="改進uC-OS II,減少內存使用量--ARMStrong.files/commentedit.htm"></SCRIPT>
<SCRIPT
src="F:\ucos\新資料\改進uC-OS II,減少內存使用量--ARMStrong.files\count(2).htm"></SCRIPT>
<SCRIPT src="改進uC-OS II,減少內存使用量--ARMStrong.files/login.htm"></SCRIPT>
<SCRIPT src="改進uC-OS II,減少內存使用量--ARMStrong.files/ShowXml.htm"></SCRIPT>
<SCRIPT
src="F:\ucos\新資料\改進uC-OS II,減少內存使用量--ARMStrong.files\count(3).htm"></SCRIPT>
</BODY></HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -