📄 改进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 + -