What is the translation of " ITERTOOLS " in Chinese?

Examples of using Itertools in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
A similar function, itertools.
一个类似的函数,itertools.
The itertools module has all kinds of fun stuff.
Itertools模块有各种各样的有趣的东西。
What does this have to do with the itertools module?
这和itertools模块有什么关系?
There are two standard libraries(Functools, itertools) that provide proven functional programming tools in Haskell and standards ml.
有两个标准库(functools,itertools)提供了Haskell和StandardML中久经考验的函数式程序设计工具。
For instance, writing random. seed() or itertools.
例如,编写random.seed()或itertools.
I was looking for something useful in itertools but I couldn't find anything obviously useful.
我一直在寻找有用的东西,itertools但我找不到任何明显有用的东西。
It ships with an implementation for flatten(source, from the itertools recipes):.
它附带了flatten(source,来自itertools配方)的实现:.
The itertools module has all kinds of fun stuff in it, including a permutations() function that does all the hard work of finding permutations.
Itertools模块里有各种各样的有趣的东西,包括permutations()函数,它把查找排列的所有辛苦的工作的做了。
Izip() makes it clear that those functions are implemented by the random and itertools modules.
Islice()明确这些功能是由random和itertools各模块。
With the brand new Python 2.6,you have a standard solution with the itertools module that returns the Cartesian product of iterables:.
使用全新的Python2.6,您可以使用itertools模块的标准解决方案来返回迭代的笛卡尔积:.
If you want to loop through it again(say, in the upcoming for loop),you need to call itertools.
如果你想要再循环一次(例如,在接下去的for循环里面),你得调用itertools.
Again, this is a pretty contrived example,you probably would use itertools if you really wanted to count to 50 billion.:.
同样,这是一个相当不错的假想的例子,如果你真的想数到500亿,你可能会使用itertools
Alternatively, if a cum_weights sequence is given,the selections are made according to the cumulative weights(perhaps computed using itertools. accumulate()).
或者,如果给出cum_weights序列,则根据累积权重(可能使用itertools.accumulate()计算)进行选择。
Izip() will make itclear that those functions are implemented by the random and itertools modules respectively.
Islice()明确这些功能是由random和itertools各模块。
Binary predicates canbe used directly as predicates for filter() or itertools. ifilter().
二元谓词可以直接用作filter()或itertools.ifilter()的谓词。
Izip() makes it clear that those functions are implemented by the random and itertools modules respectively.
Islice()使得清楚的是,这些功能分别由random和itertools模块实现
Izip() makes it clear that those functions are implemented by the random and itertools modules, respectively.
Islice()这种写法明确了这些函数是由random与itertools模块分别实现的。
Izip() will make itclear that those functions are implemented by the random and itertools modules respectively.
Islice()使得清楚的是,这些功能分别由random和itertools模块实现
I haven't been able to find an understandableexplanation of how to actually use Python's itertools. groupby() function.
我还没有找到关于如何实际使用Python的itertools.groupby()函数的可理解的解释。
For the second example, let's do something more mathematically interesting: using generator expressions and itertools. combinations and itertools.
第二个例子,来做一些有趣的数学题:使用生成器表达式、itertools.combinations以及itertools.
Results: 20, Time: 0.022

Top dictionary queries

English - Chinese