CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - Analyzer

搜索资源列表

  1. 原代码+电路图

    0下载:
  2. 红外分析仪-infrared analyzer
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:301.42kb
    • 提供者:
  1. lexical

    0下载:
  2. 用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
  3. 所属分类:Console

    • 发布日期:2017-03-26
    • 文件大小:4.56kb
    • 提供者:zhangzhe
  1. word

    0下载:
  2. c语言版的词法分析器,分析c语言 图形界面-c language version of the lexical analyzer, analyze c language graphical interface
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:80.52kb
    • 提供者:谢斌
  1. test

    0下载:
  2. 用射频测试系统,系统包括有频谱仪,功率计,信号源等,测试对象射频直放站。-RF test system, the system including spectrum analyzer, power meter, signal sources, test RF Repeater object.
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:12.6kb
    • 提供者:zb
  1. TestData

    0下载:
  2. 用射频测试系统,系统包括有频谱仪,功率计,信号源等,测试对象射频直放站。-RF test system, the system including spectrum analyzer, power meter, signal sources, test RF Repeater object.
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3.28kb
    • 提供者:zb
  1. jj

    0下载:
  2. 简单的词法分析器,可以用来使用,很有用处-A simple lexical analyzer can be used to use, very useful
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1.22kb
    • 提供者:怀荒
  1. LEX

    0下载:
  2. 词法分析时,常常会用到超前搜索方法。如当前待分析字符串为“a +”,当前字符为’ ’,此时,分析器倒底是将其分析为大于关系运算符还是大于等于关 系运算符呢?显然,只有知道下一个字符是什么才能下结论。于是分析器读入下一个字符’+’,这时可知应将’ ’解释为大于运算符。但此时,超前读了一个字符’+’,所以要回退一个字符,词法分析器才能正常运行。在分析标识符,无符号整数等时也有类似情况。-Lexical analysis, often use advanced search method. If th
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-05-06
    • 文件大小:1.07mb
    • 提供者:元宝
  1. cifafenxi

    0下载:
  2. 用C语言实现的PL0词法分析器,简单易用,初学编译原理的同学可以-C language realization PL0 of lexical analyzer, ease of use,Beginners compiling principle of the students can have a look
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:14.65kb
    • 提供者:心如止水
  1. cifafenxi

    0下载:
  2. 编译原理实验课程词法分析程序。键盘输入源程序(以#结束),输出单词符号的二元式。-Compile principle experiment courses lexical analyzer. Keyboard input source (#), type of binary output word symbols.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-05-04
    • 文件大小:1009.23kb
    • 提供者:杨帆
  1. My-Scanner

    0下载:
  2. java语言词法分析器 功能强大 空格不算关键字 采用自动机的思想-the java language lexical analyzer Powerful spaces not keyword automata thought
  3. 所属分类:Console

    • 发布日期:2017-12-03
    • 文件大小:3.74kb
    • 提供者:戈斌斌
  1. scaner

    0下载:
  2. 编译原理扫描器,按照有限自动机和词法分析器的原理制作而成。-The compiler theory scanner, made in accordance with the principle of finite automata and lexical analyzer.
  3. 所属分类:Console

    • 发布日期:2017-11-05
    • 文件大小:2.05kb
    • 提供者:乔梦楠
  1. cifafenxichengxu

    0下载:
  2. 代码为一个简单的词法分析器的源代码,能从文件中分析一段句子的词法,识别标识符、运算符、关键字等。-The code for a simple lexical analyzer source code from some sentences lexical identification identifier, operator, keyword file analysis.
  3. 所属分类:Console

    • 发布日期:2017-11-17
    • 文件大小:1.51kb
    • 提供者:sqc
  1. 1231231231

    0下载:
  2. Visual c++ 写的词法分析器能对语句和词进行分析-The lexical analyzer Visual c++ write statements and word analysis
  3. 所属分类:Console

    • 发布日期:2017-12-04
    • 文件大小:207.71kb
    • 提供者:siler_ya
  1. Lexical-analyzer(cPP)

    0下载:
  2. vs环境下,用c++实现的一个简单的词法分析器。-vs environment, with c++ achieve a simple lexical analyzer.
  3. 所属分类:Console

    • 发布日期:2017-12-09
    • 文件大小:1.21kb
    • 提供者:往下
  1. TCP2

    0下载:
  2. Top down syntactic analyzer
  3. 所属分类:Console

    • 发布日期:2017-05-14
    • 文件大小:3.33mb
    • 提供者:Darkindy
  1. jixu

    0下载:
  2. 词法分析器,每个循环处理一个单词;调用词法分析过程;输出每个单词的内部码(种别编码,属性值)。建议从文件中读取要分析的符号串。-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
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:193.34kb
    • 提供者:shangcongcong
  1. analyzer

    0下载:
  2. 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
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:6.02kb
    • 提供者:hatem
搜珍网 www.dssz.com