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

winged comments

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

winged comments
     
         {Comments} set on the same line as code, as
        opposed to {boxed comments}.
     
        In {C}, for example:
     
        	d = sqrt(x*x + y*y);  /* distance from origin */
     
        Generally these refer only to the action(s) taken on that
        line.
     
        [{Jargon File}]
     
        (1997-07-21)
依字母排序 : 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