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

搜索资源列表

  1. 3GWS-Demo

    0下载:
  2. 这是一个用C++编写的编译原理的词法分析程序,希望对各位学习编译的同学有一定帮助-This is a C compiler prepared by the tenets of lexical analysis procedures, Members hope to compile the study will definitely help students
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3487424
    • 提供者:liyingjie
  1. cifashiyanbaogao

    0下载:
  2. 实验报告 词法分析 内有详细的程序结构 解释以及程序的整个相关说明-Experimental Morphology Analysis report has detailed procedures to explain the structure and procedures of the entire note
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8917
    • 提供者:余琨
  1. cmd_SNL_C_complier

    0下载:
  2. snl语言是一个简单的具有嵌套过程定义的过程式语言,本原码用C语言实现了SNL语言的词法分析,语法分析,语义分析,中间代码生成,中间代码优化,目标代码优化的完整模块,并有极为详细的注释,是学习编译原理的极佳材料。-snl language is a simple process with nested definition of language, Primitive code using C language of SNL language lexical analysis, parsing,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:232767
    • 提供者:张振宇
  1. visual_SNL_C_complier

    1下载:
  2. snl语言是一个简单的具有嵌套过程定义的过程式语言,本原码用C语言实现了SNL语言的词法分析,语法分析,语义分析,中间代码生成,中间代码优化,目标代码优化的完整模块,并有极为详细的注释,是学习编译原理的极佳材料。-snl language is a simple process with nested definition of language, Primitive code using C language of SNL language lexical analysis, parsing,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3491943
    • 提供者:张振宇
  1. BYexperiment

    0下载:
  2. 一个简单的编译器程序,实现了词法分析和语法分析部分-a simple compiler procedures, the lexical analysis and syntax analysis of
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:21295
    • 提供者:E_wait
  1. segmentICTCLASforwindows

    0下载:
  2. 汉语词法分析系统ICTCLAS windows版本,我将FreeICTCLASLinux移植到windows下,开发环境VS2005-Chinese lexical analysis system ICTCLAS windows version I will FreeICTCLASLinux transplant windows, VS2005 Development Environment
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2746389
    • 提供者:zhoushusen
  1. PL0Backup

    0下载:
  2. 《PL/0的编译器》:PL/0语言是Pascal语言的一个子集,《PL/0的编译器》实现了把客户用PL/0语言编写的程序编译成类PCODE代码,并能虚拟机上解释运行生成的类PCODE代码的功能。《PL/0的编译器》采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。-"PL / 0 compiler" : PL / 0 Pascal language is a language sub
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:383937
    • 提供者:李建龙
  1. scaner(c)

    1下载:
  2. 一个C编写的词法分析程序(词法扫描器)。 fetch.txt为取词文件,程序可识别该txt中的词法。 需要编译原理词法分析程序的人,还等什么!-a lexical analysis prepared by the procedures (lexical scanner). Fetch.txt for word from documents, procedures to identify the morphology of txt. Need to build principl
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8296
    • 提供者:li
  1. word-analysis

    0下载:
  2. 词法分析程序。可实现对C语言的词法分析,关键字32个,包含了C的绝大部分运算、限界符,主要是对文件进行读、写操作,节省内存消耗,是一个不错的词法分析程序。-lexical analysis procedure. To be able to achieve C language lexical analysis, keyword 32, C contains the majority of operations Bound website. principal of the document to
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:32829
    • 提供者:nimeda
  1. SLR(0)

    0下载:
  2. SLR(0)语法分析的简单赋值语句的翻译程序,含词法分析,共800行-SLR (0) syntax analysis of the simple assignment of the translation process, including lexical analysis, a total of 800 firms.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:18337
    • 提供者:xiongbo
  1. cifafenxijiandanban

    0下载:
  2. 不是专业的词法分析 只适合编译原理课程设计(再难就不像是学生做的了)-not professional lexical analysis is only suitable for compiling curriculum design principles (such as students not hard to do.)
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3499
    • 提供者:李爱春
  1. 20070518

    0下载:
  2. C-语言的编译器中的词法分析和语法分析VC++开发-C-language compiler of lexical analysis and syntax analysis of the development of VC
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:47241
    • 提供者:闫文博
  1. bianyiyuanlikechengsheji

    0下载:
  2. 词法分析,语法分析,以及中间代码生成 布尔表达式转换为逆波兰式-lexical analysis, parsing, and the intermediate code generated Boolean expressions into reverse Polish notation
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1774356
    • 提供者:陈进
  1. 词法语法分析器

    0下载:
  2. 词法语法分析器 输入源程序,输出语法分析树,预测分析表-lexical analyzer input source grammar, syntax tree output forecast analysis Table
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-14
    • 文件大小:214972
    • 提供者:zhj
  1. ictclas4j

    0下载:
  2. ictclas java实现 很不错的 包含全部所需的文件包 能对句子进行详细的词法分析.-ictclas java achieve very good contain all the necessary documents to the sentence package detailed Lexical analysis.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3646226
    • 提供者:wanglch
  1. LRfanyichengxu

    0下载:
  2. 用LR法做的词法分析+语法分析+语义分析程序,对赋值语句进行翻译(用txt文档输入赋值语句)-LR Act do with the lexical analysis of syntax analysis semantic analysis procedures, The assignment for the translation (txt file with the importation of assignment)
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:13457
    • 提供者:chen启
  1. complior_cifa_yufa

    0下载:
  2. 编译器模拟程序,有完整的词法分析,简单的语法分析,供大家参考。-compiler simulation program, a comprehensive lexical analysis, a simple syntax analysis, for your reference.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:24032
    • 提供者:王一凡
  1. test1text

    0下载:
  2. 词法分析 输入文法后 可以对输入的文法进行词法分析 列出一个2为表 显示出他是表示副-grammar lexical analysis after importation of input grammar for lexical analysis shown in Table 1 for two shows that he is Table said Deputy etc.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1925
    • 提供者:ccb
  1. JAVA_SCANNER

    0下载:
  2. 一个简单的JAVA语言的词法分析器,读入文件,经过词法分析将分析结果写入输出文件中.(附JAVA词法分析要求)-a simple Java language lexical analyzer, read into the document, After lexical analysis of the results of the analysis into the output file. (JAVA lexical analysis requirements)
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:18003
    • 提供者:shiliyan
  1. del627551022

    0下载:
  2. 编译原理代码下载 词法分析其与法分析器-compiler code downloaded lexical analysis analyzer with the law, etc.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:22889
    • 提供者:sumseen
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com