WAM:沃伦抽象机

沃伦抽象机(Warren Abstract Machine,常简称为WAM)是一种在逻辑编程领域广泛使用的抽象计算模型。该缩写形式便于快速书写和日常使用,尤其常见于计算机科学、人工智能及编程语言实现等多个综合领域。WAM为Prolog等逻辑程序的编译和执行提供了高效的底层架构支持。

Warren Abstract Machine具体释义

  • 英文缩写:WAM
  • 英语全称:Warren Abstract Machine
  • 中文意思:沃伦抽象机
  • 中文拼音:wò lún chōu xiàng jī
  • 相关领域wam 未分类的

Warren Abstract Machine的英文发音

例句

  1. Data Structure and Interpretation of Warren Abstract Machine(WAM)
  2. Warren抽象机(WAM)的数据结构和解释实现
  3. On implementation techniques for Prolog based on the Warren abstract machine
  4. 基于Warren抽象机的Prolog实现技术的研究
  5. In this paper, a scheme for managing Prolog code database in the framework of the Warren Abstract Machine(WAM) ( WAM ) is presented. The form of the object code is first described.
  6. 本文论述了作者提出的在基于Warren抽象机(简称WAM)的编译型Prolog系统中代码库的一种管理方法。
  7. The main contents of this paper are : semantic and syntactic extention of Prolog, augmentation and modification of WARREN abstract machine, important components and running procedure of the compiler, and seven definition rules for syntactic structure coding.
  8. 本文主要介绍:PROLOG语言的语义、语法扩充,主要是函数定义、函数调用和表达式计算;对WARREN抽象机数据结构、指令的增加和修改;