代码搜索结果
找到约 11,834 项符合
Python 的代码
readme
Module libxml2-python
=====================
This is the libxml2 python module, providing access to the
libxml2 and libxslt (if available) libraries. For general
informationss on those XML and XSL
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
readme.txt
Python binding for fann compiled for Windows with Visual Studio C++ 2005 Professional.
To use the precompiled binding copy the contents of the python/pyfannWin32/precompiled subdirectory
to a pyfa
makefile
# This makefile was written to compile a distribution of pyfann for
# GNU platforms (cygwin included.)
ROOT=/
PYTHON=python
SOURCES = pyfann/*.i pyfann/*.h
all: build-stamp
linux:
@(cd p
repository
fann/python/examples
build.bat
deltree build
deltree dist
c:\python23\python setup.py bdist_wininst
readme
This python binding is provided by Vincenzo Di Massa
and Gil Megidish
DESCRIPTION
===========
Using this wrapper it is possible to use libfann from p
__init__.py
#
# Fast Artificial Neural Network library for Python
#
import libfann
__all__ = [
'libfann'
]
readme.txt
Python binding for fann compiled for Windows with Visual Studio C++ 2005 Professional.
To use the precompiled binding copy the contents of the precompiled subdirectory in the archive
to a pyfann d
makefile
# This makefile was written to compile a distribution of pyfann for
# GNU platforms (cygwin included.)
TARGETS = _libfann.so
PYTHON=python2.3
FANN_DIR="../.."
LIBS=-L. -L/usr/local/lib -L/usr