搜索资源列表
原代码+电路图
- 红外分析仪-infrared analyzer
lexical
- 用C++写的此法分析器环境为DEVC++,该词法分析器输入一个文件对其输出三个文件有标识符,关键字,整形常量-Written using C++ parser environment for this method DEVC++, the lexical analyzer input a file with an identifier of its output three files, keywords, shaping constant
word
- c语言版的词法分析器,分析c语言 图形界面-c language version of the lexical analyzer, analyze c language graphical interface
test
- 用射频测试系统,系统包括有频谱仪,功率计,信号源等,测试对象射频直放站。-RF test system, the system including spectrum analyzer, power meter, signal sources, test RF Repeater object.
TestData
- 用射频测试系统,系统包括有频谱仪,功率计,信号源等,测试对象射频直放站。-RF test system, the system including spectrum analyzer, power meter, signal sources, test RF Repeater object.
jj
- 简单的词法分析器,可以用来使用,很有用处-A simple lexical analyzer can be used to use, very useful
LEX
- 词法分析时,常常会用到超前搜索方法。如当前待分析字符串为“a +”,当前字符为’ ’,此时,分析器倒底是将其分析为大于关系运算符还是大于等于关 系运算符呢?显然,只有知道下一个字符是什么才能下结论。于是分析器读入下一个字符’+’,这时可知应将’ ’解释为大于运算符。但此时,超前读了一个字符’+’,所以要回退一个字符,词法分析器才能正常运行。在分析标识符,无符号整数等时也有类似情况。-Lexical analysis, often use advanced search method. If th
cifafenxi
- 用C语言实现的PL0词法分析器,简单易用,初学编译原理的同学可以-C language realization PL0 of lexical analyzer, ease of use,Beginners compiling principle of the students can have a look
cifafenxi
- 编译原理实验课程词法分析程序。键盘输入源程序(以#结束),输出单词符号的二元式。-Compile principle experiment courses lexical analyzer. Keyboard input source (#), type of binary output word symbols.
My-Scanner
- java语言词法分析器 功能强大 空格不算关键字 采用自动机的思想-the java language lexical analyzer Powerful spaces not keyword automata thought
scaner
- 编译原理扫描器,按照有限自动机和词法分析器的原理制作而成。-The compiler theory scanner, made in accordance with the principle of finite automata and lexical analyzer.
cifafenxichengxu
- 代码为一个简单的词法分析器的源代码,能从文件中分析一段句子的词法,识别标识符、运算符、关键字等。-The code for a simple lexical analyzer source code from some sentences lexical identification identifier, operator, keyword file analysis.
1231231231
- Visual c++ 写的词法分析器能对语句和词进行分析-The lexical analyzer Visual c++ write statements and word analysis
Lexical-analyzer(cPP)
- vs环境下,用c++实现的一个简单的词法分析器。-vs environment, with c++ achieve a simple lexical analyzer.
TCP2
- Top down syntactic analyzer
jixu
- 词法分析器,每个循环处理一个单词;调用词法分析过程;输出每个单词的内部码(种别编码,属性值)。建议从文件中读取要分析的符号串。-Lexical analyzer, each cycle dealing with a word lexical analysis procedure calls the output of each internal code word (species not coding, property values). I recommend reading the s
analyzer
- file a parser written in c ++ the analyzer can capture the word of a code written in a langauge (c or whatever) and detect some error