-
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E...
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E->E+T|E-T|T
T->T*F|T/F|F
F->id|(E)|num-Write parser to achieve parsing of arithmetic expressions. Requirements analysis arithmetic expressions generated by the following grammar: E-> E+ T | ET | T T-> T* F | T/F | F F-> id | (E) | num
- 2022-05-14 08:22:03下载
- 积分:1
-
MP3 电路设计,学习中的好帮手,作为电路学习的基本知识
MP3 电路设计,学习中的好帮手,作为电路学习的基本知识-MP3 circuit design, the study of extremely helpful in learning the circuit as a basic knowledge
- 2022-06-29 20:17:19下载
- 积分:1
-
24点游戏,DOS终端环境。
xuruoyu@gmail.com
24点游戏,DOS终端环境。
xuruoyu@gmail.com-24-point game, DOS terminal environment. xuruoyu@gmail.com
- 2022-02-07 07:47:36下载
- 积分:1
-
主控程序,协调内存,cpu直间缓存操作
主控程序,协调内存,cpu直间缓存操作-control procedures, coordination of memory, cpu cache operation between straight
- 2022-02-12 22:20:26下载
- 积分:1
-
用java编写的JAVA固定资产管理系统,功能相对简单,希望对大家的学习有帮助...
用java编写的JAVA固定资产管理系统,功能相对简单,希望对大家的学习有帮助-JAVA using java prepared fixed asset management system, a relatively simple function, in the hope that everyone has to learn to help
- 2022-07-08 09:55:48下载
- 积分:1
-
切割地形图,地形图,切割后
裁剪地形图,裁剪地形图后自动完成,自动检查-Cutting topographic maps, topographic maps, after cutting
- 2022-03-13 18:59:10下载
- 积分:1
-
threads on the process used vc viewer's own Process Viewer and think that th...
关于进程&线程查看器 用过vc++自带的Process Viewer,觉得这个小程序简单易用,有时候作用还很大,我就产生了自己做一个类似程序的想法,想着想着就着手作了起来。 首先我查看了有关进程和线程的api函数(在tlhelp32.h中)了解了他们的用法。 具体实施阶段: 界面设计:该实用程序的界面几乎完全参考vc++自带的Process Viewer,以前从未接触-threads on the process used vc viewer"s own Process Viewer and think that this small program is easy to use, has great role Sometimes, I have done a similar proceedings to the idea of embarking on pondered made up. First I look at the relevant processes and threads api function (in tlhelp32.h) understanding of their usage. Specific implementation phase : interface design : The utility interface reference vc almost entirely onboard Process Viewer, never contacts
- 2022-03-22 05:20:03下载
- 积分:1
-
VB聊天小程序 非常的简单希望对大家有帮助
VB聊天小程序 非常的简单希望对大家有帮助-VB program is extremely simple wish to be helpful
- 2023-03-11 09:40:03下载
- 积分:1
-
maze of algorithm, with the realization c
迷宫问题的算法,用c实现的-maze of algorithm, with the realization c
- 2022-03-21 15:40:50下载
- 积分:1
-
数值计算的代码,包括微积分等等,欢迎分享
数值计算的代码,包括微积分等等,欢迎分享-Numerical code, including calculus, etc. are welcome to share ... ... ... ...
- 2022-02-06 21:55:54下载
- 积分:1