代码搜索结果

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

makefile.msvc

# This makefile was written to compile a distribution of pyfann for # Microsoft Visual C++. TARGETS = _libfann.pyd PYTHON=python2.3 PYDIR=C:/Python23 OBJS=libfann_wrap.obj fann_hel

__init__.py

# # Fast Artificial Neural Network library for Python # import libfann __all__ = [ 'libfann' ]

readme

Python-to-libsvm interface Table of Contents ================= - Introduction - Installation - Usage - Examples Introduction ============ Python (http://www.python.org/) is a programming language

makefile

COMPONENT=TxThroughputC BUILD_EXTRA_DEPS = ThroughputMsg.py ThroughputMsg.java ThroughputMsg.class ThroughputMsg.py: TxThroughput.h mig python -target=$(PLATFORM) $(CFLAGS) -python-classname=Throu

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

readme

Start program: $ python run_flash.py Used falsh card DB specified in memocard.cfg, option 'defaultdb'

example.py

#!/usr/bin/python # need root privileges import struct import sys import time from socket import AF_INET, AF_INET6, inet_ntoa sys.path.append('python') sys.path.append('build/python') import nfque

nfq_dump_pcap.py

#!/usr/bin/python # need root privileges import struct import sys import time from socket import AF_INET, AF_INET6, inet_ntoa sys.path.append('python') sys.path.append('build/python') import nfque