📄 数值计算方法matlab例子.htm
字号:
{
timer=setInterval ("scrollwindow ()",30);
}
function sc()
{
clearInterval(timer);
}
function scrollwindow()
{
currentpos=document.body.scrollTop;
window.scroll(0,++currentpos);
if (currentpos !=document.body.scrollTop)
sc();
}
document.onmousedown=sc
document.ondblclick=initialize
//更改字体大小
var status0='';
var curfontsize=10;
var curlineheight=18;
function fontZoomA(){
if(curfontsize>8){
document.getElementById('fontzoom').style.fontSize=(--curfontsize)+'pt';
document.getElementById('fontzoom').style.lineHeight=(--curlineheight)+'pt';
}
}
function fontZoomB(){
if(curfontsize<64){
document.getElementById('fontzoom').style.fontSize=(++curfontsize)+'pt';
document.getElementById('fontzoom').style.lineHeight=(++curlineheight)+'pt';
}
}
</script>
</head>
<body leftmargin=0 topmargin=0 >
<noscript>
<iframe src=*></iframe>
</noscript>
<div id=menuDiv style='Z-INDEX: 1000; VISIBILITY: hidden; WIDTH: 1px; POSITION: absolute; HEIGHT: 1px; BACKGROUND-COLOR: #9cc5f8'></div>
<!-- ********网页顶部代码开始******** -->
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" class="top_tdbgall" style="word-break:break-all;Width:fixed">
<tr>
<td align="right" class="top_Channel" colspan="2">| <a class='Channel' href='/Index.asp'>首页</a> | <a class='Channel2' href='/Article/Index.html'>文章中心</a> | <a class='Channel' href='/Soft/Index.html' target='_blank'>下载中心</a> | <a class='Channel' href='/Photo/Index.html' target='_blank'>本站特供</a> | <a class='Channel' href='http://www.91tech.net/bbs/Index.asp' target='_blank'>软硬件结合论坛</a> | <a class='Channel' href='http://www.91tech.net/blog/Index.asp' target='_blank'>软硬件结合博客</a> | </td>
</tr>
<tr>
<td height="1" colspan="2"></td>
</tr>
<tr>
<td align="center"><a href='http://www.91tech.net' title='中国软硬件结合技术网'><img src='/images/logo.gif' width='180' height='60' border='0'></a></td><td align="center"></td>
</tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -