CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - python a

搜索资源列表

  1. PYTHON-programming

    0下载:
  2. This book is designed to be used as the primary textbook in a college-level first course in computing. It takes a fairly traditional approach, emphasizing problem solving, design, and programming as the core skills of computer science. However, these
  3. 所属分类:Algorithm

    • 发布日期:2017-06-12
    • 文件大小:20349912
    • 提供者:levinaz
  1. python-mindwave-master

    0下载:
  2. this algorithm can simulate your level of alertness. neuroskys maindwave is used as a harware
  3. 所属分类:Algorithm

  1. A-simple-equation

    0下载:
  2. 使用python语言,解决了简单的一元二次方程的求解问题-Using the python language, to solve the problem that solve the simple a yuan quadratic equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:754
    • 提供者:li
  1. SOTA

    0下载:
  2. 非连续时间的随机过程求解程序,依据时间到达的路由问题(A discrete-time Python-based solver for the Stochastic On-Time Arrival routing problem)
  3. 所属分类:数学计算

    • 发布日期:2017-12-16
    • 文件大小:5563392
    • 提供者:wii
  1. lbmFlowAroundCylinder

    3下载:
  2. 格子玻尔兹曼 圆柱绕流 Python编写(lattice boltzmann flow around a cylinder, using Python. very fast because of numpy library)
  3. 所属分类:数学计算

    • 发布日期:2017-12-11
    • 文件大小:1574
    • 提供者:AAKK
  1. baifenbi

    0下载:
  2. 利用python编写的用语统计百分比占比详细情况的小程序计算百分比(This is a program in use of calc persent,and return the result to user. It is written by python3.4 and can be runned in ERIC6)
  3. 所属分类:数学计算

    • 发布日期:2017-12-10
    • 文件大小:1916
    • 提供者:wwwcq
  1. python 程序

    1下载:
  2. 此为众多Python小案例,可以做学习用。(This is a small case of Python.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-23
    • 文件大小:15360
    • 提供者:飞飞鲁鲁
  1. python科学计算第二版(可编辑)

    0下载:
  2. 好书,讲解最流行的python计算库,包含numpy、scipy、matlab、opencv等(a good book about the processing massive data by python)
  3. 所属分类:数学计算

    • 发布日期:2017-12-21
    • 文件大小:60181504
    • 提供者:沉默zxh
  1. pde-master

    0下载:
  2. A python 3 library for solving initial and boundary value problems of some linear partial differential equations using finite-difference methods. * Laplace * implicit central * Parabolic * explicit central * explicit upwind * implicit c
  3. 所属分类:数学计算

    • 发布日期:2017-12-28
    • 文件大小:1232896
    • 提供者:Morphine
  1. Hands_on_ML

    0下载:
  2. 很棒的入门向机器学习/数据科学的图书,基于scikit learn和TensorFlow库,手把手叫你如何上手机器学习,如何做数据挖掘。(the Best seller In American Amazon. With this book, you can learn a lot about how to use sklean and Tensorflow, in addition, you can have a practical understanding on the whole mach
  3. 所属分类:数学计算

    • 发布日期:2017-12-27
    • 文件大小:6933504
    • 提供者:DerrickH
  1. rand1comb.py

    0下载:
  2. 借助随机尾数的生成,和一个包含头数的列表的随机选择,产生随机数字(By generating random mantissa and random selection of a list containing the number of heads, random numbers are generated)
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:4096
    • 提供者:vervethe
  1. Program1

    1下载:
  2. 实现广度优先搜索 深度优先搜索 以及 A星算法(Breadth first search, depth first search, and A star algorithm.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:759808
    • 提供者:Samuel_R
  1. jMetalPy-master-python

    2下载:
  2. 用Python语言写的多目标进化算法库(2017年最新版本),包含常见的多目标进化算法以及当前最新文献中的最新算法,能够实现不同算法之间的性能比较(包含常见的GD, IGD, HV等评价指标自动生成)。可以供进化计算、多目标优化、单目标优化算法的学习参考。Python语言版本简单易懂,实用性强。(Library of multi-objective evolutionary algorithm written in Python language (the latest version in 2
  3. 所属分类:数学计算

    • 发布日期:2017-12-31
    • 文件大小:573440
    • 提供者:leon_fly
  1. CIRCLE

    0下载:
  2. 利用python编写的基于蒙特卡洛算法计算圆周率的源码(Using Python to program a program of Monte Carlo to calculate the value of PI)
  3. 所属分类:数学计算

    • 发布日期:2018-01-04
    • 文件大小:31344640
    • 提供者:南の千年
  1. celue

    0下载:
  2. python教程,一些运用python的相关策略可以尝试一下哟(The original sea turtle trading system includes the market (what to buy), the size of the position (how much to buy and sell), the market (when to buy), the stop loss (when to withdraw from a loss position), the market
  3. 所属分类:数学计算

    • 发布日期:2018-01-07
    • 文件大小:2370560
    • 提供者:唉人好累66
  1. lab7

    1下载:
  2. 包含初始化等操作,通过输入线性规划问题的标准输入矩阵来解决线性规划问题(A python program for simplex algorithm to solve linear programming.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:ppppppps
  1. 06-飞机大战-玩家飞机发射子弹

    0下载:
  2. python飞机大战源码,大家可以下载来看看,如果有问题可以联系(Python plane war source code, you can download to see, if there is a problem can be contacted)
  3. 所属分类:数学计算

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:alexjj
  1. NumPy Cookbook

    0下载:
  2. NumPy Cookbook,数值计算的学习资料(This book is for scientists engineers programmers or analysts with a basic knowledge of Python and NumPy)
  3. 所属分类:数学计算

    • 发布日期:2018-04-19
    • 文件大小:5140480
    • 提供者:allblue2018
  1. 笨办法学 Python(第四版)

    0下载:
  2. 这本小书的目的是让你起步编程Python。虽然书名说是“笨办法”,但其实并非如此. 所谓的“笨办法”是指本书教授的方式。在这本书的帮助下,你将通过非常简单的练习学会一门编程语言。做练习 是每个程序员的必经之路: 1. 做每一道习题 2. 一字不差地写出每一个程序 3. 让程序运行起来(The purpose of this small book is to make you start programming Python. Although the title of the book is &
  3. 所属分类:数学计算

    • 发布日期:2018-04-22
    • 文件大小:1707008
    • 提供者:明浩
  1. Python进行数据分析

    1下载:
  2.   《利用Python进行数据分析》讲的是利用Python进行数据控制、处理、整理、分析等方面的具体细节和基本要点。同时,它也是利用Python进行科学计算的实用指南(专门针对数据密集型应用)。   《利用Python进行数据分析》重点介绍了用于高效解决各种数据分析问题的Python语言和库。《利用Python进行数据分析》没有阐述如何利用Python实现具体的分析方法。("Python data analysis" is about the use of Python d
  3. 所属分类:数学计算

    • 发布日期:2020-04-20
    • 文件大小:9196544
    • 提供者:Alex2046
« 12 3 »
搜珍网 www.dssz.com