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

搜索资源列表

  1. 布尔表达式的翻译.rar

    0下载:
  2. 布尔表达式的翻译
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:5948
    • 提供者:
  1. ChineseScape.zip

    0下载:
  2. 支持Windows 3.x、Windows 9x平台上的中文(GB、Big5)、日文(Shift JIS、EUC JIS)、韩文(KS C 5601)、HZ码的显示与输入,智能内码识别,支持屏幕取词翻译的16位程序(VC1.5编译)。作者:朱佳良
  3. 所属分类:中文信息处理

    • 发布日期:
    • 文件大小:1955584
    • 提供者:
  1. dic.tar.gz

    0下载:
  2. 一个Linux下的字典翻译软件
  3. 所属分类:中文信息处理

    • 发布日期:
    • 文件大小:1800917
    • 提供者:
  1. 编译原理及实践

    1下载:
  2. 目      录 译者序 前言 第1章   概论 1 1.1   为什么要用编译器 2 1.2   与编译器相关的程序 3 1.3   翻译步骤 5 1.4   编译器中的主要数据结构 8 1.5   编译器结构中的其他问题 10 1.6 &
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-04-25
    • 文件大小:7612048
    • 提供者:wesong
  1. 编译原理程序设计 布尔表达式的翻译

    0下载:
  2. 用C++实现的编译原理程序设计 布尔表达式的翻译-C + + compiler program design principles Boolean expressions translation
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:314083
    • 提供者:寒冰
  1. if-else条件语句翻译

    0下载:
  2. if-else条件语句翻译
  3. 所属分类:编译器/词法分析

    • 发布日期:2009-06-14
    • 文件大小:4662
    • 提供者:mossa@126.com
  1. LL(1)文法if-else条件语句翻译

    0下载:
  2. if-else条件语句翻译,使用LL(1)文法,中间产生式为四元式,规定文法比较简单,if-else conditional statements translation, the use of LL (1) grammar, the middle of production for the four-style, provides a relatively simple grammar
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-04-09
    • 文件大小:2710069
    • 提供者:周折
  1. 布尔表达式的翻译

    0下载:
  2. 布尔表达式的翻译- Boolean expression translation
  3. 所属分类:Compiler program

    • 发布日期:2017-11-27
    • 文件大小:6219
    • 提供者:祥瑞
  1. yuyifenxi

    0下载:
  2. 赋值语句的翻译程序设计 .设计,编制并调试一个语法语义分析程序,加深对语法语义分析原理的理解。 -Assignment Statements translation program design. Design, preparation and debug a syntax semantic analysis process, deepen their understanding of grammar to understand the principle of semantic analysi
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:1816
    • 提供者:jkmshen
  1. Translate

    0下载:
  2. WHILE循环语句的翻译程序设计(递归下降法、输出十元四元式表示)-The circular statement of translation procedure design (recursive descent method, output four yuan type)
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:237257
    • 提供者:周新年
  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-17
    • 文件大小:127633
    • 提供者:au
  1. Compiler

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(简单优先法、输出三地址表示)-DO-WHILE loop of the translation process design (a simple priority method, the output address of said three)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4083
    • 提供者:张朝辉
  1. ifelse

    0下载:
  2. 此程序是对条件语句进行翻译,输入一个条件语句,例如:if B then C1 else C2,先进行词法分析,词法分析的主要任务是:从左到右逐个字符地对源程序进行扫描,产生一个个的单词符号,把作为字符串的源程序改造成为单词符号串的中间程序,词法分析是编译的基础,词法分析的功能是输入源程序,输出单词符号(关键字,标识符,常数,运算符,界符),词法分析完成之后,再进行LL(1)语法分析,语义分析,最后输出四元式(语法分析,属性文法,四元式的相关知识技术描述如下)-This procedure is
  3. 所属分类:Compiler program

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

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(LR方法、输出三地址表示)包含词法分析和语法分析过程的输出。-DO-WHILE loop design of the translation process (LR method, the output address of said three) contains lexical analysis and parsing the output of the process.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:259674
    • 提供者:jianqifan
  1. a

    0下载:
  2. C语言关键字中英翻译机。要求输入中文的名词和关键字,可以将其翻译成英语,如输入“基本整形”回车,得到int.-C language keywords in the English translation machine. For the importation of Chinese terms and keywords that can be translated into English, as input " basic shaping," Enter, get int.
  3. 所属分类:Compiler program

    • 发布日期:2016-01-25
    • 文件大小:1118
    • 提供者:qwqwqw
  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. E语言baidu翻译模块

    0下载:
  2. 百度翻译模块,可以自动翻译成英文,新手学习使用-Baidu translation module, can be automatically translated into English, novice learning to use
  3. 所属分类:易语言编程

    • 发布日期:2014-03-11
    • 文件大小:5383
    • 提供者:efod
  1. QEMU二进制翻译架构

    0下载:
  2. QEMU目标代码二进制级别动态翻译架构及原理。原理包括TCG翻译机制、翻译块机制及器内容、翻译块链机制等。架构包括一系列机制的运行时架构。(QEMU target code binary level dynamic translation architecture and principles. The principle includes TCG translation mechanism, translation block mechanism and device content, tra
  3. 所属分类:操作系统开发

    • 发布日期:2018-04-21
    • 文件大小:2776064
    • 提供者:adgnaf
  1. lingos

    0下载:
  2. 比较标准翻译软件 在专业工作中可以使用 提高文件工作的准确性(Comparative standard translation software)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-04-21
    • 文件大小:10060800
    • 提供者:notthegirl
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com