代码搜索结果

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

kalman_intro.m

% Kalman filter example demo in Matlab % This M code is modified from Andrew D. Straw's Python % implementation of Kalman filter algorithm. % The original code is here: % http://www.scipy.org/Cookb

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

setup.py

#!/usr/bin/python from distutils.core import setup, Extension pymegahal = Extension("mh_python", ["python-interface.c", "megahal.c"]) longdesc = """MegaHAL is a conversation simulator that can lear

python-interface.c

/* $Id: python-interface.c,v 1.7 2004/01/13 10:59:20 lfousse Exp $ */ /* MegHAL Python interface, by David N. Welton */ #include #include "megahal.h" static PyObject

readme

The following instructions are related to Debian-like systems but I'm sure you will be able to translate them for your OS :-) You need the following packages: curl gawk grep gv python tulip - python

numpy.m4

dnl ###################################################################### dnl dnl Check for Numeric Python dnl dnl ###################################################################### if test -n "

pycxx.m4

dnl ###################################################################### dnl dnl Determine the C and C++ compilers for python dnl dnl ################################################################

numpy.m4

dnl ###################################################################### dnl dnl Check for Numeric Python dnl dnl ###################################################################### if test -n "

pycxx.m4

dnl ###################################################################### dnl dnl Determine the C and C++ compilers for python dnl dnl ################################################################

readme

1. 解压proj-4.4.7.tar.gz ./configure make sudo make install 2. 解压gdal-1.2.6.tar.gz, 在configure时加入以下参数 ./configure \ --withou-pg \ --without-python \ --without-jasper \