搜索资源列表
汇编语言虚拟机
- 本软件实现了汇编语言级虚拟机的模拟,可以当作一个简易的汇编工具使用,同时又演示了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
抗虚拟机(Make from BackWang)
- 一个检测程序是否运行在VMWARE虚拟机器平台的的小软件!-a testing procedures run on VMWARE virtual machine platform of small software!
jnvm
- 这个代码用C++实现了一个小型虚拟机,功能完整。希望能对大家有所帮助。-the code in C + + implementation of the virtual machine of a small, functional integrity. We want to help.
PLx_Compiler
- PLx语言的编译器。PLx语言是一种类Pascal语言,但语法比较简单,适用于编译原理教学。这个编译器不仅实现了编译,同时也集成了运行目标代码的虚拟机。当程序编译通过后,可以看到生成的汇编指令及其执行情况,用户可以选择单步执行,并同时观察指令流与数据流。源代码比较简洁且含有注释-PLx language compiler. PLx language is a language like Pascal, but relatively simple syntax, the principle app
InsideJ2VM
- 《深入java虚拟机》一书的光盘,充分利用,收获多多。-"in-depth java virtual machine," a book and CD-ROMs, fully utilized, very beneficial.
HEC-win32
- C/C++虚拟机的实现的window版本-C / C virtual machine on the realization of the window version
HEC-linux
- c/c++虚拟机linux版本-c / c Linux version of Virtual Machine
javaforJ2ME2
- 摘要:J2ME是SUN公司最新推出的面向嵌入式产品的JAVA,目前市场上刚刚推出采用J2ME工具开发的手机和PDA产品,本文介绍了J2ME的特点和技术,分析了J2ME将来的应用以及当前J2ME开发未来信息终端的技术。 关键词:JAVA;虚拟机;J2ME;信息终端 -Abstract : J2ME is Sun's new products for embedded Java, currently on the market just released J2ME tool dev
pl0back
- 在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。 PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码
TinyCompiler
- 这是我自己实现的一个微小的编译程序,附可执行代码的虚拟机,是理解编译原理的绝好材料.-that I realized a small compiler, attached executable code virtual machine, yes understanding of compiler theory excellent material.
pl0.ok1
- 经过修改的PL0编译程序源码,对于编译原理初学者来说,是一个不错的参考程序,有利于递归下降方法的理解,包括词法分析,语法分析和语义生成,并可以在虚拟机上执行。-revised PL0 compiler source code, compiler theory beginners, is a good reference procedures, it dropped recursive method to the understanding, including lexical analysis,
kvm-9
- KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware. It consists of a loadable kernel module (kvm.ko) and a userspace component. Using KVM, one can run multiple virtual machines running unmodified
plxBuilder1.2
- 一个PL\\X教学编译器IDE,带扩展文法;高亮语法编辑区实现;自带虚拟机执行环境。-a PL \\ X teaching compiler IDE, with the expansion of grammar; Syntax highlighter editorial zones; bringing their implementation of the virtual machine environment.
A-New-Solution-Based-on-Virtual-Machine-for-Portin
- 本文提出了一种利用虚拟机技术解决操作系统移植的新方案,该方案的实现与应用对降低嵌入式操作系统移植的复杂性和工作量,实现嵌入式操作系统在不同硬件平台上的运行具有重要参考价值。-This paper presents a use of virtual machine technology to solve the new operating system migration program, which the realization and application of transplantati
Java_vm
- Java 虚拟机 向 linux ,os20 等 操作系统移植的资料。-Java virtual machine to linux, os20 information such as operating system migration.
HECsrc
- HEC虚拟机的源码,对于想学习虚拟机技术的初学者很有帮助!-HEC virtual machine source code, for those who want to learn virtual machine technology, helpful for beginners!
easyVM_Small.tar
- easyVM是一个简单的虚拟机。 0.1版本只支持8086指令集和一些简单的I/O设备,只支持英文文本显示方式。 0.2版本主要是在0.1版基础上加了一小部分32位指令(push eax等),使得easyVM可以运行MS-DOS 6.22自带的大部分程序。 文件说明: ==================== Bios\Bios.bin Bios程序 Bios\BiosData.bin CMOS数据
antiVirousVM
- 杀毒软件的引擎越来越智能化,虚拟机脱壳避免了复杂的脱壳方法-Antivirus engine more intelligent, virtual machine shelling shelling methods to avoid the complex
easyVM_Small
- easyVM是一个简单得不能再简单的虚拟机,只模拟了8086及一些简单外设,可以跑MS-DOS 6.22。 -easyVM is a simple virtual machine could not be more simple, just a simple simulation of the 8086 and some peripherals, you can run MS-DOS 6.22.
design-my-own-virtual-machine
- 一步步详细讲解如何设计和开发一个虚拟机,对想学习如何开发自己虚拟机的同学非常有帮助。而且有源代码哦。-How to design and implement virtual machine in details.