-
1
说明: 构建了一个词法分析器
能识别相应的字,方便理解词法分析的过程(To build a lexical analyzer to identify the appropriate words to facilitate understanding of the process of lexical analysis)
- 2009-06-24 09:18:48下载
- 积分:1
-
jinchengdiaodu
加深进程概念的理解;掌握选择进程调度算法的准则;掌握进程调度算法。
(Deepen the process of understanding of the concept master scheduling criteria selection process algorithm master process scheduling algorithm.)
- 2013-12-10 13:42:14下载
- 积分:1
-
Matlab软件以附加产品形式提供了很多领域的的特色应用解决办法,这就是它的工具箱(Toolbox),常见工具箱有:...
Matlab软件以附加产品形式提供了很多领域的的特色应用解决办法,这就是它的工具箱(Toolbox),常见工具箱有:-Matlab software add-on products form a lot of the characteristics of the area of application of the solution, which is its toolbox (Toolbox), common toolbox are:
- 2022-05-15 08:42:08下载
- 积分:1
-
caffe-windows
caffe架构相关资料 介绍在window环境下的相关开发(Caffe architecture related materials introduced in the window environment of the relevant development)
- 2020-06-20 03:40:01下载
- 积分:1
-
TekVISA
c/c++环境下visa编程,lan,gpib,rs232,等(Development of visa in C / C + + Environment)
- 2020-06-23 21:20:01下载
- 积分:1
-
LL(1)文法
FIRST(α)的构造实现代码
FIRST(α)的构造算法
要构造FIRST(α),根据定义:
α=X1?Xn
那么对于从前到后的Xi我们进行分类讨论:
如果Xi∈Vt,那么FIRST(α)=FIRST(Xi)={Xi}
如果Xi∈Vn,因为不存在左递归,所以Xi=a.......|?,那么FIRST(Xi)={a,?,FIRST(Xi+1)}
只要Xi?1不包含?,那么Xi不可能影响FIRST(α)
那么我们通过记录每个a∈V,然后进行深度优先记忆化搜索,将所有的状态填满,因为LL(1)文法使不会回溯的,所以能够保证在O(n)的时间完成,采取递归的形式实现
- 2022-03-15 19:33:58下载
- 积分:1
-
circumrotate
说明: 图像处理 实现图像旋转变换 (this procedure help you rotate the image
)
- 2010-03-16 16:01:27下载
- 积分:1
-
yaokong6121code_LED
将遥控接收头接收到的按键编码通过数码管显示出来
能解码的遥控编码必须是NEC 的6221/6121/6222编码方式(The remote receiver receives the key code via the digital display of the remote control code must be able to decode the NEC' s 6221/6121/6222 encoding)
- 2013-09-16 23:12:34下载
- 积分:1
-
USART_WakeUpFromStop
STM32 使用串口从休眠停止模式唤醒例程(Stop using the serial STM32 wake-up Sleep)
- 2020-08-27 10:38:13下载
- 积分:1
-
jiyu基于c语言的五子棋
简单好玩 利于对c语言产生兴趣,激发同学的好奇心 从而深入学习cy语言 更好的利用程序来完善简单而有趣的好游戏 以及好的开发实用的系统文件 一起学习
- 2023-02-07 13:20:03下载
- 积分:1