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

搜索资源列表

  1. for

    0下载:
  2. 编译原理的FOR循环语句的翻译,中间代码生成,以及语法,词法分析等-compiler principles FOR cycle statement to the translation, intermediate code generation, as well as grammar, lexical analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8085
    • 提供者:yan yue
  1. small c for z80 源代码

    0下载:
  2. small c for z80 源代码-small c source code for Z80
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:202186
    • 提供者:鸿赵
  1. small c for dos源码

    1下载:
  2. C语言编译器源代码,small c for dos-C language compiler source code, small c for dos
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:99144
    • 提供者:侯华隆
  1. MPLAB_C30_v3.12.Microchip C30 compiler for PIC24 dsPIC30

    2下载:
  2. Microchip C30 compiler for PIC24 dsPIC30 dsPIC33,Microchip C30 compiler for PIC24 dsPIC30 dsPIC33
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-10-30
    • 文件大小:44252703
    • 提供者:gdeak2
  1. IAR-plugin-For-stm32F05

    0下载:
  2. 为了开发STM32F05x的程序,向IAR6.30.1加Flashloader-For developing STM32F05x program,insert these to IAR 6.30.1
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:2445545
    • 提供者:张金明
  1. C++ builder for Sunplus firmware compiling

    0下载:
  2. C++ builder for Sunplus firmware compiling.
  3. 所属分类:编译器/词法分析

    • 发布日期:2012-09-24
    • 文件大小:12965853
    • 提供者:Janos
  1. small-c-for-dos-ogrinsource

    0下载:
  2. 一个c语言编译器源代码.small-c-for-dos源代码.里面包含基本的库函数,有词法分析、语法分析等部分 -A c language source code compiler. Small-c-for-dos source code. Which contains the basic library functions, and lexical analysis, syntax analysis part
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:130096
    • 提供者:zhangzifeng
  1. MASHINHESAB-source

    0下载:
  2. calculator for Avr with bascom avr program
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:27261
    • 提供者:f
  1. lw237ese_grifo

    0下载:
  2. Ladder logic compiler for 8051 microcontroller
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:4002172
    • 提供者:Kausik
  1. paser

    0下载:
  2. 一个简单的语法分析器实现,采用的是自顶向下的算法,结构清晰,容易理解,适合初学者学习。-Parser A simple realization is based on top-down algorithm, the structure of clear and easy to understand for beginners to learn.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:264804
    • 提供者:罗兴
  1. mikroC

    0下载:
  2. MikroC compiler, very usefull for programming PIC microcontroller. With all documentation after install.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-27
    • 文件大小:10743349
    • 提供者:globis
  1. for

    0下载:
  2. FOR循环语句的翻译程序设计(递归下降法、输出四元式) -FOR loop design of the translation process (recursive descent method, the output quaternion type)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:2128
    • 提供者:李超
  1. 3

    0下载:
  2. FOR循环语句的翻译程序设计(递归下降法、输出四元式)-FOR loop design of the translation process (recursive descent method, the output quaternion type)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:127633
    • 提供者:au
  1. FOR

    0下载:
  2. 编译课程设计,FOR语句的简单优先分析,程序功能强大,能针对任意简单优先文法,自动识别生成简单优先矩阵。可以支持FOR的无限嵌套,四元式地址输出。-Compiler design courses, FOR priority analysis of a simple statement, the program is powerful and can be a priority for arbitrary simple grammar, automatic identification of pr
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:254887
    • 提供者:wangyao
  1. LR

    1下载:
  2. 1.实验目的 设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。 2.实验要求 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。 3.实验内容 (1)文法描述及其LALR(1)分析表 描述表达式语言的文法G如下: -1. The experiment was to de
  3. 所属分类:Compiler program

    • 发布日期:2016-10-18
    • 文件大小:290259
    • 提供者:sh_xj
  1. for

    0下载:
  2. 实现了for语句的翻译,LL(1)法,输出三地址,我是借鉴同学的成果,也给大家借鉴。有一定的难度。-this is the work of translation of for sentences.we need the LL(1) and output three-address form
  3. 所属分类:Compiler program

    • 发布日期:2017-05-11
    • 文件大小:2582600
    • 提供者:哈哈哈
  1. xilinx_primitives

    0下载:
  2. verilog code for alu
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:47060
    • 提供者:manish kumar
  1. 5

    0下载:
  2. Code for JK flip flop and SR flip flop
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:947
    • 提供者:D S Manjunath
  1. ourdev_419422

    0下载:
  2. IAR Embedded Workbench for ARM IAR 4.42A注册 自己试过有用-IAR Embedded Workbench for ARM IAR 4.42A key
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:338876
    • 提供者:zhang
  1. turbo

    5下载:
  2. 课程设计两个程序:一:数据帧(程序每帧设置为400bit)在有扰信道传输时,采用Turbo码进行编译码。并仿真Log-MAP译码算法在不同迭代次数下的性能。 二:实现有扰信道中,不同信噪比下,采用MAP译码算法的Turbo码的性能。 以上各主程序均有做比较详细的程序注释 可直接运行turbo_main.m或LogMAP.m,稍等片刻即可观察到仿真结果 -two programs of Curriculum design : a: Data frames
  3. 所属分类:编译器/词法分析

    • 发布日期:2013-10-12
    • 文件大小:345740
    • 提供者:陈侯海
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com