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

搜索资源列表

  1. kebiaoguanli

    0下载:
  2. Here we are at the crossroads once again Youre telling me youre so confused You cant make up your mind Is this meant to be Youre asking me Trademark But only love can say - try again or walk away But I believe for you and me The sun w
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:298634
    • 提供者:vvk
  1. Superlist_src

    0下载:
  2. I built the Superlist control whilst developing an RSS reader called FeedGhost. Although there are plenty of commercial grouped list controls available I wanted to have total control over the code and of course its usability. Superlist supports drag
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:131399
    • 提供者:吴清
  1. RESPIHT

    0下载:
  2. This zip contains a simple paper of SPIHT generated streams run length encoded ... later i ll be posting the MATLAB source code also and also SPIHT with Arithmetic coding
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:110053
    • 提供者:陈语恬
  1. ll

    0下载:
  2. 一个使用中的程序,用于变电所的落雷监控系统。
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:130358
    • 提供者:kelink
  1. DCPlusPlus-0.691-src

    0下载:
  2. 一个不错的关于手机模块程序This page contains everything that has changed in the history of DC++. Read this to find out about features that are poorly or not documented at all. You ll also find all the people that have contributed code to DC++ here
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:2448630
    • 提供者:jndy
  1. 25232154653

    0下载:
  2. LL(1)词法分析程序 可以生成first和follow集合 由不同文法构建分析表
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:185331
    • 提供者:860917
  1. bianyiyuanli

    0下载:
  2. 编译原理,包括词法语法,ll(1) Lr分析
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:167005
    • 提供者:蓝飞
  1. Parser

    0下载:
  2. 本程序要求用户在控制台里输入非终极符,终结符与产生式,然后对用户输入的文法进行分析,得出first集 与follow 集,并打印出预测分析表用户决定是否继续进行句型分析,如继续则给出符号分析栈的实现,从而判断刚输入的句子是否为符合该文法的句子。 该程序遵循LL(1) 文法FIRST(A)的构造:是A的所有可能推导的开头终结符或可能的ε FOLLOW(A)是所有句型中出现在紧接A之后的非终结符或“#” 预测分析程序 构造LL(1)分析表 ⅰ,构造文法中所有元素的FIRST和FOLL
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6681
    • 提供者:刘志兵
  1. yffx

    0下载:
  2. 语法分析是编译程序的核心部分,其主要任务是确定语法结构,检查 语法错误,报告错误的性质和位置,并进行适当的纠错工作.法分析的方法有多种多样,常用的方法有递归子程序方法、运算符优先数法、状态矩阵法、LL(K)方法和LR(K)方法。归纳起来,大体上可分为两大类,即自顶向下分析方法和自底向上分析方法. Syntax进行语法分析.对于语法分析,这里采用LR(1)分析法,判断程序是否满足规定的结构.构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1828
    • 提供者:项阳
  1. test5

    0下载:
  2. Expanding on the last tutorial, we ll now make the object into TRUE 3D object, rather than 2D objects in a 3D world. We will do this by adding a left, back, and right side to the triangle, and a left, right, back, top and bottom to the square. By doi
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8772
    • 提供者:mwb
  1. test07

    0下载:
  2. In this tutorial I ll teach you how to use three different texture filters. I ll teach you how to move an object using keys on the keyboard, and I ll also teach you how to apply simple lighting to your OpenGL scene. Lots covered in this tutorial, so
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:68334
    • 提供者:mwb
  1. test9

    0下载:
  2. Welcome to Tutorial 9. By now you should have a very good understanding of OpenGL. You ve learned everything from setting up an OpenGL Window, to texture mapping a spinning object while using lighting and blending. This will be the first semi-advance
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:18541
    • 提供者:mwb
  1. test18

    0下载:
  2. Quadrics are a way of drawing complex objects that would usually take a few FOR loops and some background in trigonometry. We ll be using the code from lesson seven. We will add 7 variables and modify the texture to add some variety :)
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:23049
    • 提供者:mwb
  1. 50021523

    0下载:
  2. 对于输入的文法,判断其有效性,用LL(1)方法进行语法分析,并可判别输入的符号串是否为该文法的句型。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:79357
    • 提供者:蔡晓星
  1. Compile_LL

    0下载:
  2. 这是一个编译原理的课程设计,完成了词法分析与语法分析的功能,其中语法分析用LL(1)文法
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:13329
    • 提供者:dwq
  1. DE2_NET

    0下载:
  2. This designs demonstrates how to use the Ethernet port using a Nios II system on the DE2 board. It sends packets, and using a loopback Ethernet cable, it ll receive the same packets which are then displayed. It also works if the board is connected to
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:564358
    • 提供者:jemalyang
  1. bianyiyuanli

    1下载:
  2. WHILE条件语句的翻译程序设计(LL(1)法、输出四元式)。。按照课程设计的要求,写一个能识别while循环语句的文法,通过一定的变换使它符合LL(1)法的要求,然后按照这个文法编写一个程序,该程序能识别输入的语句是否符合while语句的文法,或者能不能通过文法的开始符号推导出该语句。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:204194
    • 提供者:zxwrt
  1. LL1

    1下载:
  2. LL(1)语法分析 编译原理 试验LL1的实验报告
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6504
    • 提供者:hulingni
  1. LL(1)

    0下载:
  2. 功能很强大的语法分析程序,你想要的都在里面了
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:30410
    • 提供者:KG
  1. LL1

    0下载:
  2. 编译器中LL(1)算法的简单实现,用于大学作业
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:11184
    • 提供者:lily
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com