go top

list comprehension

  • 列表推导式:程序设计语言的一类语法结构,用于基于描述创建一个列表(list)数据结构。相当于数学上的集合建构式符号。但不同于map与filter函数。

网络释义英英释义

  列表推导式

列表推导式list comprehension)是一种方便简洁的语法形式,我们可以利用它将一个列表经过滤后转换成另一个列表,也可以利用它将函数应用于列表中的元素。

基于348个网页-相关网页

  列表解析

列表解析list comprehension):这个词有多种翻译,也可能是列表推导式等。它非常强大,其构造一个由逻辑代码生成的对象的列表,也就是说对于列表中每个对象执...

基于200个网页-相关网页

  列表推导

本文介绍了python中列表推导的相关内容,列表推导List comprehension)的作用是为了更方便地生成列表(list),有需要的朋友参考下。.

基于164个网页-相关网页

  表理解

表理解(list comprehension):一种快速生成表的方式,对于L = [x**2 for x in range(10)],相当于: L = [] for x in range(10):

基于106个网页-相关网页

List comprehension

  • abstract: A list comprehension is a syntactic construct available in some programming languages for creating a list based on existing lists. It follows the form of the mathematical set-builder notation (set comprehension) as distinct from the use of map and filter functions.

以上来源于: WordNet

双语例句原声例句

  • Queries are expressed using a so-called "list comprehension syntax".

    查询通过称为列表领悟(List Comprehension)语法”的方式表达

    youdao

  • The last line of load_biz_rules performs list comprehension to build and return a list of functions.

    load_biz _ rules最后执行了一次列表推导(list comprehension),构建返回一个函数列表。

    youdao

  • I used one unsupported list comprehension in my code, which I had to unroll into a regular for loop.

    代码中使用不支持列表,将其放入普通for循环。

    youdao

更多双语例句
  • And what this means is that any theory of language use and language comprehension cannot simply appeal to a list.

    这也就意味着,任何语言使用和语言理解的理论,都无法列出一份句子的清单

    耶鲁公开课 - 心理学导论课程节选

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定