⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 courseware.txt

📁 数值计算方法网络课件系统是浙江大学过程装备与控制工程专业2001级本科生毕业设计成果。本系统采用ASP+ACCESS架构
💻 TXT
字号:
<!--*************** 后台管理系统首页 *************
** File: admin/index.asp V1.0 2005.05.08
** Author: wwxbei
*******************************************-->
<!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" lang="gb2312" xmlns:mml="http://www.w3.org/1998/Math/MathML">
<head>
<title>数值计算方法网络课件-试题显示页面</title>
<meta http-equiv="content-type" content="text/html; charset=gb2312" />
<meta http-equiv="content-language" content="gb2312" />
<meta content="all" name="robots" />
<link rel="stylesheet" href="style/examcss.css" type="text/css" />
<object id="mathplayer" classid="clsid:32F66A20-7614-11D4-BD11-00104BD3F987">
</object><?import namespace="mml" implementation="#mathplayer"?>
<script type="text/javascript" src="inc/ASCIIMathML.js"></script>
<script type="text/javascript" src="inc/ASCIIMathMLdisplay.js"></script>
<script>mathcolor="Black"</script>
</head>
<body onload="translate()">
<script language="javascript" type="text/javascript" src="html/header{ChapterNum}.js"></script>
<div id="bodyer">

<div id="leftfrm">
	<div class="otherfrm">
		<h4>待定内容</h4>
		&nbsp;
	</div>
	<div class="otherfrm">
		<h4>待定内容</h4>
		&nbsp;
	</div>
</div>

<div id="rightfrm">
	<div id="content">
		<h4>本章课件</h4>
		{theCourseWare}
	</div>
	<div id="content">
		<h4>本章算法程序</h4>
		{theCcode}
	</div>
	<div id="content" >
		<h4>本章作业</h4>
		{theHomeWork}
	</div>
	<div id="content" >
		<h4>实例分析</h4>
		{theExample}
	</div>
</div>

</div>
<script language="javascript" type="text/javascript" src="html/footer.js"></script>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -