代码搜索:Python
找到约 10,000 项符合「Python」的源代码
代码结果 10,000
www.eeworm.com/read/481257/6646677
win makefile.win
#You must ensure nmake.exe, cl.exe, link.exe are in system path.
#VCVARS32.bat
#Under dosbox prompt
#nmake -f Makefile.win
PYTHON_INC = c:\python24\include
PYTHON_LIB = c:\python24\libs\python24.lib
www.eeworm.com/read/408031/11406366
makefile
.PHONY: clean install tests build
prefix ?= /usr/local
bindir ?= $(prefix)/bin
datadir ?= $(prefix)/share
INSTALL = install
INSTALL_DATA = $(INSTALL) -m 644
build:
echo Nothing to build
clean:
www.eeworm.com/read/155781/11848294
readme
This directory includes some useful codes:
1. subset selection tools.
2. parameter selection tools.
Part I: Subset selection tools
Introduction
============
Training large data is time consuming.
www.eeworm.com/read/155781/11848336
win makefile.win
#You must ensure nmake.exe, cl.exe, link.exe are in system path.
#VCVARS32.bat
#Under dosbox prompt
#nmake -f Makefile.win
PYTHON_INC = c:\python24\include
PYTHON_LIB = c:\python24\libs\python24.lib
www.eeworm.com/read/154717/11932345
readme
This directory includes some useful codes:
1. subset selection tools.
2. parameter selection tools.
Part I: Subset selection tools
Introduction
============
Training large data is time consuming.
www.eeworm.com/read/154717/11932384
win makefile.win
#You must ensure nmake.exe, cl.exe, link.exe are in system path.
#VCVARS32.bat
#Under dosbox prompt
#nmake -f Makefile.win
PYTHON_INC = c:\python24\include
PYTHON_LIB = c:\python24\libs\python24.lib
www.eeworm.com/read/253499/12218756
py soundex3b.py
"""Soundex algorithm
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 Pilg
www.eeworm.com/read/253499/12218758
py soundex3c.py
"""Soundex algorithm
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 Pilg
www.eeworm.com/read/253499/12218781
py soundex4d.py
"""Soundex algorithm
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 Pilg
www.eeworm.com/read/253499/12218818
py statsout.py
"""Prototype multi-output module
This program is part of "Dive Into Python", a free Python book for
experienced programmers. Visit http://diveintopython.org/ for the
latest version.
"""
__author__