CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - WordAnalysis

搜索资源列表

  1. WordAnalysis

    0下载:
  2. 这是我们编译原理的实验资料,如果有需要的可以拿去看一看-This is our compiler principles of experimental data, if need be used as a look
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:16109
    • 提供者:李建
  1. wordanalysis

    0下载:
  2. 编译原理课程中的单词词法分析程序,使用java编写。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1856
    • 提供者:权飞龙
  1. wordanalysis

    1下载:
  2. 、该个词法分析器要求至少能够识别以下几类单词: a. 关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b. 标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c. 常数:NUM=(+ | - |ε)digit digit*(.digit digit* |ε)(e(+ | - |ε) digit digit* |ε),letter = a|
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1890
    • 提供者:dujuan
  1. WordAnalysis

    0下载:
  2. 简单的词法分析器 词法分析的任务是:从左至右这个字符地对源程序进行扫描,产生一个个的单词符号,把作为字符串的原程序改造成为单词符号穿的中间程序 该程序以类表的形式,对词语进行解析-Word Analysier
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:68377
    • 提供者:冯志远
  1. WordAnalysis

    0下载:
  2. 编译原理的词法分析器,做得很不错哦,强烈推荐-Compiler Construction Principles of the lexical analyzer, oh so very good, strongly recommend
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:54815
    • 提供者:杨扬
  1. wordanalysis

    0下载:
  2. 采用VC编程的词法分析器,代码可以直接运行,思路清晰易懂,可用作演示,也可帮助理解编译原理的词法分析过程-Programming using VC lexical analyzer, code can be directly run clear and understandable, can be used as a demo, but also can help the compiler to understand the principle of the process of lexical
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:6948
    • 提供者:卓琳 瑞格
  1. WordAnalysis

    0下载:
  2. 输入一串字符串,程序自动分析出字符串中包含的单词,将它们保存并输出.-Enter the string of the string, the program automatically analyzes a string of words contained in them to preserve and output.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:10919
    • 提供者:Jimmy
  1. WordAnalysis

    0下载:
  2. 一个小小的词法分析器~能实现将输入串扫描~并完成相应功能-~ A small lexical analyzer to achieve the input string scan and complete the corresponding function ~
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:181886
    • 提供者:张小胖
  1. wordanalysis

    0下载:
  2. ANSI C词法分析器,编译原理课上的课程设计,每次按行读入源程序,这是不足之处~-word analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2954
    • 提供者:dihuoly
  1. WordAnalysis

    0下载:
  2. 用Java写的C语言词法分析器,做的编译原理实验.-A lexical analyzer for C language written in the Java
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:2690
    • 提供者:flt
  1. WordAnalysis

    0下载:
  2. 词法分析器的源代码 代码实现了词法分析的详细过程-The codes of word s analysis,the compilier technology It relaise the fuction of word s analysis,the compilier technology
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:862
    • 提供者:王萱
  1. WordAnalysis

    0下载:
  2. 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)-The preparation of a read word process, from the input source, the identification of each word has an independent significance, namely, t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1092
    • 提供者:凌云
  1. WordAnalysis

    0下载:
  2. 这是一个词法分析程序,vs开发,需要的可以下,正在学编译原理的应该用得着-This is a lexical analysis program, vs development needs can be, the school principle should need it compiled
  3. 所属分类:其他小程序

    • 发布日期:2017-04-23
    • 文件大小:305631
    • 提供者:real
  1. WordAnalysis

    0下载:
  2. 词法分析器程序,很详细使用的词法分析,可以输出分析结果到文件-Lexical analyzer program, very detailed lexical analysis, and can output the analysis results to a file
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:525624
    • 提供者:faith
  1. WordAnalysis

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

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

    0下载:
  2. 华为比赛试题 对输入的多个字符串进行分析,输出所有匹配的字符串-the function to match the string
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:1035
    • 提供者:肖伟
  1. WordAnalysis

    0下载:
  2. 编程实现下述C语言子集的词法分析程序,C语言子集的文法描述如下: 语句→赋值语句|条件语句|转移语句|带标号的赋值语句 带标号的赋值语句→〈标号〉〈赋值语句〉 赋值语句→变量=算术表达式 条件语句→IF<布尔表达式>THEN语句 |IF<布尔表达式>THEN语句ELSE语句 转移语句→GOTO标号 变量→标识符 标识符→字母|<标识符><数字> 字母→A|B|…|Z|a|b|…|z 数字→0|1|…|9
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-27
    • 文件大小:349773
    • 提供者:zhangwei
  1. WordAnalysis

    0下载:
  2. 基于java的此法分析器,可以识别标示符、关键字并且编号-This java-based parser can recognize identifiers, keywords and number
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2326
    • 提供者:Connie
  1. wordAnalysis

    0下载:
  2. 词法分析器。输入为txt文档,一个字符一个字符的读取输出为词+所属类别(所属类别在注释内有写) 后期要改入加到分析器内可以给一个词,一个字符一个字符读取后输出类别,非常方便。 Xcode开发,下载后可直接查看cpp文件(This is a lexical analysis. Input:txt Output:every single word and their type)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-05
    • 文件大小:615424
    • 提供者:菜丁丁
  1. wordAnalysis

    0下载:
  2. 一个进行词法分析的程序,支持文件输入,C#编写。(A program for lexical analysis, supporting file input, and writing C#.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-07
    • 文件大小:45056
    • 提供者:Emelia
搜珍网 www.dssz.com