?? pathsim.html
字號:
<!-- File: Architecture.html
----
---- Main page for the CS 231 Architecture Simulator
---- Author: Dr. D. Hunkins
---- Date: 24 June 04
---->
<html>
<head>
<script language="Javascript">
function getBrowserName()
{ var browserName = navigator.appName;
return browserName;
}
function returnedDataAccess(value, address, access) {
DataInput.returnedDataAccess(value, address, access);
}
function returnedRegisterAccess(read1, read2, write, value) {
RegisterInput.returnedRegisterAccess(read1, read2, write, value);
}
function returnedInstructionAccess(address) {
InstructionInput.returnedInstructionAccess(address);
}
</script>
<title></title>
</head>
<frameset rows="58%, *">
<frameset cols="75%, *">
<frame name="DataPath" src="DataPath.html" marginheight="1" marginwidth="1" scrolling="no">
<frameset cols="50%, *">
<frame name="RegisterInput" src="RegisterInput.html">
<frame name="RegisterDisplay" src="RegisterDisplay.html">
</frameset>
</frameset>
<frameset cols="25%, 25%, 25%, *">
<frame name="InstructionInput" src="Instructions.html">
<frame name="InstructionMemory" src="InstructionMemory.html">
<frame name="DataInput" src="DataInput.html">
<frameset rows="80%, *">
<frame name="DataMemory" src="DataMemory.html">
<frame name="HelpButton" src="HelpButton.html">
</frameset>
</frameset>
</frameset>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -