资源列表

« 1 2 ... .34 .35 .36 .37 .38 939.40 .41 .42 .43 .44 ... 1384 »

[编译器/词法分析bianyiyuanli

说明:编译原理PPT,课件讲解说明,网络工程方面,希望对你有所帮助-Compiler theory PPT,Courseware explanation
<王宇> 在 2024-11-21 上传 | 大小:164kb | 下载:0

[编译器/词法分析bysy

说明:词法分析的主要任务是:从左到右逐个字符地扫描源程序,产生一个个单词(Token),同时检查源程序中的词法错误。执行词法分析的程序称为词法分析程序或扫描程序(Scanner)。-Lexical analysis of the main tasks are: to scan source code character by character from left to right, resulting in one word (Token)
<第三方> 在 2024-11-21 上传 | 大小:12kb | 下载:0

[编译器/词法分析gramma_compile

说明:pl0语法分析代码,用C实现,只进行语法归约打印-code for pl0 gramma compiled
<zibin_lee> 在 2024-11-21 上传 | 大小:2kb | 下载:0

[编译器/词法分析cifafenxiqi

说明:编译原理实验报告,词法分析器(C++版),简单实现都本程序则是通过对给定路径的文件的分析后以单词符号和文字提示显示-Lab report compiler theory, lexical analyzer (C++ version), a simple procedure to achieve all of this is given by the path of the file analysis in order to displa
<湛开洪> 在 2024-11-21 上传 | 大小:89kb | 下载:0

[编译器/词法分析yufafenxichengxu

说明:语法编译器的功能与实现,采用的是递归下降发,新手多多指教。-Grammar compiler features and implementation, using recursive descent hair, novice exhibitions.
<macal> 在 2024-11-21 上传 | 大小:696kb | 下载:0

[编译器/词法分析C51

说明:1、对于PIC16C54,U51完全能够 正确反编译。 2、对于PIC16C57,由于 PIC16C57有2K ROM,分4 PAGES ,当有跨页跳转或跨页调用时可 能不能够正确反编译。所以对程 序作改动时要相当注意,改动之 前需对这些指令进行调整。
<舒克> 在 2024-11-21 上传 | 大小:248kb | 下载:0

[编译器/词法分析DFA

说明:编译原理实验 DFA识别语言的java实现,为DFA.java文件中的DFA类实现成员函数boolean recognizeString(int move[][], int accept_state[], String word).-Compile the DFA recognizes the language of principle experiment java implementation for DFA.java file D
<陈竑睿> 在 2024-11-21 上传 | 大小:3kb | 下载:0

[编译器/词法分析UnLinker

说明:编译原理实验 为UnLinker.java文件中的UnLinker类实现成员函数String clean(String text). 函数clean的功能是屏蔽字符串参数text中的网页链接信息,并返回屏蔽后的结果;如果无需屏蔽,则返回原来的字符串. 每个网页链接从左至右依次分成前缀,域名和后缀三部分-Compilation Principle experiment UnLinker.java file UnLinker class i
<陈竑睿> 在 2024-11-21 上传 | 大小:2kb | 下载:0

[编译器/词法分析jflex-examples

说明:编译原理实验例程 一个统计hello单词数的程序,只需编写Count.flex,运行说明请看readme.txt-Compile a statistical routines principle experiment the number of hello word program, just write Count.flex, then the following command to get the results jflex Co
<陈竑睿> 在 2024-11-21 上传 | 大小:8kb | 下载:0

[编译器/词法分析fengmingqi

说明:蜂鸣器是基于在ADS编译器中编写的,通过捕获来控制开发板上的蜂鸣器,实现通过代码控制-You have not played the first half-year-old was released GMAM dual N-recognition access is not your department SDBD JS white bar
<zhouwubin> 在 2024-11-21 上传 | 大小:24kb | 下载:0

[编译器/词法分析bianyi

说明:编译技术的课件,对编译技术的学习有很重要的指导作用和启发意义。-Compiler technology courseware, learning techniques for compiling a very important role in guiding and enlightening.
<陈剑心> 在 2024-11-21 上传 | 大小:2.8mb | 下载:0

[编译器/词法分析cifafenxi

说明:1、根据要求写出词法分析的正规文法G;2、根据正规文法G,写出正则式RE;3、根据正则式RE,画出NFA;4、将NFA转化为DFA;5、将DFA转化为mininum state DFA;6、mininum state DFA就是词法分析程序的流程图,根据此流程图编写相应的词法分析程序。-1, according to the lexical analysis required to write a formal grammar G 2
<> 在 2024-11-21 上传 | 大小:6kb | 下载:0
« 1 2 ... .34 .35 .36 .37 .38 939.40 .41 .42 .43 .44 ... 1384 »

源码中国 www.ymcn.org