CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Python codes

搜索资源列表

  1. bitstring-1.3.0

    0下载:
  2. some bit manipulation python codes
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1005237
    • 提供者:binayak
  1. Python

    0下载:
  2. John Stachurski - Economic Dynamics:Theory and Computation 2009 书中实例的配套程序-Codes for example in Economic Dynamics:Theory and Computation
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:13149
    • 提供者:Robert
  1. huicui

    0下载:
  2. python codes its a website magament application!-python codes its a website magament application!
  3. 所属分类:EditBox

    • 发布日期:2017-03-23
    • 文件大小:2572
    • 提供者:dfdqzp
  1. python-3.2-docs-pdf-a4

    0下载:
  2. Learn the intricacies of python. Understand the ins and outs of Python codes. Learn to code unicodes.
  3. 所属分类:Other systems

    • 发布日期:2017-05-27
    • 文件大小:10480568
    • 提供者:Yao
  1. Python-Scientific-computial-Codes

    0下载:
  2. Python 语言的经典案例,非常值得初学者入门练习使用。
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:86427
    • 提供者:
  1. scientific-computing-with-python

    1下载:
  2. 本书介绍如何用Python开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍如何制作交互式的2D、3D图像,如何设计精巧的程序界面,如 何与C语言编写的高速计算程序结合,如何编写声音、图像处理算法等内容。书中涉及的Python扩展库包括NumPy、SciPy、SymPy、 matplotlib、Traits、TraitsUI、Chaco、TVTK、Mayavi、VPython、OpenCV等,涉及的应用领域包括数值 运算、符号运算、二维图表、三维数据可视化、三维动画演示、图像处理以及界面设
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-04-07
    • 文件大小:4609149
    • 提供者:yoyo
  1. code_python.tar

    0下载:
  2. There are some basic python codes
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2105
    • 提供者:ozgur
  1. Python-codes

    0下载:
  2. Python codes describing: 1) Inheritance and Overriding. 2) How to create a list and loop over it.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1069
    • 提供者:Nahla
  1. CallPython.tar

    0下载:
  2. A simple example for C++ calling Python codes.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-30
    • 文件大小:27712
    • 提供者:Carl
  1. ecg.py

    2下载:
  2. ecg数据绘制与qrs分析的python代码 -python code python codes ecg ecg qrs drawing and data plotting and data analysis qrs analysis
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1740
    • 提供者:运飞扬
  1. python3.5_Pillow

    0下载:
  2. windows平台下Python3.5下的Pillow包的基本应用(Basic codes for Pillow package of Python3.5 in windows)
  3. 所属分类:GIS编程

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:zhouchangan
  1. python科学计算codes

    1下载:
  2. python科学计算的随书源代码,包括测试用例(the source code of the book python caculation, also includes data needed in the program)
  3. 所属分类:数学计算

    • 发布日期:2017-12-23
    • 文件大小:26604544
    • 提供者:沉默zxh
  1. machinelearninginaction

    0下载:
  2. 机器学习实战的所有Python源码与数据集,可以直接运行(The datasets and source codes of Machine Learning in Action)
  3. 所属分类:其他

    • 发布日期:2017-12-11
    • 文件大小:35599360
    • 提供者:MicroiCe
  1. assignment1

    0下载:
  2. Python codes for Machine Learning with AI. The compressed codes here is for 1st assignment which includes 6 questions.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-26
    • 文件大小:1402880
    • 提供者:akichen7
  1. Assignment_1

    0下载:
  2. The python codes for ml
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-28
    • 文件大小:5165056
    • 提供者:akichen7
  1. python-algorithms-master

    0下载:
  2. python algrithms视频附例代码, 1. Log N Behavior 1.5 Big O SideBar 2. O(n log n) Behavior 3. Mathematical Algorithms 4. Brute Force Algorithms 5. KD Tree Data Structure 6. DepthFirstSearch 7. Seven All Pairs Shortest Path 8. Heap 9. Single-Source
  3. 所属分类:Python编程

    • 发布日期:2018-01-07
    • 文件大小:1860608
    • 提供者:huangjd93
  1. python-codes

    0下载:
  2. scipy_uspline.py: 使用UnivariateSpline进行插值、外推和Spline拟合; scipy_stats.py: 演示stats模块的概率密度函数、直方图统计和累积分布函数。 scipy_rbf.py: 演示径向基函数(radial basis function, 简称RBF)插值算法。 scipy_fsolve.py: 使用fsolve()计算非线性方程组的解。 numpy_polyfit.py:使用多项式函数拟合正弦波,并显示拟合误差。(scipy_uspl
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:hsy6002
  1. osr-python

    0下载:
  2. 写了一堆高仿Fortran最优子集回归算法的python代码,现分享出来,如果有用得着的就拿去用吧,避免纠结python3在win7环境下调用fortran程序这么些跟系统兼容相关程度高 的问题(I wrote a bunch of Python codes that imitate Fortran's optimal subset regression algorithm. Now share them. If you can use them, you can use them, avoid
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:失态
  1. Python机器学习算法—赵志勇

    2下载:
  2. Python机器学习算法—赵志勇,包含电子版书籍和随书代码,供大家学习。(Python Machine Learning Algorithms - Zhao Zhiyong, including electronic books and accompanying codes for everyone to learn.)
  3. 所属分类:其他

    • 发布日期:2020-02-15
    • 文件大小:16130048
    • 提供者:smile冰城
  1. cnn-edge-detection

    3下载:
  2. 卷积神经网络实现图像的边缘检测+python代码(CNN-edge-detection-python-codes)
  3. 所属分类:模式识别(视觉/语音等)

    • 发布日期:2020-07-13
    • 文件大小:289792
    • 提供者:sunshinegirl
« 12 3 »
搜珍网 www.dssz.com