搜索资源列表
dtmfdetector
- cython写的DTMF解码器(python直接使用,效率和c接近)-cython write DTMF decoder (python direct use, efficiency, and c close)
Cython-0.21
- Cython for Python is a library created for Python that is open source.This includes some custom modifications to the source.
thinningimage
- Python/Cython实现的Zhang-Suen图像骨架提取算法,骨架提取效果较好,轮廓比较平滑,信息丢失较小,推荐。 使用Cython编译后可以达到接近C语言的效率。 -Python/Cython achieved Zhang-Suen image skeleton extraction algorithm, skeleton extraction better, smoother contours, less infor
Cython-0.22.1.tar
- linux unix and python and c language
Cython-0.22.1
- [Cython] is a programming language that makes writing C extensions for the Python language as easy as Python itself. It aims to become a superset of the [Python] language which gives it high-level, object-oriented, funct
laplaceTest
- python ,numpy,cython,fortran Laplace 2D algrorithm compare
pysph-pysph-04a086875073
- PySPH is an open source fr a mework for Smoothed Particle Hydrodynamics (SPH) simulations. It is implemented in `Python <http://www.python.org>`_ and the performance critical parts are implemented in `Cython
Learning Cython Programming
- cython入门学习手册,用来指导蒋c语言写的程序扩展成python的模块(Learning Cython Programming)
RocAlphaGo-cython-optimization
- 仿照谷歌alphago原理的围棋程序,目前只有快速走子网络还没有完善好(this is a program according alphago theory)
Kivy API参考
- Kivy是一个用于开发多点触摸应用程序的开源库。它是跨平台(linux/osx/windows/android/IOS),并按照麻省理工学院许可证. 它提供了对许多点触摸输入设备的本地支持,一个不断增长的多触控小部件库和硬件加速OpenGL绘图。Kivy旨在让您尽可能快速、轻松地构建自定义和高度交互的应用程序。 使用Kivy,您可以充分利用Python的动态特性。有成千上万的高质量的免费库可以集成到您的应用程序中。同时,性能关键部件使用
Pandas guide
- Data processing is important part of analyzing the data, because data is not always available in desired format. Various processing are required before analyzing the data such as cleaning, restructuring or merging etc.