代码搜索:Python
找到约 10,000 项符合「Python」的源代码
代码结果 10,000
www.eeworm.com/read/295246/8178583
py 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
www.eeworm.com/read/295246/8178598
py 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
www.eeworm.com/read/295246/8178605
py 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
www.eeworm.com/read/295246/8178626
py 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
www.eeworm.com/read/393887/8255888
m xp下使用libsvm的操作过程.m
[原创]xp下使用libsvm的操作过程
1、解压libsvm-2.5.zip(2.5版的libsvm)。
2、解压gnuplot.zip。(3.73版的gnuplot)
3、安装Python-2.3.3.exe(2.3.3版本的Python),并将安装路径加到系统PATH.
4、将libsvm-2.5\windows下的四个执行文件拷贝到libsvm-2.5\python目录。
5、修
www.eeworm.com/read/369274/9657138
install_paths
#! /usr/bin/env python
import sys
txt = sys.stdin.read()
for s in sys.argv[1:]:
a,b = s.split("=")
txt = txt.replace("#%s#"%a.upper(), '"%s"' % b)
print txt
www.eeworm.com/read/367736/9734965
py kgptest.py
"""Unit test for kgp.py
This program is part of "Dive Into Python", a free Python book for
experienced programmers. Visit http://diveintopython.org/ for the
latest version.
"""
__author__ = "Mark P
www.eeworm.com/read/367736/9734971
py piglatin.py
"""Convert text to Pig Latin
This program is part of "Dive Into Python", a free Python book for
experienced programmers. Visit http://diveintopython.org/ for the
latest version.
"""
__author__ = "M
www.eeworm.com/read/367736/9734994
py roman3.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
www.eeworm.com/read/367736/9734999
py roman2.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