语言选择:
免费网上英汉字典|3Dict

Euclid

资料来源 : pyDict

欧几里得

资料来源 : Webster's Revised Unabridged Dictionary (1913)

Euclid \Eu"clid\, n.
   A Greek geometer of the 3d century b. c.; also, his treatise
   on geometry, and hence, the principles of geometry, in
   general.

资料来源 : WordNet®

Euclid
     n : Greek geometer (3rd century BC)

资料来源 : Free On-Line Dictionary of Computing

Euclid
     
         (Named after the Greek geometer, fl ca 300 BC.) A
        {Pascal} descendant for development of verifiable system
        software.  No {goto}, no {side effects}, no global
        assignments, no functional arguments, no nested procedures, no
        floats, no {enumeration types}.  Pointers are treated as
        indices of special arrays called collections.  To prevent
        {aliasing}, Euclid forbids any overlap in the list of actual
        parameters of a procedure.  Each procedure gives an imports
        list, and the compiler determines the identifiers that are
        implicitly imported.  Iterators.
     
        Ottawa Euclid is a variant.
     
        ["Report on the Programming Language Euclid", B.W. Lampson et
        al, SIGPLAN Notices 12(2):1-79, Feb 1977].
     
        (1998-11-23)
依字母排序 : 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