代码搜索结果
找到约 10,000 项符合
Python 的代码
colourvalue.cpp
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "OgrePythonLink.h"
using namespace boost::python;
using namespace Ogre;
void exportColourValue()
{
object cv = class_
window-creation-w-location.py
from Tkinter import *
import sys
##sys.path.append("/users/mjc4y/projects/python/tkinter/utils")
##from TkinterUtils import *
# this shows how to create a new window with a button in it that
# can
kill.py
#! /usr/bin/env python
# Tkinter interface to Linux `kill' command.
from Tkinter import *
from string import splitfields
from string import split
import commands
import os
class BarButton(Menubutton
www8.py
#! /usr/bin/env python
# www8.py -- display the contents of a URL in a Text widget
# - set window title
# - make window resizable
# - update display while reading
# - vertical scroll bar
import sys
rec.py
#! /usr/bin/env python
import sys
import audio
import stdwin
import string
import getopt
from stdwinevents import *
from Buttons import *
from Sliders import *
#from Soundogram import Soundogram
fr
vumeter.py
#! /usr/bin/env python
import audio
import stdwin
from VUMeter import VUMeter
from WindowParent import WindowParent
import MainLoop
NBUFS=20
BUFSIZE = NBUFS*48
SCALE=128
class MyVUMeter(VUMeter):
vreceive.py
#! /usr/bin/env python
# Receive live video UDP packets.
# Usage: Vreceive [port]
import sys
import struct
from socket import * # syscalls and support functions
from SOCKET import * #
grid.py
#!/usr/bin/env python
import os, sys, traceback
import Queue
import getpass
from threading import Thread
from string import find, split, join
from subprocess import *
# svmtrain and gnuplot executab
pmake.py
#!/usr/bin/env python
"""
C to C++ Translator
Convert a C program or whole project to C++
Copyright (C) 2001 D.G Sureau
This program is free software; you can redistribute it
iscomp.py
#!/usr/bin/env python
"""
C to C++ Translator
Convert a C program or whole project to C++
Copyright (C) 2001 D.G Sureau
This program is free software; you can redistribute