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

搜索资源列表

  1. 06012701377504

    0下载:
  2. LL(1)文法判定(C#) SimpleLL1目录下为源程序 EXE目录下为编译好的可执行文件 Product1.txt~Product4.txt为测试用产生式(可直接在程序中加载) Symbols.txt为测试用符号集(可直接在程序中加载) 转载或引用请注明出处:www.shootsoft.net -LL (1) grammar found (C#) SimpleLL1 directory of the source of EXE directory compil
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:184229
    • 提供者:尹君
  1. IORO

    0下载:
  2. 可以直接运行的C语言开发的,编译原理的词法分析器!多的不说!能用是关键!为本人课程设计时做!-direct operation of the C-language development, Compiler Principle lexical analyzer! not many! can be used is the key! I courses for the design!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8579
    • 提供者:gavinioro
  1. yongluo

    0下载:
  2. 词法分析器,简单而且实用用的很好啊,可以直接运行,这个是编译原理的作业-lexical analyzer, simple and practical use of a good ah, direct operation, the compiler is the principle of operation
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3149
    • 提供者:罗勇
  1. csouce

    0下载:
  2. 这是一个vc++环境下运行的编译原理的词法分析源程序,可以在vc++环境下直接运行,其中有运行的截图,学校要求做实验报告,给和我一样要交报告的人。-This is a vc environment compiler running under the principle source of lexical analysis, the vc direct operating environment, which is running the screenshots, the school aske
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:286714
    • 提供者:张信龙
  1. dcc32speed

    0下载:
  2. 德国人写的delphi编译器加速工具,不需要设置直接使用-Written in German delphi compiler to accelerate the tools, do not need to set up direct access to
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:12236
    • 提供者:刘军升
  1. count

    0下载:
  2. 波特率计算软件,快速计算波特率,直接输入时钟频率-Baud rate calculation software, and rapid calculation of the baud rate, the direct input clock frequency
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:10529
    • 提供者:qunzi
  1. 74xunhuanbianmawumalvfenxi

    0下载:
  2. 对(7,4)循环码的误码率进行了matlab的仿真,通过对比两条曲线,直观对比出未经过信道编码和经过信道编码的误码率比较。-Of (7,4) cyclic code error rate of the matlab simulation, by comparing the two curves, a direct comparison has not been after channel coding and channel coding the bit-error rate.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:541
    • 提供者:hanxu
  1. robust_c_compiler

    0下载:
  2. A direct to the point source code explanatory written in C language, from the book of Kenneth Louden: Compiler Construction: Principles and Practices.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:34007
    • 提供者:nobel
  1. diguixiajiang

    0下载:
  2. 递归下降的基本思想: 为每一个非终结符构造一个子程序,每一个子程序的过程体中按该产生式的候选项分情况展开,遇到终结符直接匹配,而遇到非终结符就调用相应非终结符的子程序。该分析从调用文法开始符号的子程序开始,直到所有非终结符都展开为终结符并得到匹配为止。若分析过程中达到这一步则表明分析成功,否则表明输入中有语法错误。递归下降分析对文法的限制是不能有公共左因子和左递归。由于文法是递归定义的,因此子程序也是递归的,被称为递归下降子程序。 -The basic idea of recursiv
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:1456
    • 提供者:WM
  1. Grammer_LR(0)(1)

    1下载:
  2. (1)直接输入根据己知文法构造的LR(0)分析表。 (2)输入已知文法的项目集规范族和转换函数,由程序自动生成LR(0)分析表; (3)输入已知文法,由程序自动生成LR(0)分析表。 -(1) direct input structure according to the known grammar LR (0) of the table. (2) Enter the set of specifications known family of grammar items an
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-05-29
    • 文件大小:94815
    • 提供者:zmf
  1. HUIBIAN

    0下载:
  2. 1.采用位触发方式编写程序,使计算机发出音响并演奏乐曲(例如《两只老虎》等)。 进一步理解程序直接控制I/O方式和位触发方式控制声音的工作原理。 一首乐曲是由不同频率和节拍的音调组成,因此控制脉冲的频率和持续时间是编写乐曲程序的关键。根据已知的音符频率对照表,设置乐曲的频率表和节拍时间表; 编写程序并调试通过。 2.了解定时器的工作原理,掌握利用定时器产生声音的方法,使计算机演奏乐曲(例如《两只老虎》等)。编写程序并调试通过。-1. Write programs using di
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1260454
    • 提供者:carponlee
  1. gcc-3.3.5.tar

    0下载:
  2. 一个语法编译程序,包括词法分析器、语法分析器以及实现对简单程序设计语言中的逻辑运算表达式、算术运算表达式、赋值语句、IF语句、While语句以及do…while语句进行编译,并生成中间代码和直接生汇编指令的代码生成器-a english compile-A grammar compiler, including the lexical analyzer, parser, and the expression of logical operations in a simple programmin
  3. 所属分类:Compiler program

    • 发布日期:2017-06-20
    • 文件大小:31324034
    • 提供者:认识的也是
  1. PCMConvert

    0下载:
  2. PCM文件:模拟音频信号经模数转换(A/D变换)直接形成的二进制序列,该文件没有附加的文件头和文件结束标志。Windows的Convert工具可以把PCM音频格式的文件转换成Microsoft的WAV格式的文件。-PCM files: analog audio signal by the analog to digital conversion (A/D transformation) direct the formation of binary sequences, it did not at
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:413973
    • 提供者:吴迪
搜珍网 www.dssz.com