代码搜索结果
找到约 10,000 项符合
Python 的代码
symumake
# -*- python -*-
#
# ***** BEGIN LICENSE BLOCK *****
# Source last modified: $Id: symumake,v 1.4.8.1 2004/07/09 02:00:18 hubbe Exp $
#
# Portions Copyright (c) 1995-2004 RealNetworks, Inc. All
meshreordering
#!/usr/bin/env python
import sys
def main(argv):
# Get dictionary of connectivities
dic_connects = get_connects(argv[0])
# Verify connectivities
check_sort(dic_connects)
check
newkmpds.py
#!/usr/bin/env python
#
# (C) 2001 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
#
## NOTE: we do NOT allow this pgm to run via mpdroot
"""
usage: mpdkmpds [-h] [-v
tests.py
#!/usr/bin/env python
#
# (C) 2001 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
#
import os, sys, socket, commands, time
sys.path.append("..") # where to fi
find_convexhull.py
#!/usr/bin/env python
"""find_convexhull.py
"""
import sys, convexhull, re, string
# need to get a set of points
if __name__ == '__main__':
try:
data = sys.argv[1]
except IndexErr
pybrowser.c
/* A lexical scanner generated by flex */
/* Scanner skeleton version:
* $Header: /cvsroot/sourcenav/src/snavigator/parsers/python/pybrowser.c,v 1.3 2003/05/03 20:09:16 mdejong Exp $
*/
#define FL
rrdtoolmodule.c
/*
* rrdtoolmodule.c
*
* RRDTool Python binding
*
* Author : Hye-Shik Chang
* Date : $Date: 2003/02/22 07:41:19 $
* Created : 23 May 2002
*
* $Revision: 1.14 $
*
* ==
license.txt
Copyright (c) 2001-2002 Chris Liechti
All Rights Reserved.
This is the Python license. In short, you can use this product in
commercial and non-commercial applications, modify it,
bitvector.py
#!/usr/bin/env python
__version__ = '1.2'
__date__ = '2006-Mar-14'
__doc__ = '''
BitVector.py
Version: ''' + __version__ + '''
Author: Avinash Kak (kak@purdue.edu)
Date: ''
doxy2swig.py
#!/usr/bin/env python
"""Doxygen XML to SWIG docstring converter.
Converts Doxygen generated XML files into a file containing docstrings
that can be used by SWIG-1.3.x. Note that you need to get SWI