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

搜索资源列表

  1. bnf

    0下载:
  2. BNF 递归下降语法分析器 文法: E->E+T|T T->T*F|F F->(E)|i-BNF recursive grammar decline parser : E -
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3.42kb
    • 提供者:keke
  1. tcc-0.9.23

    0下载:
  2. Tiny C Compiler - C scr ipting Everywhere - The Smallest ANSI C compiler Installation on a i386 Linux host (for Windows read win32/readme.txt) ./configure make make test make install By default, tcc is installed in /usr/local
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:435.94kb
    • 提供者: 刘竞楠
  1. LRYF

    0下载:
  2. 对下列文法 E->E+T|T T->T*F|F F->(E)|i LR(0)分析程序 -the following grammar E -
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4.33kb
    • 提供者:小周
  1. rs-codec-8-4

    0下载:
  2. encode.v The encoder syndrome.v Syndrome generator in decoder berlekamp.v Berlekamp algorithm in decoder chien-search.v Chien search and Forney algorithm in decoder decode.v The top module of the decoder inverse.v Computes multiplic
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:43.86kb
    • 提供者:zs8292
  1. IR_RX

    0下载:
  2. Infra Red Received coding for received 8 bit address and data code-Infra Red Beijing coding for received eight bi t address code and data
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.1kb
    • 提供者:Kevin
  1. uc-tokens10

    0下载:
  2. Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard i/o is too clumsy. C programmers fall back on strtok(), but this can be tricky to use properly. Besides, you are still responsible for keeping
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:16.17kb
    • 提供者:lee
  1. LL(1)yufafenxi

    0下载:
  2. *--- --- --声明--- --- -----*/ /* VC6.0下运行通过 此程序为本人苦心所做,请您在阅读的时候,尊重本人的 劳动。可以修改,但当做的每一处矫正或改进时,请将改进 方案,及修改部分发给本人 (修改部分请注名明:修改字样) Email: jink2005@sina.com QQ: 272576320 ——初稿完成:06-5-27 jink2005 补充: 程序存在问题: (1) follow集不能处理
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5.16kb
    • 提供者:林月忠
  1. VC-yu-yin

    0下载:
  2. The ITU-T(Telecommunication Standardization Sector)is a permanent organ of the International Telecommunication Union(ITU).The ITU-T is responsible for studying technical,operating and tariff questions and issuing Recommen- dations on them with a
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.89mb
    • 提供者:zzb
  1. diguixiajiang

    0下载:
  2. 可以识别字符串是否符合以下文法: (1)E->TG (2)G->+TG|—TG (3)G->ε (4)T->FS (5)S->*FS|/FS (6)S->ε (7)F->(E) (8)F->i
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.14kb
    • 提供者:xzy
  1. 国立——词法分析

    0下载:
  2. 自己做的一个普通词法分析程序c语言环境终结符:e c j t u可扩展-have done an ordinary lexical analysis procedure c language environment End Address : c j e t u scalability
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3.26kb
    • 提供者:海浪
  1. 5466

    0下载:
  2. 没什么的 只是一个普通的编译原理的实验程序-it doesn t matter,it is a ordinary test program of complier pronciple
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.1kb
    • 提供者:张娟
  1. CMM.rar

    0下载:
  2. 这个语法分析器用到的是自顶向下的递归调用的方法,根据Cminus语言的文法规则 的BNF范式编写递归调用的代码,parse方法是程序的入口,它调用的stmt_sequence完成整个语法分析工作,stmt_sequence背后是12个互相调用的方法,它本身也在语法分析的过程中被调用到。 每个方法在最后会返回一个构造好的节点DefaultMutableTreeNode节点t给调用它的方法,然后调用它的方法用这个返回的节点继续构造,最后语法分析完成后会返回一棵完全构造好了的树节点,然后将这个树节点
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:137.77kb
    • 提供者:文龙
  1. yufafenxi.rar

    0下载:
  2. 程序名称: 递归下降语法分析器 程序用途: 编译原理实验 实验题目: 识别下列表达式 E->E+T|T T->T*F|F F->(E)|i ,Name: recursive descent parser program purposes: to compile the experimental subject of experiment: Identify the following expression of E-> E+ T | T T-> T* F |
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:853byte
    • 提供者:zdh
  1. alngam

    0下载:
  2. library which evaluates the lower tail of the noncentral Student s T distribution this is Applied Statistics Algorithm 5
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:1.56kb
    • 提供者:李泽
  1. 0cwHkQSp

    0下载:
  2. 这个是EAN-13的VB源代码。请大家笑纳-This is EAN-13 of the VB source code. Please笑纳
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:257.1kb
    • 提供者:steven
  1. suanfuyouxianfenxiqi

    2下载:
  2. 【目的】 设计一个算符优先分析器,理解优先分析方法的原理。 【要求】 使用算符优先分析算法分析下面的文法: E’ → #E# E → E+T | T T → T*F | F F → P^F | P P → (E) | i 其中i可以看作是一个终结符,无需作词法分析。具体要求如下: 1. 如果输入符号串为正确句子,显示分析步骤,包括分析栈中的内容、优先关系、输入符号串的变化情况; 2. 如果输入符号串不是正确
  3. 所属分类:Compiler program

    • 发布日期:2015-09-21
    • 文件大小:2.85kb
    • 提供者:王东旭
  1. lpl

    0下载:
  2. 用于数字下变频器的 FPGA 实现 -Digital Down Converter for the FPGA to achieve
  3. 所属分类:Compiler program

    • 发布日期:2017-05-11
    • 文件大小:2.66mb
    • 提供者:camilla
  1. PL0_net

    0下载:
  2. this a PL0 program, i wrote, but i don t know, is it correct-this is a PL0 program, i wrote, but i don t know, is it correct
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:16.61kb
    • 提供者:thin
  1. LL1

    0下载:
  2. LL分析器 2、 在VC下打开LL1.dsp,阅读工程LL1,LL1为一个加、乘法(适当扩充可为四则)运算表达式的LL1预测语法分析器,规定其文法如下: E->TE’ (1) E’->+TE’ (2) E’->ε (3) T->FT’ (4) T’->*FT’ (5) T’->ε (6) F->(E) (7) F->i (8) 程序设计思路见课本P76,
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:9.14kb
    • 提供者:chivas
  1. yufafenxiqi

    0下载:
  2. 能够对表达式进行自上而下语法分析,判断表达式中是否有非法字符,这类表达式的文法为: E->TE’ E’->+TE’| ε T->FT’ T’->*FT’| ε F->(E)|i-this program can analysize the express in a top-down analysis.It can tell us whether there are illegal chars in the express.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:185.17kb
    • 提供者:xujiaoxian
« 12 3 »
搜珍网 www.dssz.com