-
这是我本人编写的一个32位定点小数运算的函数库。对于没有浮点运算器的场合,可以提供进行小数运算的一种途径...
这是我本人编写的一个32位定点小数运算的函数库。对于没有浮点运算器的场合,可以提供进行小数运算的一种途径-This is my prepared in a 32-bit fixed point decimal computing functions. For no floating point unit occasions, it can provide for fractional arithmetic, as a way to
- 2022-01-24 18:14:59下载
- 积分:1
-
题目:设计一个题目,演示用算符优先法对算术表达式求值的过程。
概要设计
1、顺序扫描中缀算术表达式,当读到数字时直接将其送至输出队列中;
2、当读到...
题目:设计一个题目,演示用算符优先法对算术表达式求值的过程。
概要设计
1、顺序扫描中缀算术表达式,当读到数字时直接将其送至输出队列中;
2、当读到运算符时,将栈中所有优先级高于或等于该运算符弹出,送至输出队列中,再将当前运算符入栈;
3、当读入左括号时,即入栈;
4、当读到右括号时,将靠近栈顶的第一个左括号上面的运算符全部一次弹出,送至输出队列中,再删除栈中的左括号。
5、使用VS栈来存储读入的操作和运算结果,然后进行数字字符到数值的转换。
-Title: Design of a topic, presentation operator priority method with arithmetic expression evaluation process. Summary of design 1, the order of scanning arithmetic infix expressions, when they read numbers directly to the output queue 2, when they read operator, it will stack all priority higher than or equal to the operator pop-up , sent to the output queue, and then the current operator入栈 3, when read left brackets, that is, when入栈 4, when they read the right brackets, it will be near the Top-left of the first operator in brackets above All a pop-up, sent to the output queue, and then delete stacks of left brackets. 5, the use of VS stack to store read operation and computing the results of numeric characters and then proceed to the numerical co
- 2022-03-18 20:45:34下载
- 积分:1
-
广义表的头文件简单实用,一般般的操作都有说明。
广义表的头文件简单实用,一般般的操作都有说明。-Generalized table header file is simple and practical, generally have been described as the operation.
- 2023-04-05 08:15:03下载
- 积分:1
-
矩阵连乘问题 对多个矩阵连乘时 的消耗进行分析
矩阵连乘问题 对多个矩阵连乘时 的消耗进行分析-matrix continually multiply problems for a number of matrix continually multiply the consumption analysis
- 2023-07-23 09:15:03下载
- 积分:1
-
文档管理系统1.0bjsp
文件管理系统1.0Bjsp-document management system 1.0Bjsp
- 2023-01-24 23:10:03下载
- 积分:1
-
100个vfp 小程序源码,对于初学者来说很有用
100个vfp 小程序源码,对于初学者来说很有用-100 -100 VFP applet source code, useful for beginners-100
- 2023-07-10 07:55:02下载
- 积分:1
-
数据结构、算法 矩阵运算程序
数据结构、算法 矩阵运算程序-data structure, algorithm matrix calculation procedures
- 2023-08-12 06:55:02下载
- 积分:1
-
定时器for timer for ic chip
定时器for timer for ic chip-timer for ic chip,timer for ic chip,timer for ic chip
- 2022-01-25 22:32:09下载
- 积分:1
-
通信录
通信录- The correspondence records
- 2023-05-06 13:05:02下载
- 积分:1
-
DataMatrixDEMO
DataMatrixDEMO这个工程实现对DataMatrix的编码和解码的过程,识别率非常的高
- 2022-03-17 02:23:12下载
- 积分:1