Location:
Search - winDLX
Search list
Description: 这是一个关于WINDLX的实验的小报告,里面有基本的一些操作-WINDLX experiments on a small, there are some basic operation
Platform: |
Size: 68228 |
Author: 王超 |
Hits:
Description: windlx模拟器,包括帮助文档资料,源码等等!
Platform: |
Size: 164250 |
Author: Jery |
Hits:
Description: WinDLX 深入理解计算机体系结构必备工具。
Platform: |
Size: 195297 |
Author: ian |
Hits:
Description: windlx源代码!!!
Platform: |
Size: 258434 |
Author: flyingpengfei |
Hits:
Description: 这是一个关于WINDLX的实验的小报告,里面有基本的一些操作-WINDLX experiments on a small, there are some basic operation
Platform: |
Size: 67584 |
Author: 王超 |
Hits:
Description: 经统计,某机器14条指令的使用频度分别为:0.01,0.15,0.12,0.03,0.02,0.04,0.02,0.04,0.01,0.13,0.15,0.14,0.11,0.03。分别求出用等长码、Huffman码、只有两种码长的扩展操作码3种编码方式的操作码平均码长。
解:
等长操作码的平均码长=4位 Huffman编码的平均码长=3.38位 只有两种码长的扩展操作码的平均码长=3.4位。
9.若某机要求:三地址指令4条,单地址指令255条,零地址指令16条。设指令字长为12位.每个
地址码长为3位。问能否以扩展操作码为其编码?如果其中单地址指令为254条呢?说明其理由。
答:①不能用扩展码为其编码。
∵指令字长12位,每个地址码占3位;
∴三地址指令最多是2^(12-3-3-3)=8条, 现三地址指令需4条,
∴可有4条编码作为扩展码,
∴单地址指令最多为4×2^3×2^3=2^8=256条,
现要求单地址指令255条,∴可有一条编码作扩展码
∴零地址指令最多为1×2^3=8条
不满足题目要求
∴不可能以扩展码为其编码。
②若单地址指令254条,可以用扩展码为其编码。
∵依据①中推导,单地址指令中可用2条编码作为扩展码
∴零地址指令为2×2^3=16条,满足题目要求-By the statistics, a machine 14 commands the use of frequency were: 0.01,0.15,0.12,0.03,0.02,0.04,0.02,0.04,0.01,0.13,0.15,0.14,0.11,0.03. Were obtained using such a long code, Huffman code, there are only two yards of the three kinds of expansion opcode opcode encoding of the average code length
Platform: |
Size: 144384 |
Author: lily |
Hits:
Description: WinDLX的实验,除了代码优化的部分全部完成,包括流水线的分析.-WinDLX experiments, in addition to the optimization of code completion, including pipeline analysis.
Platform: |
Size: 67584 |
Author: 罗本 |
Hits:
Description: windlx模拟器,包括帮助文档资料,源码等等!
Platform: |
Size: 163840 |
Author: Jery |
Hits:
Description: WinDLX 深入理解计算机体系结构必备工具。-WinDLX-depth understanding of computer architecture tool.
Platform: |
Size: 194560 |
Author: ian |
Hits:
Description: 这是一个windlx模拟器,是在vc++环境下,支持mips指令-This is a windlx simulator is vc++ Environment, support for mips instructions
Platform: |
Size: 365568 |
Author: nian |
Hits:
Description: 用汇编语言及牛顿迭代法编写的求一个数的平方根的源代码,环境windlx-Using assembly language and the Newton iterative method for the preparation of a number of the square root of the source code, the environment windlx
Platform: |
Size: 2048 |
Author: 沐夕 |
Hits:
Description: DLX模拟器用软件模拟DLX流水线的工作过程,可以灵活、方便地设置参数、控制执行和统计数据,并提供了直观的窗口显示。-DLX simulator software simulation of DLX pipeline work process can be flexible and easy to set up parameters, control, execution and statistical data, and provides an intuitive window displays.
Platform: |
Size: 124928 |
Author: xxj |
Hits:
Description: XINdlx模拟器开发环境,用于体系结构实验-XINdlx simulator development environment for experimental architecture
Platform: |
Size: 541696 |
Author: 麦克白 |
Hits:
Description: 系统结构实验报告,WinDLX模拟器是一个图形化、交互式的DLX流水线模拟器,能够演示DLX流水线是如何工作的。该模拟器可以装载DLX汇编语言程序(后缀为“.s”的文件),然后单步、设断点或是连续执行该程序。CPU的寄存器、流水线、I/O和存储器都可以用图形表示出来,以形象生动的方式描述DLX流水线的工作过程。模拟器还提供了对流水线操作的统计功能,便于对流水线进行性能分析。-Computer Systems Architecture Lab
Platform: |
Size: 121856 |
Author: yy |
Hits:
Description: WINDlx输入源码,可执行输入操作-WINDlx input source, perform input operations. . .
Platform: |
Size: 1024 |
Author: katao |
Hits:
Description: DLX 处理器 (发音为 "DeLuXe")是Hennessy 和Patterson合著一书《Computer Architecture - A Quantitative Approach》中流水线处理器的例子。WinDLX是一个基于Windows的模拟器。本教程通过一个实例介绍WinDLX的使用方法。WinDLX模拟器能够演示DLX流水线是如何工作的。-DLX processor (pronounced " DeLuXe" ) is Hennessy and Patterson co-book " Computer Architecture- A Quantitative Approach" in the pipeline processor example. WinDLX is a Windows-based simulator. This tutorial introduces WinDLX an example to use. WinDLX DLX pipeline simulator to demonstrate how it works.
Platform: |
Size: 324608 |
Author: |
Hits:
Description: 使用windlx时所用到的汇编语言教程,里面有相关的一些指令,做计算机系统结构试验可能用到。-Used when using windlx assembly language tutorial, there are some relevant instructions, the computer system to do structural testing may be used.
Platform: |
Size: 17408 |
Author: Jassica |
Hits:
Description: windlx模拟器 其中一个用途就是体系结构实验啦 需要的赶紧下啦-windlx simulator
Platform: |
Size: 128000 |
Author: cs |
Hits:
Description: WINDLX模拟器,可用于模拟指令流水线-WINDLX simulator can be used to simulate the instruction pipeline
Platform: |
Size: 152576 |
Author: 李安 |
Hits:
Description: dlx的windows开发环境,用于dlx指令集的汇编语言开发与模拟-windlx developing enviornment and source code
Platform: |
Size: 130048 |
Author: chenw |
Hits: