搜索资源列表
Haskell教程
- Haskell教程(by rufi) 传统的Basic,Pascal,C++,C#,Java,Python等都是命令(imperative)编程语言, 程序语句有一定的执行次序. 函数(functional)编程语言则给出执行的内容, 关注于更高层次的\"做什么\"而不是\"怎么做\", 这就是二者最明显的一个区别。函数编程语言的语法功能非常强,使编程的效率大幅提高。 Haskell是世界上公认的语法最优美最简洁的一种语言。的确,Haskell语言是写给人看的,而不是写给机器看的。另
Python编写的一个简易有限元计算软件
- 自己写的一个课程设计程序。计算一个受两个力的桁架系统的拉/压杆内应力值。应用Python 2.6.1
dolfin-0.8.0
- 利用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.
pathfinding-0.1.1-src
- A星, Dijkstra,双向BFS实现的路径规划程序Python源码,有界面,附带演示效果。-A star, Dijkstra, BFS achieve bidirectional path planning process Python source code, interface, with a demonstration effect.
SVD_freq
- 用Python编写的奇异值分解程序,很不错的资料-Written in Python singular value decomposition process, very good information
CFDPython-master
- python 程序 用于计算二维重力场的源代码 比较简单 -Python Finite Element Codes
BESOpython
- 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
avalanche-master
- 计算回测程序,多因子选股模型,单因子测试(Calculation of back - test program, multi - factor stock - picking model, the single factor test)
SOTA
- 非连续时间的随机过程求解程序,依据时间到达的路由问题(A discrete-time Python-based solver for the Stochastic On-Time Arrival routing problem)
baifenbi
- 利用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)
python 程序
- 此为众多Python小案例,可以做学习用。(This is a small case of Python.)
python
- python开发的一些小程序,包括从头到尾打印链表、合并链表、用xx代替字符串中的某个字母等(some things about list and strings)
FEA of plate
- 该程序计算薄板振动固有频率,模态,以及受迫振动时域响应(The program calculates the natural frequencies, modes, and time-domain responses of the forced vibration of the thin plate)
笨办法学 Python(第四版)
- 这本小书的目的是让你起步编程Python。虽然书名说是“笨办法”,但其实并非如此. 所谓的“笨办法”是指本书教授的方式。在这本书的帮助下,你将通过非常简单的练习学会一门编程语言。做练习 是每个程序员的必经之路: 1. 做每一道习题 2. 一字不差地写出每一个程序 3. 让程序运行起来(The purpose of this small book is to make you start programming Python. Although the title of the book is &
TicTacToc
- 基于强化学习的三子棋程序,通过学习,人机对战时电脑可立于不败之地。(Learning by reinforcement learning based on man-machine chess program, computer can be in an invincible position in wartime.)
python程序
- 利用Python中的turtle库实现画树,简单易上手(Using turtle Library in Python to draw trees, easy to get started.)
MPC_Cube
- 用于有限元abaqus多点约束的程序,采用Python实现(The program for multi-point constraint of finite element ABAQUS is implemented by Python.)
band
- 本程序用于数据处理功能,主要是针对VASP材料计算,对数据结果进行处理画出能带图。(This program is used for data processing function, mainly for VASP material calculation, data processing and drawing energy band diagram.)
潮流计算(3机9节点)
- 本程序应用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.)
Python时间序列分析源代码
- 资源‘Python时间序列分析源代码’,是学习时间序列分析的实战代码;系统解释核心程序版本是python3.7.4,管理环境是Anaconda3,这个Project是在IDE开发环境PyCharm2019.1.1(Professional Editon)中建立的,经debug后完全正常运行,运行结果包括时间序列分析预测的7种方法。