无名图书的logo
无名图书
  • 最近更新
  • 文学
  • 社会文化
  • 历史
  • 经济
  • 理工科
  • 政治
  • 健康
  • 自然科学
  • 计算机
  • 设计
  • 美食旅行
  • 思想
  • 生物
  • 建筑
  • 绘本
  • 天文
  • 出版时间
  • 更新时间
  • 评分
  • OpenJDK cookbook

    Alex Kasko, Stanislav Kobylyanskiy, Alexey Mironchenko

    评分 0.0分

    About This Book Gain the skills required to harness the power of OpenJDK's Java implementation Extend and adapt Java Platform to develop various types of applications A practical guide to learn how to

  • Virtual Machines

    Jim Smith, Ravi Nair

    评分 9.2分

    Virtual Machine technology applies the concept of virtualization to an entire machine, circumventing real machine compatibility constraints and hardware resource constraints to enable a higher degree

  • Shared Source CLI Essentials

    David Stutz, Ted Neward, Geoff Shilling

    评分 9.0分

    This concise guide offers a road map for anyone wishing to navigate, understand, or alter the Microsoft Shared Source CLI ("Rotor") code. Written by members of the core team that designed the .NET Fra

  • 嵌入式系統--使用eForth

    丁陳漢蓀

    评分 0.0分

    java VM 和 .NET CLR 都是使用堆疊的虛擬機(Stack-Based VM),而 eForth 則是堆疊虛擬機中的翹楚。Java 和 C# 語言的移植性來自中間碼(bytecode 和 IL),其效能來自 JIT。 eForth 本身就是中間碼,而它的許多基本的中間碼,可以設計成 CPU 的機器碼。eForth 這種既是虛擬機又是程式語言的無所不包之特性,讓本書得以完整地論述基於 e