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

搜索资源列表

  1. Haskell教程

    0下载:
  2. Haskell教程(by rufi) 传统的Basic,Pascal,C++,C#,Java,Python等都是命令(imperative)编程语言, 程序语句有一定的执行次序. 函数(functional)编程语言则给出执行的内容, 关注于更高层次的\"做什么\"而不是\"怎么做\", 这就是二者最明显的一个区别。函数编程语言的语法功能非常强,使编程的效率大幅提高。 Haskell是世界上公认的语法最优美最简洁的一种语言。的确,Haskell语言是写给人看的,而不是写给机器看的。另
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12613
    • 提供者:鲍军波
  1. Python编写的一个简易有限元计算软件

    3下载:
  2. 自己写的一个课程设计程序。计算一个受两个力的桁架系统的拉/压杆内应力值。应用Python 2.6.1
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-03-30
    • 文件大小:1785
    • 提供者:blumx3
  1. dolfin-0.8.0

    0下载:
  2. 利用C,python编写的在linux下使用的有限元计算程序包。在linux下安装后可以使用迦辽金等方法进行计算。-The use of C, python prepared linux used in finite element analysis package. In linux can be used after installation of Galerkin methods such as calculated.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7613350
    • 提供者:袁昌明
  1. pathfinding-0.1.1-src

    2下载:
  2. A星, Dijkstra,双向BFS实现的路径规划程序Python源码,有界面,附带演示效果。-A star, Dijkstra, BFS achieve bidirectional path planning process Python source code, interface, with a demonstration effect.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3268352
    • 提供者:小平
  1. SVD_freq

    0下载:
  2. 用Python编写的奇异值分解程序,很不错的资料-Written in Python singular value decomposition process, very good information
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1882
    • 提供者:jiangmaofei
  1. CFDPython-master

    0下载:
  2. python 程序 用于计算二维重力场的源代码 比较简单 -Python Finite Element Codes
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5402771
    • 提供者:Hu Yee
  1. BESOpython

    1下载:
  2. BESO的python程序,对于进行abaqus的二次开发很有帮助,这样可以将有限元单独在abaqus中进行处理,而优化算法则采用python进行编写-BESO python program, for the secondary development abaqus helpful, so that the finite element can be handled separately in abaqus, while the optimization algorithm is written
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2277
    • 提供者:何先易
  1. avalanche-master

    2下载:
  2. 计算回测程序,多因子选股模型,单因子测试(Calculation of back - test program, multi - factor stock - picking model, the single factor test)
  3. 所属分类:数学计算

    • 发布日期:2017-12-17
    • 文件大小:12288
    • 提供者:newton1
  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. 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开发的一些小程序,包括从头到尾打印链表、合并链表、用xx代替字符串中的某个字母等(some things about list and strings)
  3. 所属分类:数学计算

    • 发布日期:2018-01-01
    • 文件大小:9216
    • 提供者:爱上咖啡
  1. FEA of plate

    1下载:
  2. 该程序计算薄板振动固有频率,模态,以及受迫振动时域响应(The program calculates the natural frequencies, modes, and time-domain responses of the forced vibration of the thin plate)
  3. 所属分类:数学计算

    • 发布日期:2018-01-05
    • 文件大小:3072
    • 提供者:小熊258
  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. TicTacToc

    0下载:
  2. 基于强化学习的三子棋程序,通过学习,人机对战时电脑可立于不败之地。(Learning by reinforcement learning based on man-machine chess program, computer can be in an invincible position in wartime.)
  3. 所属分类:数学计算

  1. python程序

    0下载:
  2. 利用Python中的turtle库实现画树,简单易上手(Using turtle Library in Python to draw trees, easy to get started.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-06
    • 文件大小:56320
    • 提供者:chao6256
  1. MPC_Cube

    2下载:
  2. 用于有限元abaqus多点约束的程序,采用Python实现(The program for multi-point constraint of finite element ABAQUS is implemented by Python.)
  3. 所属分类:数学计算

    • 发布日期:2019-09-18
    • 文件大小:4096
    • 提供者:VHP+4147
  1. band

    1下载:
  2. 本程序用于数据处理功能,主要是针对VASP材料计算,对数据结果进行处理画出能带图。(This program is used for data processing function, mainly for VASP material calculation, data processing and drawing energy band diagram.)
  3. 所属分类:数学计算

    • 发布日期:2021-03-23
    • 文件大小:1024
    • 提供者:snz
  1. 潮流计算(3机9节点)

    1下载:
  2. 本程序应用python编程,用到3机9节点算例,数据也给出,可以实现潮流计算。(This program uses python programming, uses 3 machines and 9 nodes to calculate the example, and the data is also given, which can realize the load flow calculation.)
  3. 所属分类:数学计算

    • 发布日期:2018-09-01
    • 文件大小:18432
    • 提供者:李乃双
  1. Python时间序列分析源代码

    2下载:
  2. 资源‘Python时间序列分析源代码’,是学习时间序列分析的实战代码;系统解释核心程序版本是python3.7.4,管理环境是Anaconda3,这个Project是在IDE开发环境PyCharm2019.1.1(Professional Editon)中建立的,经debug后完全正常运行,运行结果包括时间序列分析预测的7种方法。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2019-10-14
    • 文件大小:126192
    • 提供者:laoxues2019
« 12 »
搜珍网 www.dssz.com