搜索结果

找到约 595 项符合 First 的查询结果

按分类筛选

显示更多分类

编译器/解释器 本设计使用C语言实现了对简单方法描述的LL(1)文法的判定。该设计程序实现了:⑴分别求出每一产生式的右部的FIRST 集、每一个非终结符的FOLLOW集和每一产生式的SELECT集;⑵判定是否是LL(

本设计使用C语言实现了对简单方法描述的LL(1)文法的判定。该设计程序实现了:⑴分别求出每一产生式的右部的FIRST 集、每一个非终结符的FOLLOW集和每一产生式的SELECT集;⑵判定是否是LL(1)文法;⑶画出预测分析表;⑷对给定的符号串判定是否是文法中的句子,分析过程在屏幕上打印出来。 欢迎大家给程序提出富贵意见! ...
https://www.eeworm.com/dl/628/150829.html
下载: 89
查看: 1724

其他 检测windows下rootkit对文件的隐藏。some usermode overwrites first few bytes of ZwQueryDirectoryFile and that t

检测windows下rootkit对文件的隐藏。some usermode overwrites first few bytes of ZwQueryDirectoryFile and that trick will fail then :( So, you will probably need a small database of the correct indexes for all Windows versions
https://www.eeworm.com/dl/534/152308.html
下载: 176
查看: 1049

汇编语言 eForth is a small portable Forth design for a wide range of microprocessors. This is the first imple

eForth is a small portable Forth design for a wide range of microprocessors. This is the first implementation for 8086. As machine dependency is consolidated into 31 code words, moving eForth to other CPU s will be much less of a chore comparing to other Forth models.
https://www.eeworm.com/dl/644/156136.html
下载: 37
查看: 1088

数学计算 Evaluate a sequence of Bessel functions of the first and second kinds and their derivatives with i

Evaluate a sequence of Bessel functions of the first and second kinds and their derivatives with integer orders and real arguments
https://www.eeworm.com/dl/641/157698.html
下载: 150
查看: 1034

其他 * Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcst

* Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcstr * oldstr * newstr * OUT : * srcstr * Return: * 1. If find and replace one oldstr with newstr in srcstr , return 1 * 2. If find no oldstr in srcstr , return 0 * 3. If error (malloc return NULL) ...
https://www.eeworm.com/dl/534/160468.html
下载: 92
查看: 1144

编译器/解释器 first和Follow分析相关算法 编译原理实验的一个内容,VC++编译

first和Follow分析相关算法 编译原理实验的一个内容,VC++编译
https://www.eeworm.com/dl/628/165193.html
下载: 87
查看: 1044

编译器/解释器 ll1语法分析没有自动生成分析表和first follow集

ll1语法分析没有自动生成分析表和first follow集
https://www.eeworm.com/dl/628/165952.html
下载: 128
查看: 1036

书籍源码 比如源程序sum ∶= first+count*10可生成四元式序列

比如源程序sum ∶= first+count*10可生成四元式序列,如图1.7所示,其中ti(i=1,2,3)是编译程序生成的临时名字,用于存放运算结果的。   图1.7 id1:= id2 + id3 * 10的四元式序列
https://www.eeworm.com/dl/532/166111.html
下载: 166
查看: 1088

matlab例程 This demo develops the steady-state characteristics of an induction motor First start the simulation

This demo develops the steady-state characteristics of an induction motor First start the simulation, then Double click the <PLOTS> block to view torque-speed and current-speed curves and the current circle diagram
https://www.eeworm.com/dl/665/168213.html
下载: 53
查看: 1045

书籍源码 《A first book of java》by Gary J.Bronson 北大出版社

《A first book of java》by Gary J.Bronson 北大出版社,一书的配套源码。
https://www.eeworm.com/dl/532/169056.html
下载: 109
查看: 1050