搜索资源列表

  1. BOOL完美版.rar

    0下载:
  2. 布尔语义分析,LR法
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:2838
    • 提供者:
  1. Principles-of-curriculum-design

    0下载:
  2. 编译原理课程设计总结报告 1.设计题目及相关内容 本课程设计完成的是递归下降分析法。对算术表达式和赋值语句进行语义分析并生成四元式序列。其中,本设计用C语言对简单的pascal语言子集编制一个编译程序。语义分析输入的是语法分析后提供的单词串,而语法分析的输入是词法分析的程序所提供的单词序列。要求把语法分析程序和词法分析都作为子程序调用,其中输入字符串要用文件操作。 2.运行环境(软、硬件环境) 硬件环境:方正电脑,P4C
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:2659328
    • 提供者:爱爱爱
  1. YuYiFenXiQi

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

    • 发布日期:2024-05-18
    • 文件大小:35840
    • 提供者: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 translate
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:陈美娟
  1. HNC

    0下载:
  2. HNC理论研究,是语义分析的一个理论,可以智能的对语句(包括汉语)进行分析。-HNC theory is a semantic analysis of a theory, intelligent pairs of statements (including the Chinese) for analysis.
  3. 所属分类:编程文档

    • 发布日期:2024-05-18
    • 文件大小:14336
    • 提供者:Kevin
  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 cle
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:5911552
    • 提供者:Kevin
  1. Analyze_Word

    0下载:
  2. 这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化,中间代码生成目标代码,目标代码的解释执行-This is the principle of compiling source code, the various principles involved in the compilation process: lexical analysis, LL1 parsing, sema
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:mathide
  1. bianyikcsj

    0下载:
  2. 我的编译原理课程设计,有界面,包括词法分析、语法语义分析、目标代码生成,功能强大-My principles of curriculum design, compilation, there are interfaces, including lexical analysis, grammar, semantic analysis, target code generation, powerful
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:1001472
    • 提供者:李然
  1. byylkcsj

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

    • 发布日期:2024-05-18
    • 文件大小:8692736
    • 提供者:李然
  1. compile

    0下载:
  2. 这是一个带MFC界面的tiny+语言编译器,当中实现了17个关键字,包括词法分析,语法分析,语义分析,生成语法分析树等功能-This is a tiny+ with MFC interface language compiler, which achieved a 17 keywords, including lexical analysis, syntax analysis, semantic analysis, generating
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:14141440
    • 提供者:罗洛
  1. SourceDocuments

    0下载:
  2. 编译原理课程的实习是为一个小型的类C语言(C--)设计并实现一个编译器。 实习总共分为词法分析、语法分析、语义分析和代码生成四个阶段。每个阶段的输出是下一个阶段的输入。前一个阶段为下一个阶段提供输入接口。 建议C++实现。-Flexical analysis for C--.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:1258496
    • 提供者:成新
  1. LSA

    0下载:
  2. 用于文本语义分析的潜在语义分析算法LSA(Latent Semantic Analysis),包含详细的函数说明,原理分析及数据。相比原来版本的LSA,增加了文件demo.m以增加可视化效果,更有利于读者使用。--Semantic Analysis for Text of Latent Semantic Analysis Algorithm LSA (Latent Semantic Analysis), contains a detai
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:186368
    • 提供者:Tang Ketan
  1. COMPILE

    0下载:
  2. 一个简单的JAVA编译原理作业 词法分析 语法分析 语义分析 -JAVA compile a simple operating principle of lexical semantic analysis of grammatical analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:32768
    • 提供者:520
  1. c-

    0下载:
  2. cminus c++实现 包含词法分析 语法分析 语义分析 中间代码生成(pcode) 目标代码生成(汇编)-cminus c++ implementation of syntax analysis including lexical semantic analysis of intermediate code generation (pcode) Target code generation (assembly)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:771072
    • 提供者:hanson
  1. Simple-high-level-language-compiler

    0下载:
  2. 实现了一个简单的高级语言编译器,语法分析,词法分析,语义分析等-Implements a simple high-level language compiler, syntax analysis, lexical analysis, semantic analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:15360
    • 提供者:余均
  1. 50268419

    0下载:
  2. VC实现的PL0编译器,该程序实现词法分析,语法分析及语义分析(VC realize PL0 compiler, the program realization of lexical analysis, syntactic analysis and semantic analysis)
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:67584
    • 提供者:zuqie
  1. 编译课程设计【题目2】

    0下载:
  2. C++语言做的一个小型编译器,可以进行词法分析、语法分析、语义分析及中间代码生成(Lexical analysis, syntax analysis, semantic analysis and intermediate code generation)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:2308096
    • 提供者:Anderson515
  1. SemanticFR(软件大赛版)

    0下载:
  2. 抓取网页,对语句进行分词处理,进行语义分析,对网页内容进行基于语义的过滤(Crawl web pages, word segmentation, semantic analysis, semantic filtering of web content)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:11557888
    • 提供者:周蛋蛋
  1. LL1_calc

    0下载:
  2. 用LL1文法产生的表格,做的预测分析法计算器!如:7+7=;计算可得14.0000(LL1 parse calc. have fun!)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:瞒着
  1. 情感语义库

    0下载:
  2. 情感语义库,用于基于情感词典的情感分析,包含知网、台湾大学、清华大学等情感词典。(Emotion semantic library is used for emotion analysis based on emotion dictionary, including HowNet, Taiwan University, Tsinghua University and other emotion dictionaries.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1636352
    • 提供者:lena234
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 37 »

源码中国 www.ymcn.org