资源列表

« 1 2 ... .24 .25 .26 .27 .28 429.30 .31 .32 .33 .34 ... 1384 »

[编译器/词法分析bianyiyuanlikeshe

说明:DO-WHILE语句的翻译程序设计(递归下降法、输出四元式)-DO-WHILE statement translation programming (recursive descent method, the output of four yuan type)
<yangzi> 在 2024-10-13 上传 | 大小:17408 | 下载:0

[编译器/词法分析Lexical-analysis

说明:使用某种高级语言和LEX实现一个C语言子集的词法分析器,即从输入的源程序中,识别出各个具有独立意义的单词,滤掉空格和注释。依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)。其中空白符、制表符和换行符均视为空格,用来分隔单词,注释包括两种形式:/*…*/和//。-Use some kind of high-level language and the LEX lexical anal
<吴越> 在 2024-10-13 上传 | 大小:2048 | 下载:0

[编译器/词法分析jd-gui-0.3.3.osx.i686

说明:java反编译器,是对class文件的编译,可以恢复java,是个需要有的java工具-Cavaj Java Decompiler
<6515> 在 2024-10-13 上传 | 大小:706560 | 下载:0

[编译器/词法分析LSA

说明:潜在语义分析 LSA(latent semantic analysis)潜在语义分析,也被称为LSI(latent semantic index),是Scott Deerwester, Susan T. Dumais等人在1990年提出来的一种新的索引和检索方法。它解决了传统的关键词直接索引方法的同义词问题。该方法提出了潜在语义空间,即将文档投影到潜在语义空间中,通过文档间的位置关系判断文档的相似度。在该空间中,具有同义词的文档相互靠近
<张燕子> 在 2024-10-13 上传 | 大小:119808 | 下载:0

[编译器/词法分析JSQFinal

说明:编译原理课程设计,CMM 是一种经过简化的 C 语言,CMM 解释器是一个 CMM 语言 的集成开发环境,经过词法、语法和语义的分析,通过递归下降子程序法对 CMM 语言 进行解释执行。此解释器可以实现几种基本数据类型的表达式计算、隐式转换和强制转 换,循环语句的控制,多维数组的处理,函数调用和重载,变量作用域限制等功能。IDE 能够进行代码自动缩近、语法高亮、撤销重做、括号匹配、错误检查标记、函数定位、 快速注释、
<> 在 2024-10-13 上传 | 大小:229376 | 下载:0

[编译器/词法分析SemanticAnalyzer

说明:使用C语言在codeblocks上开发的简单编译器,能够将一般C语言编译。-Simple compiler, use the C language development on the codeblocks general C language compiler.
<dada> 在 2024-10-13 上传 | 大小:17408 | 下载:0

[编译器/词法分析biaodashiqiuzhi-

说明: 以字符序列的形式从终端输入语法正确的,不含变量的整数表达式。利用算符优先关系,实现对算术四则混合运算表达式的求值,并演示在求值中运算符栈、运算数栈、输入字符和主要操作的变化过程。-In the form of character sequence from the terminal input grammar correctly, do not contain the variables of the integer expressi
<王贤宝> 在 2024-10-13 上传 | 大小:3072 | 下载:0

[编译器/词法分析PL0

说明: 编译原理的课程设计 实现PL0编译器,并附有详细的说明- designer
<邹峰> 在 2024-10-13 上传 | 大小:35840 | 下载:0

[编译器/词法分析parsing

说明:编译原理的语法分析作业,三个代码,实现语法分析-Compiler theory of parsing operations, three code parsing
<lixu> 在 2024-10-13 上传 | 大小:5120 | 下载:0

[编译器/词法分析Boost.Spirit_Calculator

说明:使用Boost.Spirit库实现60行代一个计算器,体现了Boost.Spirit库的强大解析功能!-To use Boost.Spirit libraries to achieve the 60 lines on behalf of a calculator, reflects the powerful analytical capabilities of the library Boost.Spirit!
<hzw> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[编译器/词法分析yucebaogao

说明:编译原理里面的预测表分析实验报告,包括程序、文档,很完整、实用的。-Compile a prediction table analysis of the principle which lab reports, including procedures, documentation is very complete and practical.
<duhailian> 在 2024-10-13 上传 | 大小:152576 | 下载:0

[编译器/词法分析howtoUsePragma

说明:#pragma指令的用法总结。#pragma指令对每个编译器给出了一个方法,在保持与C和 C++语言完全兼容的情况下,给出主机或操作系统专有的特征。-# pragma directive usage summary.# pragma directive is given for each compiler a way to maintain the C and C++ language is fully compatible with
<戈青> 在 2024-10-13 上传 | 大小:15360 | 下载:0
« 1 2 ... .24 .25 .26 .27 .28 429.30 .31 .32 .33 .34 ... 1384 »

源码中国 www.ymcn.org