英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 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       







请输入英文单字,中文词皆可:


请选择你想看的字典辞典:
单词字典翻译
scanl查看 scanl 在百度字典中的解释百度英翻中〔查看〕
scanl查看 scanl 在Google字典中的解释Google英翻中〔查看〕
scanl查看 scanl 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • scanl - Hoogle - Haskell
    scanl is similar to foldl, but returns a list of successive reduced values from the left: scanl f z [x1, x2, ] == [z, z `f` x1, (z `f` x1) `f` x2, ] Note that last (scanl f z xs) == foldl f z xs
  • SCANL Lab
    SCANL is a diverse team of scientists dedicated to studying program comprehension and software maintenance SCANL research focuses on the latent connection between source code behavior and the natural language elements, called identifiers, used to describe that behavior
  • functional programming - Haskell - What does `scanl` do in . . .
    scanl is just like foldl except for it gives you a list of intermediate results instead of just the final one Understanding it helps understanding foldl and vice versa So, for example, whereas foldl (+) 0 finds the sum of all elements of a list, scanl (+) 0 shows you all the intermediate sums leading up to it:
  • Home - Scanlan Theodore
    Founded in 1987 by Gary Theodore and Fiona Scanlan, Scanlan Theodore is a contemporary Australian fashion house for the global woman
  • Prelude - Haskell
    scanl:: (b -> a -> b) -> b -> [a] -> [b] Source scanl is similar to foldl , but returns a list of successive reduced values from the left: scanl f z [x1, x2, ] == [z, z `f` x1, (z `f` x1) `f` x2, ]
  • haskell scanl用法及代码示例 - 纯净天空
    Haskell语言Prelude模块中函数scanl的用法及代码示例。 用法类型: 它接受第二个参数和列表的第一项并将函数应用到它们,然后将结果和第二个参数供以函数,依此类推。 它返回中间结果和最终结果的列表。 示例1: 示例2: 示例3: 示例4: 示例5: 相关用法 注: 本文 由纯净天空筛选整理自 haskell scanl。 非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。





中文字典-英文字典  2005-2009