代码搜索结果

找到约 10,000 项符合 Python 的代码

makefile.am

INCLUDES = -I../include -I../../../Samples/Common/include $(BOOST_CFLAGS) $(PYTHON_CFLAGS) noinst_PROGRAMS = Ogre.so Ogre_so_SOURCES = general.cpp \ main.cpp \

makefile.am

INCLUDES = -I../include -I../../../Samples/Common/include $(BOOST_CFLAGS) $(PYTHON_CFLAGS) noinst_PROGRAMS = Ogre.so Ogre_so_SOURCES = general.cpp \ main.cpp \

mkdefines

#! /usr/local/bin/python import string # change this if you have it somewhere else for l in open("/usr/local/pgsql/src/include/catalog/pg_type.h").readlines(): tokens = string.split(l) if len(toke

tkman.py

#! /usr/bin/env python # Tk man page browser -- currently only shows the Tcl/Tk man pages import sys import os import string import regex from Tkinter import * from ManPage import ManPage MANNDIRLI

mixing.py

#! /usr/bin/env python # Use Gouraud shading to mix colors. Requires Z-buffer. # It changes the color assignments so fast that you see white. # Left button pauses, middle rotates the square. ESC to

aplay.py

#! /usr/bin/env python # Play synchronous video and audio. # Highly experimental! import sys import getopt import string import os import VFile import aifc import gl, GL, DEVICE import al, AL de

mkheader.py

#!/usr/bin/env python """ Make Header C to C++ conversion tools (c) 2001-2003 by D.G. Sureau This script builds or completes the .h header file to include, from a C source file.

mkheader.py

#!/usr/bin/env python """ Make Header C to C++ conversion tools (c) 2001-2003 by D.G. Sureau This script builds or completes the .h header file to include, from a C source file.

mkclass.py

#!/usr/bin/env python """ Make Class C to C++ tools (c) 2001 by D.G. Sureau This tools transforms C header files into C++ files, each holding a C++ class declaration.

circlem.py

#!/usr/bin/env python from Tkinter import * import math class Appn(Frame): def calc_circlemiddle(self,coord): asq = ( coord[1][0] - coord[0][0] ) * ( coord[1][0] - coord[0][0] ) + (