代码搜索结果
找到约 10,000 项符合
Python 的代码
roman1.py
"""Convert to and from Roman numerals
This program is part of "Dive Into Python", a free Python book for
experienced programmers. Visit http://diveintopython.org/ for the
latest version.
"""
__auth
parsephone.py
"""Parse U.S. phone numbers
This program is part of "Dive Into Python", a free Python book for
experienced programmers. Visit http://diveintopython.org/ for the
latest version.
"""
__author__ = "Ma
plural3.py
"""Pluralize English nouns (stage 3)
This program is part of "Dive Into Python", a free Python book for
experienced programmers. Visit http://diveintopython.org/ for the
latest version.
Command lin
plural4.py
"""Pluralize English nouns (stage 4)
This program is part of "Dive Into Python", a free Python book for
experienced programmers. Visit http://diveintopython.org/ for the
latest version.
Comma
plural5.py
"""Pluralize English nouns (stage 5)
This program is part of "Dive Into Python", a free Python book for
experienced programmers. Visit http://diveintopython.org/ for the
latest version.
Comma
plural1.py
"""Pluralize English nouns (stage 1)
This program is part of "Dive Into Python", a free Python book for
experienced programmers. Visit http://diveintopython.org/ for the
latest version.
Command lin
pychem.py
#!C:\WINDOWS\system32\python.exe
from pychem import wxPyChemApp
wxPyChemApp.main()
readme
Two things are provided in this directory: an automatic model selection
tool and a python binding for libsvm.
Part I: Model Selection Tools
Introduction
===============
grid.py is a model selecti
第六章 模块 suzhe (转).txt
作者:softrain
email: softrain@edu.21cn.com
日期:2001-7-21 9:57:31
第六章 模块
如果退出<mark>Python</mark>解释程序然后再进入,原有的定义(函数和变量)就丢失了。所以,如
果需要写长一点的程序,最好用一个文本编辑程序为解释程序准备输入,然后以程序文
件作为输入来运行<mark>Python</mark>解释程序,这称为准备脚本(script)。当你的程序变 ...
changelog
0.3.10: 1、修改自动下载功能无法使用的BUG。
2、修改编辑歌词时出现段错误的BUG。
0.3.9: 1、添加保存歌词到歌曲所在目录选项
2、修改再次打开配置窗口丢失字体设置的BUG。
0.3.8: 1、添加字体设置功能
2、添加记忆窗口边框是否显示功能
0.3.7: 1、添加显示窗口边框选项
2、修正获取歌词宽度不正确的Bug。
0.3.6: 添加鼠标调整时间功能
...