《Python编程实践》PDF及代码.zip


《Python编程实践》PDF及代码.zip
资源截图
代码片段和文件信息
def find_two_smallest(L):
    “““ (list of float) -> tuple of (int int)

    Return a tuple of the indices of the two smallest values in list L.

    >>> find_two_smallest([809 834 477 478 307 122 96 102 324 476])
    (6 7)
    “““
    # Find the index of the minimum item in L
    # Remove that item from the list
    # Find the index of the new minimum item in the list
    # Put the smallest item back in the list
    # If necessary adjust the second index
    # Return the two indices

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-07-05 21:35  《Python编程实践》PDF及代码
     文件    64938148  2013-12-03 19:16  《Python编程实践》PDF及代码Python编程实践.pdf
     目录           0  2017-07-05 21:35  《Python编程实践》PDF及代码Python编程实践gwpy2-code
     目录           0  2017-07-05 21:35  《Python编程实践》PDF及代码Python编程实践gwpy2-codecode
     目录           0  2017-07-05 21:35  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealg
     文件         502  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealgfind_remove_find1.py
     文件         391  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealgfind_remove_find2.py
     文件         403  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealgfind_remove_find3.py
     文件         451  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealgfind_remove_find4.py
     文件         661  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealgfind_remove_find5.py
     文件         243  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealgfind_remove_find_header.py
     文件        7476  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealgpressure.txt
     文件          82  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealgsearch1.cmd
     文件         142  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealgsearch2.cmd
     文件          95  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealgsearch3.cmd
     文件        6076  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealgsea_levels.txt
     文件         379  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealgsort_then_find1.py
     文件         306  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealgsort_then_find2.py
     文件         556  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealgsort_then_find3.py
     文件         148  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealg ime_example.py
     文件        1145  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealg ime_find_remove_find.py
     文件         452  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealgwalk_through1.py
     文件         262  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealgwalk_through2.py
     文件         298  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealgwalk_through3.py
     文件         381  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealgwalk_through4.py
     文件         421  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealgwalk_through5.py
     文件         618  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealgwalk_through6.py
     文件         816  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodealgwalk_through7.py
     目录           0  2017-07-05 21:35  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodeasic
     文件          14  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodeasicaddition.cmd
     文件          27  2013-09-17 18:30  《Python编程实践》PDF及代码Python编程实践gwpy2-codecodeasicaddmul.cmd
............此处省略752个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)