-
操作节点,非常好
操作节点,非常好-operating nodes, a very good
- 2022-02-05 23:46:51下载
- 积分:1
-
用VC++编写中值滤波的算法,具有图形界面
用VC++编写中值滤波的算法,具有图形界面-The algorithm of Filter ,which use VC++
- 2022-09-04 21:55:03下载
- 积分: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
-
本程序主要是用于编译原理中的语法分析用的是vc++语言,用的是LR1语法分析法。...
本程序主要是用于编译原理中的语法分析用的是vc++语言,用的是LR1语法分析法。-this procedure is used mainly to the principle of compiler syntax analysis is vc language, the syntax is Sequence Analysis.
- 2022-03-23 15:20:46下载
- 积分:1
-
1背包问题 可以提供在背包方面遇到问题的学生或者有需要的人....
0-1背包问题 可以提供在背包方面遇到问题的学生或者有需要的人.-0-1 knapsack problem can provide a backpack problems encountered students or those who are in need.
- 2023-04-08 08:35:03下载
- 积分:1
-
topological sorting, data structure of the operations.
拓扑排序,数据结构的作业。-topological sorting, data structure of the operations.
- 2022-02-02 03:01:54下载
- 积分:1
-
访问Sybase数据库的dblib(VC)的包装,它是非常简单的使用。
访问sybase 数据库的dblib (VC)封装,使用起来非常简单。-visit sybase database dblib (VC) Packaging, it is very simple to use.
- 2022-11-14 15:20:03下载
- 积分:1
-
数据结构最短路径,Turboc2下通过编译
数据结构最短路径,Turboc2下通过编译-the datasructure of the shortest way,run successfully in turbo2.
- 2022-01-29 04:48:37下载
- 积分:1
-
全国计算机等级考试三级的部分上级题算法,对上机考试还不是很熟的人,很有帮助(并非书上的答案,是本人自己想的算法)...
全国计算机等级考试三级的部分上级题算法,对上机考试还不是很熟的人,很有帮助(并非书上的答案,是本人自己想的算法)-National Computer Rank Examination some three superiors that the algorithm, right on the test machine is not very familiar with the helpful (and not the answer book, I want to own the algorithm)
- 2022-07-02 07:37:16下载
- 积分:1
-
教学计划编制问题
资源描述
有两种方法:一种没有学分排序,另一种考虑了学分排序,较推荐栈中排好序的方法,贪心更完全
测试数据文本:
C1 程序设计基础 # 2
C2 离散数学 C1 3
C3 数据结构 C1,C2 4
C4 汇编语言 C1 3
C5 语言的设计和分析 C3,C4 2
C6 计算机原理 C11 3
C7 编译原理 C3,C5 4
C8 操作系统 C3,C6 4
C9 高等数学 # 7
C10 线性代数 C9 5
C11 普通物理 C9 2
C12 数值分析 C1,C9,C10 3
- 2022-03-05 17:20:03下载
- 积分:1