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

specialisation

资料来源 : pyDict

专门化

资料来源 : WordNet®

specialisation
     n 1: (biology) the structural adaptation of some body part for a
          particular function; "cell differentiation in the
          developing embryo" [syn: {specialization}, {differentiation}]
     2: the act of specializing; making something suitable for a
        special purpose [syn: {specialization}]
     3: the special line of work you have adopted as your career;
        "his specialization is gastroenterology" [syn: {specialization},
         {specialty}, {speciality}, {specialism}]

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

specialisation
     
        A reduction in generality, usually for the sake of increased
        efficiency.  If a piece of code is specialised for certain
        values of certain variables (usually function arguments), this
        is known as "{partial evaluation}".  In a language with
        {overloading} (e.g. {Haskell}), an overloaded function might be
        specialised to a non-overloaded instance at compile-time if
        the types of its arguments are known.
依字母排序 : 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