搜索资源列表
计算方法.rar
- 数据结构
计算方法2.rar
- 数据结构2
计算方法3.rar
- 数据结构3
数据结构中的计算器
- 是一种数据结构的算法,实现一种简单的数据计算功能-is a data structure of the algorithm to achieve a simple function data
功率计算
- 对输入的数据文件计算其功率
表达式计算(加减乘除与或非及括号)C语言
- 参考书c语言版得严蔚敏的数据结构 利用堆栈实现根据表达式运算符优先级比较完成正确的计算 程序设计有运算符优先级表可以自己设定运算符优先级
小数据量法计算Lyapunov指数的Matlab程序
- 小数据量法计算Lyapunov指数的Matlab程序,Small amount of data calculated Lyapunov index Matlab procedures
基于测站记录手簿的支导线网自动计算程序设计
- 本程序根据数据结构中树和森林的有关概念和算法,用Visual Basic 6.0编程开发语言中的类和集合对象描述支导线网的数据结构,采用面向对象的程序编程方法,使用非递归算法,实现了基于测站记录手簿的支导线网自动计算算法。 程序可用于工程测量中的用全站仪进行观测,用手工或电子手簿记录支导线网的观测数据,根据起算和观测数据可直接对待定点进行坐标计算。
Linear_Spectral
- 由地震动数据计算绝对加速度反应谱,相对速度反应谱,相对位移反应谱(The absolute acceleration response spectrum, relative velocity response spectrum and relative displacement response spectrum are calculated from ground motion data)
python科学计算第二版(可编辑)
- 好书,讲解最流行的python计算库,包含numpy、scipy、matlab、opencv等(a good book about the processing massive data by python)
larer-solve
- 超长整形数据计算程序,达到128位,同时计算速度进行了优化()
pf
- PQ分解法根据系统节点数据和支路数据计算系统潮流(PQ decomposition method is used to calculate the power flow of the system based on the node data and the branch data)
数据结构第一次实验
- 1、 定义单链表类、链式栈类、顺序队列类。 2、 实验验证如下算法的正确性、各种功能及指标: 1)单链表插入操作:在第 i 个元素之后插入值为 x 的结点; 2)单链表删除操作:删除表头结点、表尾结点; 3)查找操作:查找值为 x 的元素在单链表中出现的位置(是链表中的第几个元素); 4)压栈和弹栈操作; 5)出队和入队操作。 3、 为便于观察程序的运行结果,设计的输出函数能在输出设备上以图形或表格或其它直观的形式输出计算 结果。例如可将链表输出成
高速工况HWFET下瞬时功率计算
- 由工况HWFET数据和整车参数来计算整车瞬时需求功率,并绘制出功率需求图。(The instantaneous demand power of the whole vehicle is calculated by the HWFET data and the vehicle parameters, and the power demand map is drawn.)
《模式识别与智能计算的MATLAB实现》
- 《模式识别与智能计算的MATLAB实现》一书的数据文件(pattern identification % intelligent computing)
MATLAB实现鸢尾花数据集分类
- 基于BP算法的鸢尾花数据集分类,在MATLAB平台下编程实现BP算法,可计算识别率。(Based on the BP algorithm, iris data set is classified. Under the MATLAB platform, the BP algorithm is programmed and the recognition rate can be calculated.)
潮流计算(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.)
02生成观测数据
- 使用扩展卡尔曼滤波对目标轨迹进行估计,计算速度加速度的均方根误差,有效反应估计经度(Using the extended Calman filter for target trajectory estimation,calculate the root mean square error of velocity and acceleration, and estimate the longitude of effective response .)
Python进行数据分析
- 《利用Python进行数据分析》讲的是利用Python进行数据控制、处理、整理、分析等方面的具体细节和基本要点。同时,它也是利用Python进行科学计算的实用指南(专门针对数据密集型应用)。 《利用Python进行数据分析》重点介绍了用于高效解决各种数据分析问题的Python语言和库。《利用Python进行数据分析》没有阐述如何利用Python实现具体的分析方法。("Python data analysis" is about the use of Python d
牛拉法潮流计算
- matlab潮流计算,采用牛顿拉夫逊算法,.m文件可直接运行,内涵一个4节点算例,参数数据可更改。