搜索资源列表
kftool_matlab
- 用Python/SciPy实现的卡尔曼滤波算法 将该算法用Matlab语言重新写了一遍的源代码
DE.python
- Python实现的差分进化算法源代码 使用Python实现的差分进化算法,引用到Numpy和Scipy,可以支持多核与集群并行计算。使用时只需继承DESolver并定义函数def error_func(self, indiv, *args)作为目标函数即可。-Python implementation of the differential evolution algorithm source code uses the Python implementation of the differ
errwin_sliding_with_sigma_loop.py
- Guassian 2d filter : using numpy, matplotlib and scipy in python. Could be used for Image processing purposes
Lagrange-20091004
- Lagrange configurator for python (beta) lagrange 小程式,请參考-The current version of Lagrange requires that Python is already installed on your computer. It also requires two Python libraries: scipy and numpy. On Windows, install packages that match you
scipy-0.9.0b1
- SciPy函数库在NumPy库的基础上增加了众多的数学、科学以及工程计算中常用的库函数。例如线性代数、常微分方程数值求解、信号处理、图像处理、稀疏矩阵等等。-SciPy is package of tools for science and engineering for Python. It includes modules for statistics, optimization, integration, linear algebra, Fourier transforms, signal
integral
- Integral metdods and double integral using python and scipy
kalman
- kalman滤波算法,修改自http://www.scipy.org/Cookbook/KalmanFiltering- Kalman filter in Matlab This code is modified from Andrew D. Straw s Python implementation of Kalman filter algorithm. The original code is here: http://www.scipy.org/Cook
PyOfdm.tar
- OFDM simulation in Python, using scipy.
Introduction-to-Computer-Vision-in-Python
- E-Book, about an introduction to computer vision in Python,basic computer vision examples using SciPy, OpenCV and Pygame.
Python-Scientific-Calculation
- 本书介绍如何用Python开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍如何制作交互式的2D、3D图像,如何设计精巧的程序界面,如何与C语言编写的高速计算程序结合,如何编写声音、图像处理算法等内容。书中涉及的Python扩展库包括NumPy、SciPy、SymPy、matplotlib、Traits、TraitsUI、Chaco、TVTK、Mayavi、VPython、OpenCV等,涉及的应用领域包括数值运算、符号运算、二维图表、三维数据可视化、三维动画演示、图像处理以及界面设计
scientific-computing-with-python
- 本书介绍如何用Python开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍如何制作交互式的2D、3D图像,如何设计精巧的程序界面,如 何与C语言编写的高速计算程序结合,如何编写声音、图像处理算法等内容。书中涉及的Python扩展库包括NumPy、SciPy、SymPy、 matplotlib、Traits、TraitsUI、Chaco、TVTK、Mayavi、VPython、OpenCV等,涉及的应用领域包括数值 运算、符号运算、二维图表、三维数据可视化、三维动画演示、图像处理以及界面设
scipy-and-matplotlib
- matplotlib的应用与讲解,数据可视化,机器作图-matplotlib applications and explanations, data visualization, drawing machine
python_scientific_lecture_notes
- Python Scientific lecture notes, teaches how to use NumPy and SciPy to do scientific computing.
[scipy.and.numpy(2012.11)]
- 如何用python科学计算,scipy numpy的几个应用,全部都干货-SciPy is open-source software for mathematics, science, and engineering. The SciPy library is built to work with NumPy arrays
scipy-ref-0.19.1
- scipy学习指南文档,详细讲解了scipy的应用范围和使用方法(scipy information:SciPy Reference Guide,Written by the SciPy community)
scipy-1.0.0-cp27-none-win32.whl
- for python2.7 用于计算机深度学习,被sklearn依赖(For computer deep learning, is sklearn dependent)
ScipyLectures-simple
- Document of scipy lectures
PLS Extension Module
- 安装32bit-win的spss中PSL所需的所有安装文件,包括PythonPlugInWin32、Python2.5.4、scipy-0.6.0、numpy-1-1.0、PLS.py以及plscommand.xml并附安装说明。 第一步:安装spss17.0 第二步:安装 SPSSStatisticsPythonPlugInWin32_1700.exe 第三步:安装Python2.5.4 第四步:安装scipy-0.6.0和numpy-1-1.0 第五步:复制PLS.py文件到Pyt
Scipy
- SciPy—数值计算库 在NumPy的基础上增加一些功能 1、常数和特殊函数 2、线性代数-linalg 3、优化 (1)非线性方程组求解 (2)最小二乘拟合 (3)函数最小值 4、插值—interpolate (1)B样条曲线插值 (2)外推和Spline拟合 (3)二维插值 5、数值积分—integrate (1)球的体积 (2)解常微分方程组 6、统计—stats (1)连续和离散概率分布 (2)二项、泊松、伽玛分布 7、稀疏矩阵—sparse(On t
SCIPY
- 适用于python的scipy的类库,对于低版本的abaqus自带python,没有sicpy的可以使用该包进行安装调用。