-
这是一个简单的演示如何评价文本的数学表达式
This a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functions. The code consists of
three simple classes: 1) Calc - which does the main calculations, 2) Stack -
which is used to push and pop intermediate operators and numbers and 3)
Symbol Table. The symbol table is a collection of calc symbols, a type structure
consisting of various elements, including the expression name, function name,
and the final value of the expression The evaluation procedure is done in three
steps: 1) simplify the expression by removing all the elements within () and
storing them in subexpressions within the symbol table. 2) Each of these sub
expressions are then converted to RPN format (Reverse polar notation) and
evaluated 3) Finally, the main expression is converted to RPN and evaluated-This is a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functi
- 2022-02-20 06:26:41下载
- 积分:1
-
SM2算法的C语言实现
基于Openssl算法库实现的SM2算法。实现数字签名和密钥交换,公钥加密没有实现。全部源代码,需要Openssl库支持,VC工程。KDF使用标准HASH算法,没有使用SM3。
- 2022-02-25 14:45:10下载
- 积分:1
-
信号 triangulaire
信号交替算法方法来绘制信号三角: 积极和消极。这是因为正弦电压被比作一个固定电压。
- 2022-04-30 18:27:49下载
- 积分:1
-
社区发现算法GN算法
GN算法是一个经典的社区发现算法,它属于分裂的层次聚类算法,最初,由Michelle Girvan和Mark Newman提出。其基本思想是不断的删除网络中具有相对于所有源节点的最大的边介数(ege betweenness)的边,然后,再重新计算网络中剩余的边的相对于所有源节点的边介数,重复这个过程,直到网络中,所有边都被删除。
- 2022-05-19 13:31:50下载
- 积分:1
-
多元曲线分析
多元曲线解析-交替最小二乘法,MCR-ALS-Multivariate Curve Analysis- alternating least squares method, MCR- ALS
- 2023-08-01 01:45:03下载
- 积分:1
-
得到midi文件的源码
得到midi文件的源码
可以获取MIDI的文件啊!
- 2022-01-26 08:20:30下载
- 积分:1
-
基于的PCA故障诊断方法
一个基于主元分析的故障诊断的程序,是一个数值仿真实验
- 2022-07-26 18:41:40下载
- 积分:1
-
use VB FFT (Fast Fourier) transformation.
利用VB进行FFT(快速傅立叶)变换。-use VB FFT (Fast Fourier) transformation.
- 2022-10-09 13:45:03下载
- 积分:1
-
C的Kalman滤波,C++和Matlab程序
Kalman filter的C,C++及matlab程序-Kalman filter of the C, C++ and matlab programs
- 2022-02-24 11:10:58下载
- 积分:1
-
多旋翼姿态滤波算法--MahonyAHRS
资源描述世界上最著名的多旋翼姿态滤波算法,包含源代码和PDF原理说明、使用说明
- 2022-01-26 02:26:51下载
- 积分:1