请输入您要查询的字词:

 

单词 while programming language
释义
while programming language

Computer
  • A small imperative programming language whose programs are based on a signature Σ‎ and are made from assignments, sequential composition, conditional statements, and while statements. Programs in the language are defined, using an abbreviated BNF notation, by

    S::=x:=t|S1;S2ifbthenS1elseS2fi|whilebdoSod
    where x is any variable, t is any term over the signature Σ‎ b is a Boolean term, and S, S1, and S2 are while programs. The role of the signature is to define the data types (and hence the types of variables needed) and the basic operations on data (and hence the terms that appear in assignments). The while programming language can compute functions and sets on any algebra with signature Σ‎. When applied to the simple algebra
    ({0,1,2,}|0,n+1)
    of natural numbers, the while programs compute all partial recursive functions. The while language is an important language for the theoretical analysis of ideas about imperative languages. It is easily extended by adding constructs, such as the concurrent assignment, repeat and for statements, and nondeterministic constructs (like the random assignment x ≔ ?).


随便看

 

科学参考收录了60776条科技类词条,基本涵盖了常见科技类参考文献及英语词汇的翻译,是科学学习和研究的有利工具。

 

Copyright © 2000-2023 Sciref.net All Rights Reserved
京ICP备2021023879号 更新时间:2024/6/28 14:20:44