相信积累的力量

该文被密码保护。 阅读全文
posted @ 2013-07-16 12:53 ThreeF 阅读(2) 评论(0) 推荐(0) 编辑
摘要: http://wiki.python.org/moin/GeneratorsGenerators functions allow you to declare a function that behaves like an iterator, i.e. it can be used in a for loop.Simplified CodeThe simplification of code is a result of generator function and generator expression support provided by Python.To illustrate th 阅读全文
posted @ 2013-07-16 09:16 ThreeF 阅读(1143) 评论(0) 推荐(0) 编辑

相信积累的力量