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

搜索资源列表

  1. 语法分析c实现

    2下载:
  2. 该程序实现了词法,语法分析的功能,可以在记事本中编辑代数表达式-realized by the morphology, syntax analysis capabilities in the notebook edited algebraic expressions
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:11076
    • 提供者:沈石林
  1. first_word

    0下载:
  2. 这个程序是一个关于词法的分析程序。它可以对一些字段不是很长的语句进行词法上的分析。并输出分析结果。-the procedure is one of the lexical analysis procedure. It can be right some of the fields is not a very long statement for the lexical analysis. Results of the analysis and output.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:10277
    • 提供者:tom
  1. second_lexical

    0下载:
  2. 这个程序是一个递归向下的词法分析程序。它采用了递归的方式由上而下的对一个文本的词法进行分析。-This is a recursive procedure downward lexical analysis procedure. It uses recursive manner of a top-down version of the lexical analysis.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:9614
    • 提供者:tom
  1. JavaScanner

    0下载:
  2. JAVA词法分析程序,程序不难,但是对于初学者来说具有一定参考价值-JAVA lexical analysis procedure is not difficult, but for a newcomer with a certain reference value
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:20448
    • 提供者:奚士佳
  1. 编译原理实验_课程设计_词法分析

    0下载:
  2. 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, t
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:139411
    • 提供者:谷穗
  1. soj

    0下载:
  2. 编译原理的词法分析程序,实现了文件读取,编译的第一步-Compiler theory of lexical analysis procedures, the file read
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-06
    • 文件大小:681
    • 提供者:Freedream
  1. cifafenxi

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

    • 发布日期:2017-05-03
    • 文件大小:1033453
    • 提供者:杨帆
  1. lex

    0下载:
  2. lex词法分析自动生成程序,给一个规则定义文件,即可生成.cpp代码-lex lexical analysis to automatically generate the program to a rule definition file to generate. cpp code
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-16
    • 文件大小:98981
    • 提供者:赵阳
  1. xifafenxi

    0下载:
  2. 编译器的词法分析程序,用c语言编写,经测试可以分析单词的类别和内容.-Compiler lexical analysis procedures, c language, to analyze word categories and content can be tested.
  3. 所属分类:Console

    • 发布日期:2017-11-23
    • 文件大小:3336
    • 提供者:tuotyan
  1. Test2

    0下载:
  2. 词法分析器 掌握词法分析的概念,设计方法,熟悉高级语言中词法的定义,词法分析程序的编写-Lexer to grasp the concept of lexical analysis, design methods, familiar lexical definition of high-level language, lexical analysis program
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:1413
    • 提供者:henuc
  1. cifafenxi

    0下载:
  2. VC语言实现的词法分析小程序,包含实验报告,使用文件方式输入,分析语言为VC语言-VC language lexical analysis small program, including lab reports, file input analysis language for VC language
  3. 所属分类:Console

    • 发布日期:2017-11-29
    • 文件大小:235701
    • 提供者:王震
  1. cifa

    0下载:
  2. 词法分析程序,可打开文本文件,分析检测源码中的词法,找出非法语句字符-Lexical analysis detection source, to identify the character of the illegal statement
  3. 所属分类:Console

    • 发布日期:2017-12-10
    • 文件大小:3684
    • 提供者:李冰恒
  1. if-else-program

    0下载:
  2. C/C++开发的编译原理相关程序:IF-ELSE条件语句的翻译程序设计;利用LL(1)文法,对以文件形式输入的if条件语句进行词法、语法及语义分析,并最终得到以四元式形式表示的中间代码,要求将词法及语法分析结果以文件形式输出。-Compiler principles related procedures: translation program designed IF-ELSE conditional statement use LL (1) grammar, for if condition
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:1000241
    • 提供者:许大卫
搜珍网 www.dssz.com