这里,是停留最长的一站
摘要: 出自Ubuntu中文 原文出处:http://www.amk.ca/python/howto/regex/ 原文作者:A.M. Kuchling (amk@amk.ca) 授权许可:创作共享协议 翻译人员:FireHare 校对人员:Leal 适用版本:Python 1.5 及后续版本 摘要 本文是通过Python的 re 模块来使用正则表达式的一个入门教程,和库参考手册的对... 阅读全文
posted @ 2008-08-15 01:19 Bran 阅读(607) 评论(0) 推荐(0)
摘要: Python中将两个整数相除,默认结果是为整数的。但我们可以通过下面的方法,使得两个整数相除的结果为小数。 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->from __future__ import division print 7/3 ... 阅读全文
posted @ 2008-08-14 22:44 Bran 阅读(1349) 评论(0) 推荐(0)
摘要: http://www.mathworks.com/matlabcentral/fileexchange/loadFileList.do?objectId=0&orderBy=rating&srt1=0 阅读全文
posted @ 2008-05-09 14:23 Bran 阅读(115) 评论(0) 推荐(0)
用多种语言,与机器对话