首页 / 词典 / good

dalvik

  • 网络达尔维克;虚拟机实例
dalvikdalvik
  1. If you have problem try to Wipe cache , dalvik and data .

    如果你有问题,尝试擦拭缓存的Dalvik和数据。

  2. This format can only be executed using Google 's own Dalvik Virtual Machine .

    这种格式只能用Google自己的Dalvik虚拟机执行。

  3. From a user perspective , Alien Dalvik is completely transparent .

    从用户观点看,AlienDalvik是完全透明的。

  4. Rather than reinvent the wheel , Dalvik relies on the Java language as the high-level language for application development .

    Dalvik没有白费力气做重复工作,而是依赖于Java语言作为应用程序开发的高级语言。

  5. Learn more about the Dalvik machine through its bytecodes ( available in user documentation ) .

    通过Dalvik机器的bytecodes(在用户文档中提供)了解有关该机器的更多信息。

  6. The Dalvik VM has been designed to support execution of multiple VMs ( in independent processes ) simultaneously .

    DalvikVM旨在支持同时执行多个VMs(在独立进程中)。

  7. Alien Dalvik comes from Myriad , an unknown name perhaps , but they 're no small player .

    AlienDalvik来自Myriad,一个也许不为人知的名字。但是它却不是小的玩家。

  8. The source to these benchmarks can be found in the code . google . com " dalvik " project .

    你可以在code.google.com“dalvik”项目中找到基准测试的代码。

  9. Instead , the Android toolkit converts Java bytecode into Dalvik bytecode .

    相反,Android工具包将Java字节码转换为Dalvik字节码。

  10. Note that in this case , you 're actually using an Android Dalvik class , not a part of the standard Java library .

    注意,在本例中,您实际上正在使用一个AndroidDalvik库,而不是标准Java库的一部分。

  11. Myriad has announced Alien Dalvik , which allows Android applications to run on other platforms at comparable speed .

    Myriad宣布了AlienDalvik(一平台软件,直译为异源虚拟机),它允许Android应用程序以相似的速度运行在其他平台之上。

  12. Dalvik also relies on a special tool called dx to convert Java class files into Dalvik VM executables .

    Dalvik还依赖于一种称为dx的特殊工具来将Java类文件转化成DalvikVM可执行文件。

  13. The client uses Android platform , java language , could be running in the dalvik virtual machine which is specially optimized for mobile phones .

    客户端采用的是Android平台,该平台用Java编写,运行在专门为手机优化过的Dalvik虚拟机上。

  14. Dalvik is powering application development within current handsets , and Parrot provides an efficient framework for compiler writers for static and dynamic languages .

    Dalvik正在推动当前手机内的应用程序开发,且Parrot为编译器创建者提供一个用于静态和动态语言的高效框架。

  15. The Dalvik VM is not implemented on the standard Java runtime and therefore does not inherit the licenses over it .

    DalvikVM不是在标准的Java运行时上执行的,因而不继承其上的许可。

  16. Alien Dalvik will be released commercially later this year , and will initially run on MeeGo , with other platforms in the pipeline .

    AlienDalvik将在今年晚些时候商业性发布。最开始会运行在MeeGo上,其他平台在准备中。

  17. Each Android application runs within an instance of the Dalvik VM , which in turn resides within a Linux-kernel managed process , as shown below .

    每个Android应用程序都在DalvikVM的一个实例中运行,这个实例驻留在一个由Linux内核管理的进程中,如下图所示。

  18. Because Dalvik is the VM architecture , it relies on a high-level language compiled into the bytecodes that the VM understands .

    BecauseDalvik是VM架构,它依赖于编译成VM理解的bytecodes的一种高级语言。

  19. Next , we take the Java class files and use the Android dex compiler to compile the class files to the format used by the Dalvik VM on an Android device .

    接下来,获取Java类文件,使用Androiddex编译器将类文件编译成Android设备上的DalvikVM使用的格式。