-
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
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
-
基于51单片机的PS2键盘
基于51单片机设计的PS2键盘,是作为从机,通过PS2接口连接到电脑,程序包括开机自检,发送键值和矩阵扫描。经测试完全可用注意要在开机之前把键盘接上电脑接口,让电脑BIOS自检的时候对键盘进行设置,才能成功读取键盘的内容。
- 2022-01-31 17:33:53下载
- 积分:1
-
sourceinsight v1.0,不需要编译就可以浏览源码,非常方便。
sourceinsight v1.0,不需要编译就可以浏览源码,非常方便。
- 2022-07-04 07:30:20下载
- 积分:1
-
遗传算法求函数最优解
遗传算法求解函数的最大值,且函数只有一个变量。求函数f(x)=x+10*sin(5x)+7*cos(4x),x∈[0,9]。染色体长度为20,交叉概率为0.95,变异概率为0.08,迭代次数为25。 程序修改后可以用于多参数函数的求解。
- 2022-07-16 21:22:56下载
- 积分:1
-
Java拼图游戏小程序[功能描述] 这是个类似华容道的拼图游戏,目的是把大的方块移动到窗口的下方。...
Java拼图游戏小程序[功能描述] 这是个类似华容道的拼图游戏,目的是把大的方块移动到窗口的下方。-Java procedures [Description] This is similar to the pieces of the jigsaw HuaRong Road, with the aim of moving large chunks of the window to the bottom.
- 2022-03-19 21:37:55下载
- 积分:1
-
OA system, a company source: a more powerful set of features of office systems,...
某公司OA系统源码:
功能较为强大的一套办公系统,可在线角色管理,用户管理,目录管理,模板管理等。
适合用于企业办公。
使用前先打开企业管理器把DB下的数据库附加好
再配置一下web.config中的链接字符串。
还要把WEB目录设置成为虚拟目录。
默认的管理用户及密码都为:51aspx
-OA system, a company source: a more powerful set of features of office systems, online role management, user management, directory management, template management. Suitable for business office. Before use Enterprise Manager to open the attached database DB under some good re-configure the link in the web.config string. WEB directory would also like to become a virtual directory settings. The management of the default user and password are: 51aspx
- 2023-04-12 04:45:04下载
- 积分:1
-
一个关于adaboost算法的matlab程序,这是我开始接触adaboost研究的程序,有实用价值...
一个关于adaboost算法的matlab程序,这是我开始接触adaboost研究的程序,有实用价值-this is a adaboost algorithm write with matlab code,and it is my starting program of researching work on adaboost,it is valuable for application
- 2023-04-02 18:50:03下载
- 积分:1
-
套打程序,定位、画线、插图
套打程序,定位、画线、插图-chromatography printing procedures, positioning, line drawing, illustration
- 2022-06-03 00:32:59下载
- 积分:1
-
石器时代sa客户端修改辅助工具(可看图)
石器时代sa客户端修改辅助工具(可看图)-Stone Age sa client changes auxiliary instruments (see figure)
- 2022-03-06 12:45:56下载
- 积分:1
-
基于P87LPC760的DALI从机
基于P87LPC760的DALI从机-P87LPC760 based machine from the DALI
- 2022-07-22 06:24:42下载
- 积分:1