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

modulo operator

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

modulo operator
     
         (mod) The operator that returns the remainder
        after integer division of its first argument by its second.
        Written as "%" in {C} and some other languages.
     
        Where the second argument is a power of two, the result can be
        calculated much more quickly using {bitwise and} with the
        appropriate {bit-mask}.
     
        (1999-07-12)
依字母排序 : 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