-
模糊数学的源文件
模糊数学的源文件-fuzzy source
- 2022-11-17 02:15:03下载
- 积分:1
-
数值处理算法源代码
数值处理算法源代码-numerical algorithm source code
- 2022-07-03 13:56:44下载
- 积分:1
-
这是一个简单的演示如何评价文本的数学表达式
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
-
不同坐标系坐标转换算法
把二维坐标系中的点转换成一维坐标系中的值。通过建立好的转换关系,可查找二维坐标系到一个线段的垂足。根据距离转换成一维坐标系中的值。
- 2022-06-01 03:53:18下载
- 积分:1
-
Levenshtein_Edit_Distance_Algorithm
介绍
- 2022-07-24 08:53:07下载
- 积分:1
-
使用汇编计算93的499次方
计算93的499次方,解决大大数字的相关运算问题,使用汇编语言,使用AT&T语法更改相关数字可以完成其他大数的类似计算
- 2023-05-27 12:20:03下载
- 积分:1
-
几个关于汉诺塔算法的C++源代码,对于理解递归算法很有帮助...
几个关于汉诺塔算法的C++源代码,对于理解递归算法很有帮助-Tower of Hanoi algorithm on a few of the C++ source code helpful for understanding the recursive algorithm
- 2022-02-25 22:03:59下载
- 积分:1
-
这是C写的贪婪算法之2,在建摸和优化计算中非常有用,欢迎下载!...
这是C写的贪婪算法之2,在建摸和优化计算中非常有用,欢迎下载!-This is a greedy algorithm written in C of 2, in the modeling and optimization of the calculation is very useful are welcome to download!
- 2022-08-06 12:32:38下载
- 积分:1
-
kruskal algorithm
该算法基于贪心方法。使用了该算法
- 2022-01-26 03:44:28下载
- 积分:1
-
遗传算法与粒子群算法 实现代码
本框架提供了有关粒子群算法(PSO)和遗传算法(GA)的完整实现,以及一套关于改进、应用、测试、结果输出的完整框架。本框架对粒子群算法与遗传算法进行逻辑解耦,对其中的改进点予以封装,进行模块化,使用者可以采取自己对该模块的改进替换默认实现组成新的改进算法与已有算法进行对比试验。试验结果基于Excel文件输出,并可通过设定不同的迭代结束方式选择试验数据的输出方式,包括:1. 输出随迭代次数变化的平均达优率数据(设定终止条件区间大于0)。
- 2022-03-04 05:34:56下载
- 积分:1