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

搜索资源列表

  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. bianyiyuanyidaima

    0下载:
  2. 编译原理代码 包括正规式匹配LR文法分析语义分析-compiler code including formal grammar LR-match analysis of semantic analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:19984
    • 提供者:jinnee.lee
  1. 20050trbyt08581224577

    0下载:
  2. 编译原理中的slr分析算法, 希望对需要的人有帮助-compiler theory of slr analysis algorithm, and I hope to those who need help
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:16257
    • 提供者:芦苇
  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. parse_for_learner

    0下载:
  2. 简单的词法分析程序,识别有限的字符. 编译原理的作业,仅供参考-simple lexical analysis procedures, limited recognition of the characters. Compiling principle of operation is for reference only
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11453
    • 提供者:y
  1. cffxiq

    0下载:
  2. 该程序是词法分析器,是编译原理课程的实验,对于广大学生很有用处。-the program is a lexical analyzer, the principle is to compile the experimental curriculum for the majority of students useful.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6783
    • 提供者:sun
  1. byylkcsj

    0下载:
  2. 基于C语言子集的词法分析器,编译原理作业-based on the C language subset of the lexical analyzer, compiler theory operations
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:17888
    • 提供者:张淼
  1. binyiyl

    0下载:
  2. 计算机编译原理的几个经典设计,感觉还是不错的-computer compiler theory of classical design, still feel good
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:93403
    • 提供者:西男
  1. lex3

    0下载:
  2. LEX源文件,把 十进制转为16进制,是编译原理试验的内容-LEX source document, and 16 to 229 decimal, is to compile the contents of the Test
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:97099
    • 提供者:chenwei
  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. yufafenxi_ll(1)

    0下载:
  2. 学编译原理时写的一个语法分析程序 一.[目的要求] ① 对输入文法,由程序自动构造FIRST FOLLOW集 ② 对输入文法,由程序自动生成它的LL(1)分析表; ③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。 二.[题目分析] 该程序可分为如下几步: (1)读入文法 (2)判断正误 (3)若无误,判断是否为LL(1)文法 (4)若是,构造分析表; (5)由总控算法判断输入符号串是否为该文法的句型。
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 编译原理中的slr分析算法 这个是同学编的。希望能通过验证~-compiler theory of slr analysis algorithm is the addendum to the students. Hope that through the certification ~ Oh
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:16386
    • 提供者:王立
  1. lexuretest

    0下载:
  2. 编译原理词法和语法分析,体内容是产生一个二元式文本文件,扩展名为dyd,可将Pascal程序(测试程序)分解成为一个一个的单词,并查“单词符号与种别对照表”得出其种别,用一数字表示,范围1-56(52-56分别对应保留字integer、real、boolean、char)。-compiler theory morphology and syntax analysis, body is a dual-generated text files, dyd the extension can be Pa
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2035
    • 提供者:test
  1. byyl_cffxq

    0下载:
  2. 编译原理:词法分析器(C++实现) 将PASCAL的源程序,即相应字符流转换成内部表示,并对标识符填写相应的符号表供编译程序以后各阶段使用,输出的单词符号格式为二元组(单词种别,单词在标识符表中的地址),标识符表格式有“序号”和“标识符本身的值”两项。-compiler : lexical analyzer (C achieved) will PASCAL source, that is, replaced by the corresponding characters in the int
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10643
    • 提供者:Snake
  1. scanner22

    0下载:
  2. 编译原理词法分析器,进行预处理,及单词的规约-compiler theory lexical analyzer, pretreatment, and the words of the Statute
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4866
    • 提供者:nannan
  1. LRAnalysis

    0下载:
  2. 编译原理 中的LR分析 控制台程序设计与实现,刚刚做的-compiler theory of LR Analysis Console program design and implementation, just so
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:17732
    • 提供者:周川祥
  1. parsing

    0下载:
  2. 用、Visual++6.0 开发的控制台程序,编译原理中的语法分析-use, Visual 6.0 console procedures, compiler theory of syntax analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:25722
    • 提供者:周川祥
  1. del627551022

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

    • 发布日期:2008-10-13
    • 文件大小:22889
    • 提供者:sumseen
  1. drysea1

    0下载:
  2. 编译原理的词法分析器源代码,这是编译原理的必修作业,我也为此头疼了好一阵!希望对大家有用~-compiler tenets of lexical analyzer source code, compile it is the principle of compulsory work, I am also a big headache for a good while! We hope that the right useful ~
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2279
    • 提供者:干海娟
  1. RJ010408

    0下载:
  2. 学编译原理时的课程作业,里面包含抽象语法树和程序源代码.-school compiler theory courses at the operation, which contains an abstract syntax tree and source code.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:126753
    • 提供者:吗啡
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 ... 50 »
搜珍网 www.dssz.com