代码搜索结果

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

python.txt

/L20"Python" Line Comment = # Escape Char = \ File Extensions = PY PYC /Function String = "%[ ,^t]++def[ ]+^([a-zA-Z0-9_]+[ ,^t]++([a-zA-Z0-9_,="' ]++)^):" /Delimiters = []{}()="'.,:+ /C1"Rese

build.windows.txt

install Python, version 2.3 or later - http://python.org/ install a GTK 2.4 runtime - http://gladewin32.sourceforge.net/ install pygtk 2.4 - http://www.pcpm.ucl.ac.be/~gustin/win32_ports/

simplepy.h

#ifndef _SIMPLEPY_H_ #define _SIMPLEPY_H_ // simplepy.h v1.0 // Purpose: facilities for Embedded Python. // by hujinshan @2005年9月2日9:13:02 #include using std::string; #include

mymod.py

######################################################### # C runs Python code in this module in embedded mode. # Such a file can be changed without changing the C layer. # There is just standard P

boost_pyutil.cpp

#include #include using namespace boost::python; #pragma comment(lib, "boost_python.lib") std::string strtmp; char const* Recognise(const char* url) { strtmp =

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

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

makefile

CC = gcc SWIG ?= swig PYTHON_INCLUDEDIR ?= /usr/include/python CFLAGS = -O2 -I$(PYTHON_INCLUDEDIR) -I.. LDFLAGS = -shared all: svmc.so svmc.so: svmc_wrap.o ../svm.o $(CC) $(LDFLAGS) -o svmc.so svmc

readme

Introduction ============ Python (http://www.python.org/) is a powerful scripting language which supports easy-to-use object-oriented programming and has gained more and more popularity. This python

pymoduletest.py

#! /usr/bin/python # MiniUPnP project # Author : Thomas Bernard # This Sample code is public domain. # website : http://miniupnp.tuxfamily.org/ # import the python miniupnpc module import miniupnpc