CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 词法分析

搜索资源列表

  1. cifa

    0下载:
  2. 用c++写的一个编译原理的词法分析程序,可以从目录下读取源代码翻译-With c++ write a compiler theory lexical analysis procedures, can be read from the directory source code translation
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:2205
    • 提供者:ezio
  1. chenzhix

    0下载:
  2. 用c++语言实现的词法分析程序,编译原理作业题-Lexical analysis procedures c++ language, compiler theory job title
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:1653
    • 提供者:chenzhixiao
  1. cyuyansuanfa-fenxi

    0下载:
  2. c语言词法分析程序, 实现了以下功能: (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 (2) 可以识别并读取源程序中的注释。 (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4) 检查源程序中存在的非法字符错误,并可以报告错误所在的行列位置。 (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理,可以检查并报告源程序中存在的所有
  3. 所属分类:CSharp

    • 发布日期:2017-12-07
    • 文件大小:185812
    • 提供者:tursunjan
  1. 1

    0下载:
  2. 进行了基本的词法分析,能够将所输入程序里的词分出来并可以显示错误的行数-Basic lexical analysis, and points out the word in the input program can display an error number of rows
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:2013
    • 提供者:马畅
  1. Compiler_C

    1下载:
  2. java编写的C语言编译器,从C语言完成了到四元式的编译过程。其中包括词法分析,语法分析,语义分析,中间代码生成。-java written in C language compiler from the completion of the C language to quaternion-compilation process. Including lexical analysis, parsing, semantic analysis, intermediate code generatio
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:31652
    • 提供者:邓达成
  1. compiler

    1下载:
  2. 本编译器主要有四部分功能: 1、词法分析 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)。 2、语法分析之递归下降分析 递归下降分析法的前提是文法必需为LL(1)文法,此功能为验证性功能,已经给出文法,输入一符号串,验证是否属于该文法的句子即可。 3、语法分析之LL(1)预测分析 此
  3. 所属分类:CSharp

    • 发布日期:2017-11-11
    • 文件大小:635875
    • 提供者:Jagtu
  1. xifafenxi

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

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

    0下载:
  2. 这是自然语言处理应用的一个由底到上的词法分析程序,可以用。-This is the natural language processing applications from the bottom to the lexical analysis program can be used.
  3. 所属分类:.net

    • 发布日期:2017-11-18
    • 文件大小:53963
    • 提供者:jiang
  1. WordAnalysis

    0下载:
  2. 编译原理的词法分析实验,用于C语言的词法分析,仅仅用于参考!-This is a word_analisis progrom!
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:264389
    • 提供者:蔡光宁
  1. lexical-analysis

    0下载:
  2. 编译原理实验一:C++源代码单词扫描程序(词法分析)-C++ source code word scanning procedures (lexical analysis)
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:727478
    • 提供者:Tin
  1. 2

    0下载:
  2. 编译器的实现,包括词法分析、语法分析、中间代码生成等-compiler tools
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:6817
    • 提供者:八神
  1. Test

    1下载:
  2. 有关赋值语句的语法分析程序设计,其中包含词法分析以及文件的读写操作,使用四元式写入到磁盘文件。-Parser design of the assignment statement, which contains lexical analysis, and file read and write operations, the use of quaternion type is written to the disk file.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-04
    • 文件大小:10829
    • 提供者:张浩
  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. 编译原理的词法分析程序的代码,希望能帮到你。-Compiler theory lexical analysis program code, hope you can help.
  3. 所属分类:Other systems

  1. CPPCiFaFenXi-SourcePwendang

    0下载:
  2. 实现了编译原理中基本的词法分析,并附带有说明文档。-Compiler to achieve the principle of lexical analysis, together with a descr iption of the document.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:255246
    • 提供者:纳蓝
  1. lexlinuxsource

    0下载:
  2. 利用linux下的flex生成一个词法分析器,输入文法的正则表达式,加入相关处理函数。由main()调用yylex()入口函数执行词法分析 -Use under linux flex to generate a lexical analyzer input grammar regex adding handler function. Yylex () is called by the main () entry function to perform lexical analysis
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:48447
    • 提供者:
  1. cifas

    0下载:
  2. 词法分析对输入的字符串进行分析生成二元式,能标记错误指示-Lexical analysis
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:24941
    • 提供者:wuzhilei
  1. pl01

    0下载:
  2. 对指定的C语言程序进行词法分析,并输出词法分析结果-lexical analysis
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:1417
    • 提供者:xcm
  1. cifa

    0下载:
  2. 可以实现c和c++语言注释过滤,进行词法分析-The Language Note of c and c++ of filtering, lexical analysis
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:52175
    • 提供者:吴帅
  1. 20120502_lxw

    0下载:
  2. 实现编译原理中词法分析,语法分析,语义分析,包括递归下降算法,LL1文法等-Compiler theory lexical analysis, parsing, semantic analysis, including recursive descent algorithm, LL1 grammar
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:2155336
    • 提供者:刘晓曦
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 28 »
搜珍网 www.dssz.com