代码搜索结果

找到约 11,834 项符合 Python 的代码

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

all_runs

cd experiments python ../runhnfa.py -p nl1 -n8 -i10000 -s0 -r10 -l0 python ../runhnfa.py -p nl1 -n8 -i10000 -s1 -r10 -l0 python ../runhnfa.py -p nl1 -n8 -i10000 -s0 -r25 -l0 python ../runhnfa.py -p nl

readme

Bayes Blocks library version 1.1.1, 2007-01-03 SYSTEM REQUIREMENTS -------------------------------------------------- Python toolbox The Python version of the library should in principle work un

getnet.m

function net = getnet( pythonnet, varargin ) % GETNET.M % % net = getnet( pythonnet ) converts the python network pythonnet % into the matlab structure with the network variables as its % fields

run_swig.sh

#! /bin/sh srcdir="src" pysrcdir="bblocks" SWIG="swig" PYTHON="python" INCLUDES="-I$srcdir" SWIGMODULE="Net" SWIGSOURCE="${SWIGMODULE}_wrap.cc" $SWIG -c++ -python -w401 "$INCLUDES" -o "$srcdir/$SWI

todo

1. Make the parser aware of Python keywords so they can't be used as member function names. 5. Allow handwritten code for static class variables (like KTMainWindow.memberList). The problem is interc

readme

SIP - Python C/C++ Bindings Generator The SIP documentation (including installation instructions) can be found in the "doc" directory.

sipref.txt

===================================================================== SIP - A Tool for Generating Python Bindings for C and C++ Libraries =============================================================

setup.cfg

[bdist_rpm] requires = python >= 2.3 python-twisted >= 2.0 python-crypto >= 2.0 wxPython >= 2.6 python-psyco python-zopeinterface

declipse.py

#!/usr/bin/python """ DEclipse.py by Bruce Eckel, for Thinking in Java 4e Undoes the effect of Eclipse.py, so that Ant can be used again to build the code tree. You must have Python 2.3 insta