-
这是数据结构中模拟栈的一个精典例子利用火车进站出站模拟出栈和入栈...
这是数据结构中模拟栈的一个精典例子利用火车进站出站模拟出栈和入栈-This is the data structure of a simulated stack classic examples of using the train station stop simulated stack and pushed
- 2022-07-24 05:01:28下载
- 积分:1
-
magic word memory
魔法单词记忆――DAO访问ACCESS数据库-magic word memory-- DAO visit ACCESS database
- 2022-02-04 15:13:14下载
- 积分:1
-
数据结构中所有算法的实现,清华大学小严辞C语言版本
数据结构中所有算法的实现,清华大学小严辞C语言版本-data structure of the algorithm to achieve all Qinghua small C-language version of the biblical
- 2023-01-12 14:25:03下载
- 积分:1
-
解决N皇后问题的源码及可运行程序,分析各种情况,并输出,直观,有效!...
解决N皇后问题的源码及可运行程序,分析各种情况,并输出,直观,有效!-Solve the N Queens problem can be the source and run the program, analyze, and output, intuitive, and effective!
- 2022-03-24 16:51:03下载
- 积分:1
-
实用的SQLite C++封装类
SQLite的封装类,简单实用,支持常用操作!
自己感觉封装的不错,运行平台有:windows、linux、unix。
如果有什么问题和建议,请邮件yin0123@sina.com
- 2022-11-08 15:15:03下载
- 积分:1
-
single Chain method, a very simple procedure, but it is a must to beginners
单链表的实现方法,很简单的程序,但是是入门者的必经之路-single Chain method, a very simple procedure, but it is a must to beginners
- 2022-03-26 05:10:11下载
- 积分: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
-
分布式数据库系统 清华大学研究生课程讲义、课件等相关资料...
分布式数据库系统 清华大学研究生课程讲义、课件等相关资料-Distributed Database System, Tsinghua University graduate student lecture courses, courseware and other related information
- 2022-08-07 17:07:28下载
- 积分:1
-
带电作业的警示标签
Caution tagging for live line works
- 2022-03-07 21:57:51下载
- 积分:1
-
数据结构常用算法程序集1,描述数据结构算法。
数据结构常用算法程序集1,描述数据结构算法。-data structure used an algorithm set procedures described algorithm data structure.
- 2022-08-06 14:16:57下载
- 积分:1