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

搜索资源列表

  1. 2

    0下载:
  2. 这是一个赋值语句的翻译程序设计,运用递归下降语法制导翻译法-This is a translation of assignment statements programming, decreased use of recursive grammar-translation method guidance
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:18039
    • 提供者:萧天
  1. dowhile

    0下载:
  2. 设计一个WHILE循环语句的词法﹑语法及语义分析程序,语法分析选择LR方法,采用用语法制导翻译输出中间代码四元式。-The design of a WHILE loop ﹑ the lexical grammar and semantic analysis procedures, choice of LR parsing method guided by syntax translation output intermediate code quaternion type.
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:8631
    • 提供者:李伟霞
  1. PL0

    0下载:
  2. VC PL0编译器PL/0编译器是个一遍的编译程序,词法分析程序作为子程序,需要的时候被语法分析程序调用,使用语法制导的翻译技术,在语法分析的同时生成中间代码,并保存到文件中。-VC PL0 compiler PL/0 compiler is again compiled program, lexical analysis program as a subroutine, and when required by the syntax analysis program call, use the
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:249550
    • 提供者:封建性
  1. Using-OpenMP-Examples-Distr

    0下载:
  2. 有关openmp的小例子,可以运行,还有一些编译制导语句的例子-openmp examples
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:99460
    • 提供者:chengli
  1. complier_MSIL

    0下载:
  2. 设计语法制导翻译生成表达式的四元式的算法,编写代码并上机调试运行通过。 -Design Syntax-directed translation of the expression generated quaternary type of algorithm, write code and debug on a machine to run through.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1117885
    • 提供者:lavender
  1. nibolanshi

    0下载:
  2. 表达式的语法制导逆波兰式生成 c++编写-grama analys
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:9642
    • 提供者:宋楷
  1. StandardLMSwithWhiteInputs

    0下载:
  2. 智能天线,自适应非盲算法LMS,探测制导LMS with white input.由于上传格式限制题目看仔细。后续还有上传,尽请期待。-Smart antennas, adaptive algorithm for non-blind LMS, probe-guided LMS with white input. As the title of carefully limit upload format. From there follow-up, please do not expect.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:8558
    • 提供者:徐锦
  1. Detection Guided LMS with White Inputs

    1下载:
  2. 智能天线,自适应非盲算法LMS,探测制导LMS with white input.由于上传格式限制题目看仔细。后续还有上传,尽请期待。-Smart antennas, adaptive algorithm for non-blind LMS, probe-guided LMS with white input. As the title of carefully limit upload format. From there follow-up, please do not expect.
  3. 所属分类:matlab例程

    • 发布日期:2013-08-09
    • 文件大小:11169
    • 提供者:徐锦
  1. 3

    0下载:
  2. 实现编译器的语义分析里面的语法制导翻译步骤;C语言编写,验证可用;-To achieve the semantic analysis of the compiler inside Syntax translation steps C language, verification can be used
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3673
    • 提供者:flicka
  1. ForTrans

    0下载:
  2. 编译课程设计的基本任务是设计一个mini-pascal语言的编译器,将mini-pascal 语言的源程序翻译成等价的中间代码。要求输入mini-pascal语言写的源程序(以文件形式存储),首先经过词法分析,输出原程序分析后的二元式文件,供语法制导翻译用。经过语法制导翻译将词法分析器产生的二元式翻译成等价的四元式形式,也就是中间代码的生成。要求能进行正常的关键字如:begin,end, if ,else 等的识别-Compile the basic task of curriculum des
  3. 所属分类:Editor

    • 发布日期:2017-04-09
    • 文件大小:1039010
    • 提供者:整修民
  1. yuyifenxi

    0下载:
  2. 通过上机实习,加深对语法制导翻译原理的理解,掌握将语法分析所识别的语法成分变换为中间代码的语义翻译方法。-Internship through the machine, to deepen understanding of the principles Syntax Translation, master the grammar of syntax elements recognized by the semantics of change for the intermediate code t
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:30510
    • 提供者:
  1. huizhuishi

    0下载:
  2. 中缀式转换成后缀式 基于语法制导翻译的表达式转换编译器-Postfix infix conversion into a translation type expression based Syntax compiler transformation
  3. 所属分类:source in ebook

    • 发布日期:2017-03-24
    • 文件大小:2880
    • 提供者:文迪
  1. DoWhileRecursiveDescent

    0下载:
  2. 设计一个DO-WHILE循环语句的词法﹑语法及语义分析程序,语法分析选择递归下降法,采用用语法制导翻译输出中间代码四元式。通过设计、编制、调试一个DO-WHILE循环语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。-Design a DO-WHILE loop syntax and semantics of lexical analysis programs ﹑, recursive descent parsing options, use
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1775015
    • 提供者:朱良
  1. duocengcifa

    0下载:
  2. 为了使导弹优化的弹道更有效地杀伤目标,采用多层次法来设计防空导弹中制导段弹道.-In order to optimize the ballistic missile more effective anti-target, multi-level method to design air-defense missiles Guidance Trajectory.
  3. 所属分类:Document

    • 发布日期:2017-03-28
    • 文件大小:282999
    • 提供者:杜政
  1. Principles_of_Syntax_Directed_Compiler_classic_tut

    0下载:
  2. 编译原理语法制导翻译经典教程Principles of Syntax Directed Compiler classic tutorial-Principles of Syntax Directed Compiler classic tutorial
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:248836
    • 提供者:ikd
  1. C10L1

    2下载:
  2. 战术导弹制导书中80多个MATLAB源代码之一-Tactical missile guidance book is one of more than 80 MATLAB source code
  3. 所属分类:matlab例程

    • 发布日期:2013-08-09
    • 文件大小:1157
    • 提供者:co
  1. 1

    0下载:
  2. 以能量最小为性能指标,利用奇异摄动方法提出空地导弹的一种新的中制导律。-Medium-range ground missiles optimal midcourse guidance, research and simulation
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:122917
    • 提供者:co
  1. Untitled

    3下载:
  2. 这是一个MATLAB编写的机载空投精确制导弹药的全弹道仿真,包括空投段,巡航段,末制导段的仿真,且有详细的注释,值得研究。-This is a MATLAB prepared by dropping precision guided munitions on-board the full trajectory simulation, including the drop section, cruise segment, the simulation of terminal guidance,
  3. 所属分类:matlab例程

    • 发布日期:2013-08-09
    • 文件大小:1742
    • 提供者:小方
  1. CombinedNavigation

    0下载:
  2. 打击精度已经成为远程制导武器系统最重要的技术指标,提出了一种可以替代卫星导航的数据链导航系统,对 该系统的原理、实现、抗干扰、抗侦听进行了详细介绍,分析比较了该系统与惯导和卫星导航系统的误差。最后,得出了数据链 导航系统在武器装备精确制导中具有优势的结论。 -Precision has been the most important index to appraise a long-distance weapon under control and guide. A combin
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:137275
    • 提供者:张海洋
  1. VRLinkRTW

    0下载:
  2. 基于VRLinkRTW实现导弹制导仿真联邦成员设计-Simulation based VRLinkRTW Federal members to achieve the design of missile guidance
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:364690
    • 提供者:wggdd
« 1 2 3 4 56 7 8 9 10 ... 14 »
搜珍网 www.dssz.com