摘要: 水波探测算法的实现 迷茫童鞋的阅读指南该项目的详细描述和算法的具体说明请参见前一篇 Project2 Percolation in Grids 网格渗透本人也给出了percolation_provided.py的函数说明 俗话说得好:凡事说起来容易,做起来难。 博主没有谨慎思考打开IDE就是一顿乱敲,然后就是不停地修复各种BUG。下面谈谈该算法的实现以及遇到的问题和解决办法:Step1: 国际惯例导入提供的函数:from percolation_provided import * 再敲定函数名:percolation_wave(input_grid)。名字取好了就可以开始干活了,参数先暂定一个 阅读全文
posted @ 2011-08-07 23:10 牛皮糖NewPtone 阅读(733) 评论(0) 推荐(0) 编辑
摘要: 3.9Formatting: From Lists to Strings 格式化:从列表到字符串 Often we write a program to report a single data item, such as a particular element in a corpus that meets some complicated criterion, or a single summary statistic such as a word-count or the performance of a tagger. More often, we write a program to 阅读全文
posted @ 2011-08-07 20:19 牛皮糖NewPtone 阅读(2610) 评论(0) 推荐(1) 编辑