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

搜索资源列表

  1. express

    0下载:
  2. 简单赋值语句翻译成四元式 (编译原理实验)-Translated into a simple assignment statements quaternion type (Compiler Principle Experiment)
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1103761
    • 提供者:大头飞
  1. sy1new

    0下载:
  2. 编译原理的LR分析表源码,描述语法分析器的构造,语法制导翻译和中间代码生成-Compilation Principle source of LR analysis table describes the structure parser, grammar-guided translation and intermediate code generation
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:67785
    • 提供者:yuyu
  1. fanyi

    0下载:
  2. asp毕业论文中英文翻译,可以使用,分享一下-asp thesis in English translation, you can use, share
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-29
    • 文件大小:22608
    • 提供者:liuxin
  1. MailManageSystem

    0下载:
  2. 电子邮件管理毕业设计全套,包括开题报告,摘要,毕业论文,外文翻译,毕业设计程序等.
  3. 所属分类:.net

    • 发布日期:2017-03-31
    • 文件大小:947269
    • 提供者:dufei
  1. jisuanjizhuanyelunwenfanyi

    0下载:
  2. 计算机专业的英文论文以及中文翻译 希望对大家有用-Computer professional Chinese translation of the English papers, as well as useful for all of us hope
  3. 所属分类:文档资料

    • 发布日期:2013-05-06
    • 文件大小:343879
    • 提供者:陶海强
  1. Y

    0下载:
  2. 这是一篇外文翻译,或许对一些英语爱好者有比较大的帮助!-This is a foreign language translation of some English fans may have more help!
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:4290
    • 提供者:王超
  1. Ruhua100

    0下载:
  2. 利用google提供的服务开发的语句翻译软件,很简单但很实用. 是我自已设想并开发出来的.-Google using the services provided by the development of language translation software, is very simple but very practical. Is my own and developed the idea.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:38660
    • 提供者:ruhua
  1. cidian

    0下载:
  2. 一个很简单的英文汉词典工具,调用指定的翻译数据库,支持鼠标提示功能!-A very simple English Chinese dictionary tool, called the translation of the specified database, support for mouse functional tips!
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:172019
    • 提供者:杀手
  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. languagetranlation

    0下载:
  2. 可以实现13种语言的在线翻译。是一个DLL组件,加入网页中即可使用-Can be achieved in 13 languages online translation. Is a DLL component, adding the page to use
  3. 所属分类:.net编程

    • 发布日期:2017-04-14
    • 文件大小:5356
    • 提供者:mantix
  1. bianyiyuanli

    0下载:
  2. FOR循环语句的翻译程序设计(简单优先法、输出四元式),写出符合给定的语法分析方法的文法及属性文法。 完成题目要求的中间代码四元式的描述。 写出给定的语法分析方法的思想,完成语法分析和语义分析程序设计。 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。-FOR loop of the translation process design (a simple priority method, the output quaternion type), written in
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:91834
    • 提供者:warmorange
  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. www

    0下载:
  2. 有翻译功能 简单明了 也是从别的地方找的-Translation function is also simple to find from other places
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-27
    • 文件大小:9266337
    • 提供者:要辰
  1. Web_En_CN

    0下载:
  2. 网站中英文翻译系统,包括了中文和英文两部分,能够适合网络中的大部分要求。-Site in both English and Chinese translation system, including the Chinese and English in two parts that can fit most of the network.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-26
    • 文件大小:9386653
    • 提供者:hancong
  1. Google

    0下载:
  2. 输入英文,在文本框上按下ESC键之后,系统会从Google翻译里获取中文结果并弹出窗口和保存文件。-Input in English, in the text box after pressing the ESC key, the system will translate from the Google results in access to the Chinese pop-up window and save the file.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:8129
    • 提供者:JF
  1. codebook

    0下载:
  2. 国外基于codebook目标跟踪,内含有参考论文,国内翻译论文,主要算法源代码,以及程序演示demo-Foreign-based target tracking codebook, which contains a reference paper, the domestic translation of papers, the main algorithm source code, as well as the procedures for presentation demo
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1311033
    • 提供者:kaka
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com