英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

XPL    
A small dialect of {PL/I} used for compiler writing from
Stanford, 1967-69. XPL has
one-dimensional {arrays}. I/O is achieved with character
pseudo-variable INPUT and OUTPUT, e.g.

OUTPUT = 'This is a line';

It has inline {machine code}. "Programmers are given all the
rope they ask for. Novices tend to hang themselves fairly
frequently." XPL has been implemented on {IBM 360}, {Univac
1100}, {ICL System 4}, {CDC 6000} and {Cyber} series, {XDS
Sigma-5} and {Sigma-7} and {DEC} {PDP-10}.

An optimising XPL compiler (version 1) by Robin Vowels
is a standard implementation of XPL
and is based on McKeeman, Horning, and Wortman's improved
{XCOM} (which employs hashed symbol table generation). It
includes the extra built-in function COREHALFWORD.

The following areas have been optimised: procedures calls when
the argument and corresponding parameter are of the same type,
and when the argument is a constant; constant subscripts; use
of CORELHALFWORD and COREWORD; string constants of length one;
iterative DO statements by transferring code to the end of the
loop.

String constants of length one do not require a descriptor,
hence more descriptors are available for string variables.
Comparison operations are treated as commutative, and an
improved Commute algorithm is used. Halfword instructions are
generated for BIT(16) variables.

These areas have been improved or re-written: calls on OUTPUT,
catenation, integer-to-string conversion, multiply, divide,
and MOD. An emitter for SS-type instructions has been added.
The compiler achieves an 11% reduction in object code
compiling itself, an 11% increase in compilation rate, a 55%
increase in compilation speed when the $E toggle is set.
Special treatment for catenating a string to an integer
substantially decreases consumption of the free string area,
and decreases string moves. The latter improvement is most
noticeable on small core machines.

Core requirements: less than the improved XCOM on which it is
based (approx. 98000 bytes). Symbol table size is 468.
Ported to {IBM} {System 370}. The compiler is written in XPL.
The code generators are machine-specific.

["A Compiler Generator," W.M. McKeeman et al, P-H 1970].

[JCC, AFIPS 1968].

(1993-08-07)


请选择你想看的字典辞典:
单词字典翻译
XPL查看 XPL 在百度字典中的解释百度英翻中〔查看〕
XPL查看 XPL 在Google字典中的解释Google英翻中〔查看〕
XPL查看 XPL 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • Where does Hello world come from? - Stack Overflow
    'hello, world' is usually the first example for any programming language I've always wondered where this sentence came from and where was it first used I've once been told that it was the first
  • 「Hello world」的标准写法是什么? - 知乎
    知乎,中文互联网高质量的问答社区和创作者聚集的原创内容平台,于 2011 年 1 月正式上线,以「让人们更好的分享知识、经验和见解,找到自己的解答」为品牌使命。知乎凭借认真、专业、友善的社区氛围、独特的产品机制以及结构化和易获得的优质内容,聚集了中文互联网科技、商业、影视
  • Hello World in Python - Stack Overflow
    I tried running a python script: print "Hello, World!" And I get this error: File "hello py", line 1 print "Hello, World!" ^ SyntaxError: invalid syntax What is goi
  • Running java helloworld - Stack Overflow
    Helloworld and all possible variations of such I keep getting the NoClassDefFoundError: Helloworld (wrong name: helloworld Helloworld) To make sure There's a question almost exactly like this (difference in "wrong name") The solution to that question does not work in my case
  • Java HelloWorld commandline - Stack Overflow
    package helloworld; and you are trying to execute it from the commandline do the following steps First open the terminal or cmd and browse to the folder helloworld Example if your helloworld folder in in f: helloworld open the terminal and browse upto f: (don't go inside helloworld) then compile the class as javac helloworld HelloWorld java
  • Creating a Simple Hello World app in Kubernetes
    So I would call it (in your case) a Dockerized SpringBoot HelloWorld app Okay, now that we have a container we could simply deploy it running docker, but what if your container dies, or you need to scale it up and down, manage volumes, network traffic and a bunch of other things, this starts to become complicated (imagine a real life scenario
  • Error: Could not find or load main class hello. world. HelloWorld
    As it says, save the file in a file named "HelloWorld java" public classes should be created in a file of the "<class name> java" Since your class name is HelloWorld, the file name should be HelloWorld java, not first java –
  • java - How to execute my HelloWorld script - Stack Overflow
    The java command takes the name of the class, not the name of the file It then uses the Java class loader to find the class file for that class in the current directory or the class path
  • Springboot-why i cannot set url localhost:8080 helloworld to get text . . .
    What i built, is just a very simple springboot project, only one class for application, and one class for controller
  • c# - How can I escape double quotes in a string? - Stack Overflow
    C# 11 introduces a new feature called "raw string literals" To quote the Microsoft documentation: Beginning with C# 11, you can use raw string literals to more easily create strings that are multi-line, or use any characters requiring escape sequences





中文字典-英文字典  2005-2009