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

cons

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

CONS
     
        {connection-oriented network service}

cons
     
        /konz/ or /kons/ [LISP, "construct"] A {Lisp} function which
        takes an element H and a list T and returns a new list whose
        head is H and whose tail is T.
     
        In {Lisp}, "cons" is the most fundamental operation for
        building structures.  It actually takes any two objects and
        returns a "{dotted-pair}" or two-branched tree with one object
        hanging from each branch.  Because the result of a cons is an
        object, it can be used to build {binary tree}s of any shape
        and complexity.
     
        [{Jargon File}]
依字母排序 : 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