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

搜索资源列表

  1. yuyifenxihezhongjiandaima

    0下载:
  2. 一个很好的语义分析即中间代码生成文档,讲解详细!很值的参考!-yi ge hen hao de yu yi fenxi ji zhongjian daima shengchengwendang,jiangjiexiangxi!henzhidecankao!
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:249841
    • 提供者:李晓峰
  1. yuyifenxi

    0下载:
  2. 语义分析课程设计 编译原理中的语义分析课程设计全-Semantic analysis to compile the curriculum design principle of the semantic analysis of the whole curriculum design
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:180187
    • 提供者:陈建辉
  1. chen2

    0下载:
  2. 语义分析器的c++代码实现,能够从用户输入的源程序中识别一个个单词,并将用户命令以四元式形式输出-Semantic analyzer c++ code can be input from the user to identify the source of a word, and user-type command to quaternion form of the output
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1956
    • 提供者:陈苑缘
  1. 2006435013

    0下载:
  2. 基于LL(1)法的条件语句语法语义分析程序. 编译原理的课程设计-this is ll(1)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:441080
    • 提供者:余欢
  1. ifelse

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

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

    0下载:
  2. 1 )收件符合特定语法语法分析和属性文法。 ( 2 )完成的科目要求的中间代码的描述三个地址。 ( 3 )写的语法某一思想的分析,完成解析和语义分析节目。 ( 4 )良好的分析,编制过程中,设计了一些使用情况下,试验的设计通过分析程序。 ( 5 )的设计,附件所要求的报告写作格式。课程设计报告正文应包括以下内容: 1系统描述(描述问题域) 2属性文法和语法的描述 3描述了语法分析和语法分析设计 4给出了说明的形式,中间代码和中间代码序列的结构设计
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:354773
    • 提供者:王福源
  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. compiler_vc

    0下载:
  2. 用Visual C++编写的小编译程序,集成了词法分析,语法分析和语义分析。-A compiler program made with Visual C++
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:3320
    • 提供者:wang zhongyi
  1. compilepiece2

    2下载:
  2. 实现了CMinus的一个编译器。实现了词法分析和语义分析。-CMinus achieved a compiler. The realization of the lexical analysis and semantic analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:351275
    • 提供者:王正邦
  1. pj

    0下载:
  2. 一种基于语义内积空间模型的文本聚类算法,这种算法有很好的效率,拿出来和大家分享下-A semantic-based model of inner product space the text clustering algorithm, this algorithm has good efficiency, and to share out under the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:500844
    • 提供者:like
  1. bianyi

    0下载:
  2. 汇编原理课设:主要有词法分析,语法分析,语义分析- A program to perform Euclid s Algorithm to compute gcd.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:8993
    • 提供者:yun
  1. fuckpudn

    0下载:
  2. CMM词法语法语义分析, 中间代码生成 最终编译器-CMM compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:634917
    • 提供者:我日
  1. simple23456

    2下载:
  2. 用C++语言编写一个简单语言的编译器 能实现词法分析,语法分析,语义分析 四元式输出-C++ language using a simple language, the compiler can achieve lexical analysis, syntax analysis, semantic analysis quaternary-output
  3. 所属分类:Compiler program

    • 发布日期:2016-01-06
    • 文件大小:198671
    • 提供者:huangkai
  1. YuYiFenXiQi

    0下载:
  2. 简单语义分析器,内有.cpp源文件,进行编译后可运行-Simple semantic parser, there are. Cpp source files compiled to run after
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:36053
    • 提供者:yoen
  1. yuyi

    0下载:
  2. 语义分析器,将语义分析程序编制成子程序,在语法分析器分析出各语法单位后,分析其含义,并将可执行语句或表达式翻译为四元式输出,并将错误信息输出。-Semantic analyzer, semantic analysis program compiled subroutines, in the parser analyzes the syntax of the unit, analyze its meaning, and translated into an executable statement
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:1618
    • 提供者:陈美娟
  1. CodesandApplication

    0下载:
  2. 一份中科院开发的语义分析源码,可编译运行。里面的代码都很完整,注释也清晰,是研究语义语法分析的必不可少的学习工程。-A semantic analysis of source code developed by Chinese Academy of Sciences, can be compiled to run. The code inside the very integrity of annotations is also clear, is to study the semantic p
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5911552
    • 提供者:Kevin
  1. Compiler

    0下载:
  2. c#实现的编译器,源码,包括词法分析,语法分析,语义分析,及中间代码生成-c# implementation of the compiler, source code, including lexical analysis, syntax analysis, semantic analysis and intermediate code generation
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:889359
    • 提供者:与或非
  1. PL0

    0下载:
  2. 词法分析,语法分析,语义分析,输出四元组-Lexical analysis, syntax analysis, semantic analysis, the output quaternion group
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:2025120
    • 提供者:倪永
  1. byylkcsj

    0下载:
  2. 编译原理课程设计,有源代码,实现类Pascal语言的编译,有界面,包括词法分析、语法语义分析、目标代码生成,功能强大-Principles of curriculum design, compilation, active code, implementation class Pascal language compiler, there are interfaces, including lexical analysis, grammar, semantic analysis, target
  3. 所属分类:Compiler program

    • 发布日期:2017-05-25
    • 文件大小:8693231
    • 提供者:李然
  1. wordnet

    0下载:
  2. 使用woednet计算语义相似,输入两个字符,给出相似度-Semantic calculated using woednet, enter two characters, given the similarity
  3. 所属分类:Ajax

    • 发布日期:2015-01-07
    • 文件大小:553398
    • 提供者:2010yangguang
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com