代码搜索结果
找到约 10,000 项符合
Python 的代码
pgm08_20.txt
#
# This file contains the Python code from Program 8.20 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R.
pgm10_14.txt
#
# This file contains the Python code from Program 10.14 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R
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
nightly_test.sh
#!/bin/bash
\rm -r /scratch/local/htdocs/nightly/ghmm
\rm /scratch/local/htdocs/nightly/*.tar
X=`date +%Y%m%d`
NAME=ghmm-${X}.tar.gz
tclsh8.4 nightly.tcl ghmm
cd /scratch/local/htdocs/nightly
gunzip /
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
setup.py
#! /usr/bin/python
# $Id: setup.py,v 1.2 2007/09/24 21:29:32 nanard Exp $
# the MiniUPnP Project (c) 2007 Thomas Bernard
# http://miniupnp.tuxfamily.org/ or http://miniupnp.free.fr/
#
# python script
makefile
obj=HD.so
CC=gcc
FLAGS= -fPIC -I /usr/include/python2.4 -shared
HD.so: HD.c getmac.c getharddisk.c
$(CC) $^ $(FLAGS) -o $@
with_custodian_and_ward.hpp
// Copyright David Abrahams 2002.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef WI
enable_if.hpp
// Copyright David Abrahams 2004. Distributed under the Boost
// Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef ENABL