代码搜索结果
找到约 11,834 项符合
Python 的代码
python.c
/*
* $Id: python.c,v 1.8 2003/04/01 04:55:27 darren Exp $
*
* Copyright (c) 2000-2003, Darren Hiebert
*
* This source code is released for free distribution under the terms of the
* GNU Genera
readme
Python-to-libsvm interface
Introduction
============
Python (http://www.python.org/) is a programming language suitable for
rapid development. This python-to-libsvm interface is developed so
users
makefile
# ======================================================================
# Build a Python wrapper for libusb.
#
# Copyright 2006-2008 Dick Streefland
#
# This is free software, licensed under the term
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
makedist.bat
python setupabc.py py2exe --windows --icon=icon_abc.ico
cd dist
cd abc
makensis abc.nsi
maketest.bat
python setupabc.py py2exe --icon=icon_abc.ico
cd dist
cd abc
makensis abc.nsi
license.txt
Python Software Foundation License
Python 2.1.1 license
This is the official license for the Python 2.1.1 release:
A. HISTORY OF THE SOFTWARE
==========================
Python was created in th
makefile.am
# filename : /zpr/bspk/src/hmm/ghmm/ghmm/Makefile.am
# created : DATE: April 2001
# $Id: Makefile.am 1937 2007-11-02 12:30:19Z grunau $
#
# __copyright__
SUBDIRS = .
PYTHON=python
SWIG_
install
This file contains instructions for installation of the Python bindings for
the GHMM library version 0.7
Required Packages:
- SWIG (version 1.3.17)
- GHMM 0.7
Installation instructions:
1) Go
makefile.am
# filename : /zpr/bspk/src/hmm/ghmm/ghmm/Makefile.am
# created : DATE: April 2001
# $Id: Makefile.am 1828 2007-05-16 12:27:49Z grunau $
#
# __copyright__
SUBDIRS = .
PYTHON=python
PYTHO