搜索资源列表
-
1下载:
本软件实现了汇编语言级虚拟机的模拟,可以当作一个简易的汇编工具使用,同时又演示了CPU的工作过程,对于学习计算机组成原理和汇编语言是有一定帮助的-the assembly language level virtual machine simulation and can be used as a simple compilation of the use of tools, but also demonstrated the CPU process, learning theory and co
-
-
0下载:
最简单的启动代码
可以在virtual pc中仿真os,在屏幕中显示"hello world"-The simplest code can be activated in the simulation of virtual pc in os, on the screen to display " hello world"
-
-
0下载:
最简单的启动代码
可以在virtual pc中仿真os,在屏幕中显示"hello world"-The simplest code can be activated in the simulation of virtual pc in os, on the screen to display " hello world"
-
-
0下载:
串口调试助手和虚拟串口设备驱动 用于proteus的仿真 谢谢大家 这个好网站 好好利用-Serial debugging assistant and virtual serial device drivers for proteus simulation thank everybody this website to use
-
-
0下载:
1.实现一个内存管理的伙伴算法,实现内存块申请时的分配和释放后的回收。
实验准备
用随机函数仿真进程进行内存申请,并且以较为随机的次序进行释放。对其碎片进行统计,当申请分配内存失败时区分实际空间不足和由于碎片而不能满足。
2.设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。
1) 最佳置换算法(Optimal)
2) 先进先出法(Fisrt In First Out)
3) 最近最久未使用(Least Re
-
-
0下载:
加深对虚拟存储管理的概念和进程程序和数据在内存和外存之间换进换出算法的理解。实验的主要内容:用高级语言编写和调用高级语言编写和虚拟页式存储缺页计算模拟程序。-Deepen the concept of virtual memory management and process procedures and data between memory and the external memory to be swapped out algorithm understanding. The main
-
-
0下载:
EMU8086是学习汇编必不可少的工具,它结合了一个先进的原始编辑器、组译器、反组译器、具除错功能的软件模拟工具(虚拟PC),还有一个循序渐进的指导工具。该软件包含了学习汇编语言的全部内容。Emu8086集源代码编辑器,汇编/反汇编工具以及可以运行debug的模拟器(虚拟机器)于一身,此外,还有循序渐进的教程。(EMU8086 is an essential tool for learning assembly. It combines an advanced original editor,
-