-
简易的运算包括sin,cos等,一些简单的运算的程序。
简易的运算包括sin,cos等,一些简单的运算的程序。-Simple operation, including sin, cos and so on, some simple arithmetic procedures.
- 2022-02-22 13:08:52下载
- 积分: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
-
这是一个计算银行利息和本利和的VB程序,,只要输入利率,本金,存款年数,就可以直接计算...
这是一个计算银行利息和本利和的VB程序,,只要输入利率,本金,存款年数,就可以直接计算-This is a calculated bank interest and the principal and the VB program, as long as the importation of interest rates, principal, the number of years of deposits, it can be directly calculated
- 2022-07-07 04:02:59下载
- 积分:1
-
关于足球机器人避障控制的研究
资源描述摘要:介绍了足球机器人避障控制的特点,障碍物的数学描述和检测方法,把人工势场理论引人到足球机器
人避障控制中,并分析了人工势场法的优点和不足.
关键词:足球机器人;避障;人工势场
- 2022-03-21 01:08:43下载
- 积分:1
-
汉字点阵数据读取(含汉字库)
读取中文点阵字库,形成点阵数组,可用于LED显示或喷印点阵字体,包括了12*12 16*16 24*24 48*48。也可以读取单色的BMP位图信息。资料在网上很难找的,特别是字库文件,都是在DOS系统里面找来的,希望对大家有帮助
- 2022-01-25 21:32:54下载
- 积分:1
-
一种最大数量的随机抽取
输入一个最大数字,随机数抽奖-importation of a maximum number of random draw
- 2022-03-03 12:47:21下载
- 积分:1
-
ICA算法
ICA算法模块,用于盲信号分离,声音分离,雷达信号处理等信号处理
- 2022-12-14 12:00:03下载
- 积分:1
-
这本书提供了所有基本数学函数的高精度的算法
这本书提供了所有基本数学函数的高精度的算法-This book provides all the basic mathematical functions of the high-precision algorithm for
- 2023-03-14 03:25:04下载
- 积分:1
-
Householder变换是基本的数学变换之一。其作用是将被变换向量映射成相同模的其它向量。其应用之一是QR分解。...
Householder变换是基本的数学变换之一。其作用是将被变换向量映射成相同模的其它向量。其应用之一是QR分解。-Householder transform is one of the basic mathematical transform. Its role is to transform vectors will be mapped into the same mold of the other vector. One of its applications QR decomposition.
- 2023-07-27 13:40:03下载
- 积分:1
-
这是一个高通滤波器的最优化算法。有约束问题采用的是惩罚函数法,无约束问题采用的是单纯形法...
这是一个高通滤波器的最优化算法。有约束问题采用的是惩罚函数法,无约束问题采用的是单纯形法-this is a high-pass filter to the optimization algorithm. Binding the issue of punitive function without constraint using the simplex method
- 2022-01-22 03:21:39下载
- 积分:1