代码搜索结果

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

normalize.py

#!/usr/bin/env python import Image, glob filelist = [] filelist += glob.glob("*.png") filelist += glob.glob("*.PNG") filelist += glob.glob("*.jpg") filelist += glob.glob("*.JPG") filelist += glob.glo

fileopen.py

# E:\python\download_file.aspx filename=raw_input('int your file name:') f=open(filename,'r') for eachline in f: print eachline, f.close()

fileopen.py

# E:\python\download_file.aspx filename=raw_input('int your file name:') f=open(filename,'r') for eachline in f: print eachline, f.close()

readme.txt

:::_aureservoir_::: example files NOTE: Here is only one very simple ESN examples. Much more can be found in python - as the python syntax is the same you can use those examples analogous in C++

readme.txt

:::_aureservoir_::: unit tests NOTE: This is only a very small part of the unit tests. All the algorithm tests or done in python, see directory aureservoir/python/tests 2007, Georg Holzmann

readme.txt

:::_aureservoir_::: python examples The main python examples are located in this directory. As the aureservoir python syntax is the same as in C++ one can use these examples analogous in C++. F

sconstruct

##################################################################### # # ::::_aureservoir_:::: # C++ library for analog reservoir computing neural networks # # Scons build system for python bindin

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

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

python.c

#include #include "../cryptlib.h" static PyObject* cryptHandleClass; static PyObject* cryptQueryInfoClass; static PyObject* cryptObjectInfoClass; static PyObject *CryptException; static