代码搜索结果
找到约 10,000 项符合
Python 的代码
bbn_80211b_rx.py
#!/usr/bin/env python
#
# Copyright 2004,2005 Free Software Foundation, Inc.
#
# Copyright (c) 2006 BBN Technologies Corp. All rights reserved.
# Effort sponsored in part by the Defense Advanced Rese
bbn_80211b_tap.py
#!/usr/bin/env python
#
# Copyright 2004,2005 Free Software Foundation, Inc.
#
# Copyright (c) 2006 BBN Technologies Corp. All rights reserved.
# Effort sponsored in part by the Defense Advanced Rese
boxobserver.py
#: c10:BoxObserver.py
""" Written by Kevin Altis as a first-cut for
converting BoxObserver to Python. The Observer
hasn't been integrated yet.
To run this program, you must:
Install WxPython from
readernext.py
#!/usr/bin/python -u
# -*- coding: ISO-8859-1 -*-
#
# this tests the next API of the XmlTextReader interface
#
import libxml2
import StringIO
import sys
# Memory debug specific
libxml2.debugMemory(1)
xpath.py
#!/usr/bin/python -u
#
# this test exercise the XPath basic engine, parser, etc, and
# allows to detect memory leaks
#
import sys
import libxml2
# Memory debug specific
libxml2.debugMemory(1)
doc =
tstxpath.py
#!/usr/bin/python -u
import sys
import libxml2
#memory debug specific
libxml2.debugMemory(1)
called = ""
def foo(ctx, x):
global called
#
# test that access to the XPath evaluation con
setup.py
#!/usr/bin/env python
from distutils.core import setup, Extension
setup(name = "LIBSVM",
version = "2.89",
author="Chih-Chung Chang and Chih-Jen Lin",
maintainer="Chih-Jen Lin",
boctopnews.py
import urllib
from BeautifulSoup import *
import MySQLdb, sys
from datetime import *
sys.path.append('G:\Jay_Private\Develop\Python\Quote\Stock\core')
import ReadConfig
#page = urllib.urlo
sura4.py
#!/usr/bin/python
#-*- coding: utf-8 -*-
import os
import time
import random
import cPickle
import gc
class CPTTrain:
def __init__(self, segment, train):
self.__char_type = {}
da
ksjdlj3.py
#!/usr/bin/python
#-*- coding: utf-8 -*-
import os
import time
import random
import cPickle
import gc
class CPTTrain:
def __init__(self, segment, train):
self.__char_type = {}
da