虚拟机技术 meaning in Chinese
virtual machine technique
Examples
- Research on the technique application of virtual machine
虚拟机技术的应用研究 - A new solution based on virtual machine for porting embedded operating system
一种基于虚拟机技术的嵌入式操作系统移植方案 - Nowadays there are some new and advanced anti - virus techniques , such as real - time scanning , heuristic code scanning , virtual machine and active kernel technique etc . the application of these techniques is not mature enough even if each of them has its characteristics
当今最新最先进的讨算机反病毒技术,有实时扫描技术、启发式代码扫描技术、虚拟机技术和主动内核技术等。这些技术各有特点,但是应用起来仍然不够成熟。 - At the same time , we make analysis about the several popular ir ( intermediate representation ) ( rtl , whirl , jvm ) and implement an assembler which can translate the ir to the object code of virtual machine . we also make some talking about the vm ( virturl machine ) technology relating to the ir , read and analyze the source codes of jvm and hec vm
同时,对几种比较流行的中间代码( rtl 、 whirl 、 java虚拟机指令)进行了分析,实现了一个把中间代码编译成虚拟机目标代码的汇编器。此外,还对与中间代码密切相关的虚拟机技术进行了讨论,阅读并分析了java虚拟机和hec虚拟机实现的源代码,在此基础上,提出了并行虚拟机的设计构想,通过并行虚拟机实现对串行程序的自动并行优化和达到并行程序语言的跨平台性。 - And the design of java virtual machine is actually based on this . this paper lay emphasis on java virtual machine and does some analysis and research of its key technologies . then the author design and implement a tiny virtual machine ( tvm ) software system based on windows platform using c / c + + language . the specific jobs are as follows : first , understand the basic running environment of java virtual machine such as pc register , java stack , heap and framework etc . then , analyze the running process of java virtual machine via kaffe ( an implementation of java virtual machine )
本文以java虚拟机技术为主要研究对象,比较深入地分析和研究其一些关键技术,并用c c + +设计和实现一个基于windows平台的小型虚拟机软件系统tvm ( tinyvirtualmachine ) ,主要做了以下工作:首先了解java虚拟机的基本运行环境,如pc寄存器、 java栈、堆以及框架等,又以kaffe (一个java虚拟机的实现)为例,对java虚拟机的运行过程进行分析。