代码搜索:numpy
找到约 50 项符合「numpy」的源代码
代码结果 50
www.eeworm.com/read/296686/8081402
py rawbitmapaccess.py
import wx
# use the numpy code instead of the raw access code for comparison
USE_NUMPY = False
# time the execution of making a bitmap?
TIMEIT = False
# how big to make the bitmaps
DIM =
www.eeworm.com/read/325535/3482941
py vtkimageimportfromarray.py
"""
vtkImageImportFromArray: a NumPy front-end to vtkImageImport
Load a Numeric Python array into a VTK image.
To use this class, you must have the LLNL Numeric Python distribution
(http://numpy.sf.n
www.eeworm.com/read/483607/6599508
py filtering.py
###########################################################
# Tools to calculate filter parameters
#
# 2007, Georg Holzmann
###########################################################
import numpy as
www.eeworm.com/read/483607/6599515
py test_delaysum.py
import sys
from numpy.testing import *
import numpy as N
import random, scipy.signal
import testesns
# TODO: right module and path handling
sys.path.append("../")
from aureservoir import *
class te
www.eeworm.com/read/483607/6599520
py test_correspondence.py
import sys
from numpy.testing import *
import numpy as N
import random, scipy.signal
# TODO: right module and path handling
sys.path.append("../")
from aureservoir import *
class test_correspondenc
www.eeworm.com/read/483607/6599516
py test_train.py
import sys
from numpy.testing import *
import numpy as N
from scipy.linalg import pinv, inv
import random
# TODO: right module and path handling
sys.path.append("../")
from aureservoir import *
cla
www.eeworm.com/read/483607/6599519
py test_simulation.py
import sys
from numpy.testing import *
import numpy as N
import random, scipy.signal
# TODO: right module and path handling
sys.path.append("../")
from aureservoir import *
class test_simulation(Nu
www.eeworm.com/read/483607/6599522
py test_adaptation.py
import sys
from numpy.testing import *
import numpy as N
import random, scipy.signal
# TODO: right module and path handling
sys.path.append("../")
from aureservoir import *
class test_adaptation(Nu
www.eeworm.com/read/244769/12844598
txt getnetcdfvariableminmax_readme.txt
Installing NumPy, ScientificPython and sample toolbox NetCDFTools.tbx
1. Install NumPy. You can download the latest version from http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=
www.eeworm.com/read/483607/6599525
swg pyfragments.swg
/*-*- C -*-*/
/**********************************************************************/
/* For numpy versions prior to 1.0, the names of certain data types
* are different than in later versions. Th