-
清华大学版的数据结构书实验编的解决8皇后问题的原程序,还是动态的显示。...
清华大学版的数据结构书实验编的解决8皇后问题的原程序,还是动态的显示。-version of the experimental data structure book series to solve the problems of the original Queen"s procedures, or dynamic display.
- 2022-04-19 18:18:26下载
- 积分: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
-
Expansion of the C++ Builder DBGRID control functions, the realization of interl...
扩充了C++ Builder DBGRID 控件的功能,实现隔行变换颜色等功能-Expansion of the C++ Builder DBGRID control functions, the realization of interlaced color transform functions
- 2022-01-25 14:18:32下载
- 积分:1
-
C语言数据结构课件及复习题和一些技术的讲解
C语言数据结构课件及复习题和一些技术的讲解-C language data structures courseware and review questions and a number of technologies on
- 2023-08-07 22:05:06下载
- 积分:1
-
UML建模 学生通讯信息管理系统
信息管理系统能够为用户提供充足的信息和快捷的查询手段,是当今信息交流不可缺少的部分。学生通讯信息管理系统是为了便于毕业后的同学之间的联系,方便好久没联系的同学能快速准确的找到所查同学的联系方式和地址,是一款为同学们的交流带来方便的工具。本系统的参与者主要包括两方面:用户、管理员、系统数据库
- 2022-07-10 23:14:49下载
- 积分:1
-
货郎担 最短路径问题 用链表储存最短路径节点
货郎担 最短路径问题 用链表储存最短路径节点-traveling salesman problem using the shortest path Listless storage nodes Shortest Path
- 2022-06-30 16:57:39下载
- 积分:1
-
ASP直接存取ACCESS数据库
ASP直接存取ACCESS数据库-ASP direct access ACCESS database
- 2022-11-25 16:25:04下载
- 积分:1
-
用O(nlogn)的算法对Cograph进行识别
用O(nlogn)的算法对Cograph进行识别-O (nlogn) algorithm for the identification of Cograph
- 2022-07-21 17:12:57下载
- 积分:1
-
面试经常遇到的大数相乘问题,代码简洁易懂
面试经常遇到的大数相乘问题,代码简洁易懂-Interviews are often encountered in large numbers multiply problems, the code easier to understand
- 2022-11-10 09:15:03下载
- 积分:1
-
Form Login
- 2022-04-16 00:27:41下载
- 积分:1