-
这是一个简单的演示如何评价文本的数学表达式
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
-
基于遗传算法的机器人路径规划
基于遗传算法的机器人路径规划的实现,已通过测试验证,是可以运行的C++程序。
- 2022-02-10 09:21:53下载
- 积分:1
-
Levenshtein_Edit_Distance_Algorithm
介绍
- 2022-07-24 08:53:07下载
- 积分:1
-
单链表/顺序表删除节点
该包中,包含两个程序,一个是DeleteSqlist.txt,它是顺序表删除一个节点的程序;另一个是DeleteLinklist.txt,单链表删除一个节点的程序,该代码在VC++6.0已调试通过,并能成功运行。
- 2022-11-24 09:00:03下载
- 积分:1
-
产生MPSK(M=2,4,8,16)信号的matlab程序
可产生2、4、8、16PSK数字调制基带IQ信号,其数字调制时的成形滤波器可任意选择升余弦、根升余弦和高斯。产生的MPSK信号通过波形回放进行了验证。
- 2023-07-25 14:00:03下载
- 积分:1
-
维纳滤波处理,是C++源代码,包含了几个函数,请各位达人多多使用...
维纳滤波处理,是C++源代码,包含了几个函数,请各位达人多多使用-Wiener filtering treatment is C++ Source code contains a number of functions, please use up a lot of people
- 2022-11-12 05:15:03下载
- 积分:1
-
解决迷宫问题(用c实现)
解决迷宫问题(用c实现)-maze solve the problem (with c realization)
- 2022-03-16 08:13:51下载
- 积分:1
-
少子寿命测试
应用背景少子寿命的计算VI,花了两天时间帮公司做的一个东西,labview是一个用于工业测试比较好的一个工具,而且上手快,我学了两个月做的东西帮公司省了一大笔费用,真的是未来发展的方向。关键技术少子寿命是公司比较关注的东西,这次能够完成这个寿命计算也是大家的鼓励和支持,没有大家的帮助我也不可能写的出这样的程序,写labview程序一定要先规划一个思路,然后慢慢去扩展,一定会写的很好。
- 2023-03-13 16:35:04下载
- 积分:1
-
地震道之间c1c2c3相干体c++算法
地球物理方面使用的地震道之间c1c2c3相干体c++算法
- 2022-08-17 17:17:27下载
- 积分:1
-
纯软件的光线追踪算法 可以满足你的要求
纯软件的光线追踪算法 可以满足你的要求-pure software ray tracing algorithm can satisfy your request
- 2023-05-21 11:20:04下载
- 积分:1