?? 在me300上演示avr實驗入門教程-偉納電子 www_willar_com.htm
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0061)http://www.willar.com/forum_view.asp?forum_id=25&view_id=5359 -->
<HTML><HEAD><TITLE>在ME300上演示AVR實驗入門教程-偉納電子 www.willar.com</TITLE>
<SCRIPT language=javascript>
function picsize(obj,MaxWidth){
img=new Image();
img.src=obj.src;
if (img.width>MaxWidth)
{
return MaxWidth;
}
else
{
return img.width;
}
}
function bbimg(o){
var zoom=parseInt(o.style.zoom, 10)||100;zoom+=event.wheelDelta/12;if (zoom>0) o.style.zoom=zoom+'%';
return false;
}
</SCRIPT>
<META content="MSHTML 6.00.2900.3132" name=GENERATOR>
<META content=單片機,編程器,仿真器,開發板,資料、EDA軟件下載-專業電子技術網站『偉納電子』 name=keywords>
<META content=專業從事單片機產品、編程器、仿真器、教學實驗儀等研制開發、生產、銷售,偉納電子 name=description>
<META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK
href="在ME300上演示AVR實驗入門教程-偉納電子 www_willar_com.files/joekoe_skin_1.css"
type=text/css rel=stylesheet>
<SCRIPT language=JavaScript type=text/JavaScript>
//下拉菜單相關代碼
var h;
var w;
var l;
var t;
var topMar = 4;
var leftMar = -20;
var space = 1;
var isvisible;
var MENU_SHADOW_COLOR='#4b4b4b';//定義下拉菜單陰影色
var global = window.document
global.fo_currentMenu = null
global.fo_shadows = new Array
function HideMenu()
{
var mX;
var mY;
var vDiv;
var mDiv;
if (isvisible == true)
{
vDiv = document.all("menuDiv");
mX = window.event.clientX + document.body.scrollLeft;
mY = window.event.clientY + document.body.scrollTop;
if ((mX < parseInt(vDiv.style.left)) || (mX > parseInt(vDiv.style.left)+vDiv.offsetWidth) || (mY < parseInt(vDiv.style.top)-h) || (mY > parseInt(vDiv.style.top)+vDiv.offsetHeight)){
vDiv.style.visibility = "hidden";
isvisible = false;
}
}
}
function ShowMenu(vMnuCode,tWidth) {
vSrc = window.event.srcElement;
vMnuCode = "<table id='submenu' cellspacing=1 cellpadding=3 style='width:"+tWidth+";border-top:1px #99AECE solid;border-left:1px #99AECE solid;' class=bg onmouseout='HideMenu()'><tr height=26><td width=25 background='images/xiala.gif'> </td><td nowrap align=left class=bg_1>" + vMnuCode + "</td></tr></table>";
h = vSrc.offsetHeight;
w = vSrc.offsetWidth;
l = vSrc.offsetLeft + leftMar+4;
t = vSrc.offsetTop + topMar + h + space-2;
vParent = vSrc.offsetParent;
while (vParent.tagName.toUpperCase() != "BODY")
{
l += vParent.offsetLeft;
t += vParent.offsetTop;
vParent = vParent.offsetParent;
}
menuDiv.innerHTML = vMnuCode;
menuDiv.style.top = t;
menuDiv.style.left = l;
menuDiv.style.visibility = "visible";
isvisible = true;
makeRectangularDropShadow(submenu, MENU_SHADOW_COLOR, 6)
}
function makeRectangularDropShadow(el, color, size)
{
var i;
for (i=size; i>0; i--)
{
var rect = document.createElement('div');
var rs = rect.style
rs.position = 'absolute';
rs.left = (el.style.posLeft + i) + 'px';
rs.top = (el.style.posTop + i) + 'px';
rs.width = el.offsetWidth + 'px';
rs.height = el.offsetHeight + 'px';
rs.zIndex = el.style.zIndex - i;
rs.backgroundColor = color;
var opacity = 1 - i / (i + 1);
rs.filter = 'alpha(opacity=' + (100 * opacity) + ')';
el.insertAdjacentElement('afterEnd', rect);
global.fo_shadows[global.fo_shadows.length] = rect;
}
}
//用戶中心
var userput= '¤<a style=font-size:9pt;line-height:12pt;>用戶中心<br> <a style=font-size:9pt;line-height:12pt; href="user_mail.asp">站內短信</a><br> <a style=font-size:9pt;line-height:12pt; href="user_mail.asp?action=msg_write&accept=sauwa" >站長短信</a><br> <a style=font-size:9pt;line-height:12pt; href="shop_order.asp">我的訂單</a><br> <a style=font-size:9pt;line-height:12pt; href="user_edit.asp">修改資料</a><br>¤<a style=font-size:9pt;line-height:12pt; >風格設置</a><br> <a style=font-size:9pt;line-height:12pt; href="skins.asp?action=skin_1">藍色魅力</a><br> <a style=font-size:9pt;line-height:12pt; href="skins.asp?action=skin_2">紫色淡雅</a><br> <a style=font-size:9pt;line-height:12pt; href="skins.asp?action=skin_3">春意濃濃</a><br> <a style=font-size:9pt;line-height:12pt; href="skins.asp?action=skin_4">灰色軌跡</a><br>¤<a style=font-size:9pt;line-height:12pt; href="login.asp?action=logout">退出登錄 </a>'
var userput1= "╋<a href='forum_list.asp?forum_id=24'><b>單片機與嵌入式系統</b></a></br>│├<a href='forum_list.asp?forum_id=3'>51單片機</a></br>│├<a href='forum_list.asp?forum_id=25'>AVR單片機</a></br>│├<a href='forum_list.asp?forum_id=30'>PIC單片機</a></br>│├<a href='forum_list.asp?forum_id=26'>ARM專欄</a></br>│├<a href='forum_list.asp?forum_id=29'>開發工具DIY</a></br>╋<a href='forum_list.asp?forum_id=20'><b>電子技術</b></a></br>│├<a href='forum_list.asp?forum_id=6'>EDA技術</a></br>│├<a href='forum_list.asp?forum_id=5'>綜合電子</a></br>│├<a href='forum_list.asp?forum_id=8'>資源共享</a></br>╋<a href='forum_list.asp?forum_id=19'><b>產品中心</b></a></br>│├<a href='forum_list.asp?forum_id=27'>ME500系列開發板</a></br>│├<a href='forum_list.asp?forum_id=18'>ME300系列開發板</a></br>│├<a href='forum_list.asp?forum_id=2'>其他產品</a></br>│├<a href='forum_list.asp?forum_id=13'>售后服務</a></br>╋<a href='forum_list.asp?forum_id=22'><b>站務休閑</b></a></br>│├<a href='forum_list.asp?forum_id=9'>輕松一刻</a></br>│├<a href='forum_list.asp?forum_id=1'>站務管理</a></br>╋<a href='forum_list.asp?forum_id=23'><b>商務交流</b></a></br>│├<a href='forum_list.asp?forum_id=11'>供求信息</a></br>"</SCRIPT>
</HEAD>
<BODY onmousemove=HideMenu() leftMargin=0 topMargin=0>
<DIV id=menuDiv
style="Z-INDEX: 1000; VISIBILITY: hidden; WIDTH: 1px; POSITION: absolute; HEIGHT: 1px; BACKGROUND-COLOR: #9cc5f8"></DIV>
<SCRIPT language=javascript
src="在ME300上演示AVR實驗入門教程-偉納電子 www_willar_com.files/joekoe_functions.js"></SCRIPT>
<SCRIPT language=javascript
src="在ME300上演示AVR實驗入門教程-偉納電子 www_willar_com.files/mouse_on_title.js"></SCRIPT>
<A name=top></A>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width="98%" border=0>
<TBODY>
<TR>
<TD class=bg_frame width=1></TD>
<TD class=bg align=middle width=*>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD
background="在ME300上演示AVR實驗入門教程-偉納電子 www_willar_com.files/topbg.gif"
colSpan=2 height=9></TD></TR>
<TR align=middle>
<TD width="28%"><IMG height=11
src="在ME300上演示AVR實驗入門教程-偉納電子 www_willar_com.files/time.gif" width=11
border=0> 今天是:2007年07月24日 星期二 <BR><A
href="http://www.willar.com/" target=_blank><IMG
src="在ME300上演示AVR實驗入門教程-偉納電子 www_willar_com.files/top_logo.gif"
border=0></A></TD>
<TD width="72%">
<TABLE cellSpacing=0 cellPadding=2 width="100%" border=0>
<TBODY>
<TR>
<TD align=right>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD><A href="http://www.willar.com/rss.asp"><IMG
alt="RSS 2.0 支持"
src="在ME300上演示AVR實驗入門教程-偉納電子 www_willar_com.files/rss_xml.gif"
align=absMiddle border=0></A> </TD>
<TD><IMG
src="在ME300上演示AVR實驗入門教程-偉納電子 www_willar_com.files/h_head.gif"
align=absMiddle border=0> 您好,<FONT
class=blue>lisuweizhai</FONT></TD>
<TD width=10></TD>
<TD><IMG
src="在ME300上演示AVR實驗入門教程-偉納電子 www_willar_com.files/h_head.gif"
align=absMiddle border=0> <A
href="http://www.willar.com/user_main.asp">用戶中心</A></TD>
<TD width=10></TD>
<TD><IMG
src="在ME300上演示AVR實驗入門教程-偉納電子 www_willar_com.files/h_head.gif"
align=absMiddle border=0> <A
onclick="javascript:return click_return('退出本次登陸',1);"
href="http://www.willar.com/login.asp?action=logout">退出登陸</A></TD>
<TD width=10></TD>
<TD><IMG
src="在ME300上演示AVR實驗入門教程-偉納電子 www_willar_com.files/h_head.gif"
align=absMiddle border=0> <A
href="http://www.willar.com/shop_help.asp"><FONT
color=blue><B>購物指南</B></FONT></A></TD>
<TD width=10></TD>
<TD><IMG
src="在ME300上演示AVR實驗入門教程-偉納電子 www_willar_com.files/h_head.gif"
align=absMiddle border=0> <A
href="http://www.willar.com/shop_order.asp"><FONT
color=red><B>訂單查詢</B></FONT></A></TD>
<TD width=10></TD>
<TD><IMG
src="在ME300上演示AVR實驗入門教程-偉納電子 www_willar_com.files/h_head.gif"
align=absMiddle border=0> <A
href="http://www.willar.com/shop_order.asp"><FONT
color=green><B>匯款確認</B></FONT></A></TD>
<TD width=10></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR align=right height=64>
<TD width="100%">
<TABLE cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TBODY>
<TR vAlign=top>
<TD align=middle><A
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -