-
regular expression syntax processing software demonstrations illustrate the oper...
表达式语法处理过程说明 这个软件演示了基于操作符优先级的表达式处理算法,属于很经典的算法。详细的演示了处理过程的每个动作以及辅助栈、表的使用。对学习《编译原理》和《数据结构》中的相关内容会有所帮助。 关于此算法的详细描述请见《数据结构》(清华出版社)。 软件使用方法,可以直接采用程序样例中的表达式(-9.3*((8+2-3*6/2-0.8)+(-64))),也可以在表达式输入的文本框中输入一个新的表达式(限数字、基本运算符、括号),先点击“初始化计算”按钮,然后点击“演示”按钮,每次一步。在此过程中,请观察“操作符号栈”、“操作数栈”、“操作数对照表”的变化情况,以及每次读取的当前词和当前动作。 题外话:觉得许多软件开发人员有一种只重视程序语言和技巧,而忽视算法设计的倾向。记得有个很出名的说法:程序=算法+数据结构。当然现在软件领域出现了许多新的动向,但基本功仍应重视。颖易教育软件工作室主页:http://www.yingyi.net电子邮件:yingyi@yingyi.net,true_yingyi@etang.com电话:(010)63522531-regular expression syntax processing software demonstrations illustrate the operator based on the priority of expression processing algorithm, a very classic algorithms. A detailed demonstration of the process every movement and auxiliary stack, table use. The study "Compiler Principle" and "data structure" of the content will be helpful. This algorithm on a detailed description, see "Data Structure" (Tsinghua University Press). Use of the software can be used directly in the sampl
- 2022-03-19 01:12:37下载
- 积分:1
-
Personal Profile secop Reference Implementation 1.1 Final Release(JSR
Personal Profile secop Reference Implementation 1.1 Final Release(JSR-216)
- 2022-08-03 00:37:23下载
- 积分:1
-
VB电机驱动监控系统
VB电机驱动监控系统-VB motor drive control system
- 2023-08-26 10:10:04下载
- 积分:1
-
本章重点介绍了如何在Windows套接字应用程序中对IO(输入输出)操作进行管理。...
本章重点介绍了如何在Windows套接字应用程序中对IO(输入输出)操作进行管理。-This chapter focuses on how the Windows Sockets application to the IO (input-output) operations management.
- 2022-03-13 07:31:14下载
- 积分:1
-
这是一个在C环境下实现 的关于定积分求解的程序!
这是一个在C环境下实现 的关于定积分求解的程序!-This is an environment in C under the integral solution of the procedure!
- 2022-02-12 16:39:36下载
- 积分:1
-
quake3 bsp 文件浏览器源代码。
quake3 bsp 文件浏览器源代码。
quake3 bsp 文件浏览器源代码。
quake3 bsp 文件浏览器源代码。-quake3 bsp is codes of files explorer。 quake3 bsp is codes of files explorer。
- 2023-07-29 12:30:04下载
- 积分:1
-
Messaging_System
此程序是发送接收系统;
- 2022-03-19 01:51:58下载
- 积分:1
-
a two documents can be established MFC procedures, a new document will automatic...
一个能建立两种文档的MFC程序,新建一个文档时会自动提示要新建哪种类型的文档,两种文档均有读取,保存功能-a two documents can be established MFC procedures, a new document will automatically suggest to the new type of document, the two documents are read, retention
- 2022-01-31 23:39:54下载
- 积分:1
-
在一个班,C++使用三关键词设置访问界限:公共、私人…
在一个类中,C++用三个关键词设置访问界限:public, private和protected。它们决定了跟在他们后面的标识符的被使用情况:public意味着其后的标识符可以被用户定义的其实例引用 而private则说明其后的标识符除了类的成员函数之外,用户定义的其实例不能引用 protected为类的继承提供了接口,同时保护其不被外界访问。-In a class, C++ using the three keywords set to visit boundaries: public, private and protected. They decided to follow behind in their use of the identifier: public means the following can be user-defined identifier of the examples cited and private identifier is illustrated in the following categories of members in addition to function, the user the definition of its instances can not be invoked protected to provide the type of interface inheritance, at the same time not to be outside the protection of their visit.
- 2023-08-14 12:10:03下载
- 积分:1
-
This is a form control the use of books prepared by the procedure, function rela...
这是一个使用表格控件编写的账本程序,功能比较简单,好用。-This is a form control the use of books prepared by the procedure, function relatively simple, easy to use.
- 2023-08-20 20:55:03下载
- 积分:1