CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - 识别

搜索资源列表

  1. S1

    0下载:
  2. 编译原理 实现多个表达式的识别和判断出错-Compilation Principle of multiple expressions of recognition and assessment of error
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:1357956
    • 提供者:yangyunxia
  1. bianyi

    0下载:
  2. 词法分析,可识别关键字,整数,实数,标识符,有一定的提示操作界面-Lexical analysis can identify the keywords, integers, real numbers, identifiers, there are some tips user interface
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1672
    • 提供者:caohai
  1. ll1

    0下载:
  2. 对于给定的输入串,能够判断识别该串是否为给定文法的句型-For a given input string that can identify the string to determine whether a given grammar of the sentence
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:12981
    • 提供者:king
  1. compiler

    0下载:
  2. 词法分析器即词法分析程序又称为扫描器,其功能在于依次扫视字符串形式源程序中的各个字符,逐个识别出其中的单词,并将其转换为内部编码形式的单词符号串作确为输出-Lexical analyzer that lexical analysis program, also known as scanner, its function is to sweep a string followed by the various characters in the form of the source progra
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:81214
    • 提供者:biao
  1. pascal1111111111111

    0下载:
  2. 能识别一般的pascal 语句并进行编译执行 -To identify a general statement and compile the implementation of pascal
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:728761
    • 提供者:汪然
  1. 1

    0下载:
  2. 语法分析是编译程序的核心部分。语法分析的作用是识别由词法分析给出的单词符号序列是否是给定的文法的正确句子。目前语法分析常用的方法右自顶向下分析和自底向上分析两大类。 确定的自顶向下方法,是从文法的开始符号,考虑如何根据当前的输入符号(单词)唯一的确定选用哪个产生式替换相应非终结符往下推导。 LL(1)文法是一种确定的自顶向下的分析方法。 LL(1)的含义是:第一个L表明自顶向下分析从左向右扫描输入串,第二个L表明分析过程中将用最左推导,1表明只需向右看一个符号便可以决定如何推导即选
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:4062606
    • 提供者:孔小亮
  1. _FindDoubleInFortran

    0下载:
  2. 编译原理课程设计:识别FORTRAN中的double类型的数据-Compiler Principles of curriculum design: identification of FORTRAN in double type of data
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:1065
    • 提供者:王守涛
  1. 123

    0下载:
  2. 一个能识别while循环语句的文法,通过一定的变换使它符合递归下降法的要求,输出结果是三地址形式-One can identify the while loop statement grammar, through a certain transformation to make it comply with the requirements of the recursive descent method, the output result is three-address form
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:451882
    • 提供者:长亭壊蛋
  1. vbkiller

    0下载:
  2. VBKiller使用说明 Killer是一个VB辅助逆向分析的工具。首先声明,它不能帮你把VB程序反编译到VB源代码,只能使得VB程序的反汇编看起来更接近VB代码。 配合IDA使用,可以建立VB程序几乎所有的类结构、方法表、函数体,并建立方法表结构体;可以识别VB程序中引用的COM的CLSID,并使用ProgID命名;可以建立任意COM程序(非VB编译的也可以)的方法表、函数体,并建立方法表结构体,可以在待分析的VB程序中使用这些结构体。-VBKiller instructions K
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:114818
    • 提供者:gao
  1. PEiD

    1下载:
  2. 现在的软件大都加了壳,给破解汉化带来非常大的不便。PEiD 能够侦测出几乎所有的壳,其数量已超过 470 种 PE 文件的加壳类型和签名,新版本增加了命令行的操作支持,使用非常方便。经分析是目前各类查壳工具中性能最强大的一款。另外还可识别出 EXE 文件是用什么语言编写的,比如:VC++、Delphi、VB 或 Delphi 等。-Most of today' s software, added a shell to break caused great inconvenience fin
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:2719963
    • 提供者:老袁
  1. cffxq

    0下载:
  2. 词法分析器,主要任务是把输入的字符串进行扫描和分解,识别出各种类型的单词符号产生于语法分析的词法记号序列。-Lexical analyzer, the main task is to scan the input string and decomposition, to identify various types of word symbols in the syntax analysis of the sequence of lexical tokens
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:1010169
    • 提供者:houbo
  1. wybyyl

    0下载:
  2. 编译原理之词法识别 利用有限自动机识别词法 初始化保留字表和标示符表,识别非法字符-Compiler theory of lexical identification using finite automata recognize lexical reserved words table and initialize the table identifier to identify illegal characters
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:3028
    • 提供者:miss wang
  1. vc

    0下载:
  2. 在学校自己做的编译原理课设的代码,识别PASCAL语言的,包含词法和语法分析 -In the school do their own set of code compiler theory class, identify PASCAL language, including lexical and syntax analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:778970
    • 提供者:hhh
  1. VCAssitpojieban

    0下载:
  2. Visual.Assist.X是一款非常好的Visual Studio .NET 2003、2002插件,支持C/C++、C#、ASP、Visual Basic、Java和HTML等语言,也支持VC++6、VC++5,能自动识别各种关键字、系统函数、成员变量、自动给出输入提示、自动更正大小写错误、自动标示错误等,有助于提高开发过程地自动化和开发效率。-Visual.Assist.X is a very good Visual Studio. NET 2003,2002 plug-ins to s
  3. 所属分类:Compiler program

    • 发布日期:2017-05-19
    • 文件大小:5279315
    • 提供者:郭子
  1. compile_6

    0下载:
  2. 一个简单的词法分析器,能够识别以下几类单词,关键字、标识符、常数、及专用符号-A simple lexical analyzer can identify the following categories words, keywords, identifiers, constants, and special symbols
  3. 所属分类:Compiler program

    • 发布日期:2017-05-06
    • 文件大小:1186038
    • 提供者:张新莹
  1. LexicalAnalyzer

    1下载:
  2. 手工构造一个能够识别C语言的所有典型单词,如:标识符、数字、运算符,和if、while等保留字的确定有限自动机,并写出对应该自动机的程序;然后以一个简化的C语言程序为输入文件,通过所设计的基于上述自动机的词法分析程序获得输入文件中的各个单词及其内码对照表,并以文件形式保存结果(也就是TOKEN序列)。 将自己定义的各个正则表达式转化为NFA,然后将其综合为NFA ,再将NFA 转化为DFA,再将DFA转化为最少状态的DFA ,最后由DFA 转化为词法分析程序。-Manually constr
  3. 所属分类:Compiler program

    • 发布日期:2015-10-10
    • 文件大小:337795
    • 提供者:罗丹
  1. word

    0下载:
  2. 编译原理作业,一个C++的单词识别。可以识别C++大部分单词-Compiler theory work, a C++, word recognition. Can identify most of the word C++
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:2490
    • 提供者:maitouganlu
  1. YFFXQ

    0下载:
  2. 使用递归子程序法设计一个语法分析程序,自顶向下分析方法. 1、使用递归下降分析算法分析表达式文法: exp ::= exp addop term | term addop ::= + | - term ::= term mulop factor | factor mulop ::= * | / factor ::= (exp) | number 其中number可以是多位的十进制数字串(整数即可),因此这里还需要一个小的词法分析器来得到number的值。 2、该
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:194818
    • 提供者:龙一
  1. Lexical_Analyzer

    0下载:
  2. 汇编词法分析器,无符号数的识别及符号扫描程序,c语言-Compilation of the lexer, unsigned identification and symbol scanner, c language
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1459
    • 提供者:iChenxi
  1. src

    0下载:
  2. 词法分析器 NetBean开发,简单的识别程序-lex analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:103661
    • 提供者:刘华峰
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com