资源列表

« 1 2 ... .50 .51 .52 .53 .54 1155.56 .57 .58 .59 .60 ... 1383 »

[编译器/词法分析cffx

说明:词法分析是编制一个读单词的过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。程序语言的单词符号一般分为五种:关键字(保留字/基本字)if、while、begin…;标识符:常量名、变量名…;常数:34、56.78、true、‘a’、…;运算符:+、-、*、/、〈、and、or、….、;界限符:, ; ( ) { } /*…。-Lexical analysis is the preparation
<项阳> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析fuzhiyujudejiandanfanyichengxu

说明:这是采用编译原理的方法来进行的赋值语句的翻译程序。-This is compiled using the principle of means to carry out the assignment of the translation process.
<xingyudong> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析Text1

说明:32*64点阵显示屏C语言程序以下是32x64点阵LED电子显示屏的源程序,采用C语言编写-32* 64 dot matrix display C Language Program The following is a 32x64 dot matrix LED electronic display source code, using C language
<王友圣> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析Grammer

说明:C语言的语法分析器,更能齐全。输入四元式,按顺序输出结果!-C language parser more complete. Input quaternion type, according to the order of the output!
<唐冲> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析SLR

说明:slr分析,编译原理课程设计,很有自己特点的编程算法-SLR analysis, principles of curriculum design compiler, it is characterized by its own programming algorithm
<chen> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析word

说明:词法分析器,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类.-Lexical analyzer, from the input source program to identify each word has an independent significance, that is the basic retention of the word, identifiers, constants, operators, delimiters five
<秋峰> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析LMSMATLAB2

说明:LMS算法的收敛速度曲线的MATLAB程序-LMS algorithm convergence rate curve MATLAB program
<jj> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析234

说明:c词法分析器,希望有需要的人可以来下载分享-c lexical analyzer, I hope that those in need can download share
<fdsfds> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析cifafenxiqi

说明:词法分析器 编译原理 C++ VC6.0-Compilation Principle lexical analyzer C++ VC6.0
<王小泉> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析Soft20060210110014805

说明:一个较简单的词法分析程序,欢迎大伙儿下载评注-A simple lexical analysis procedures, welcome everybody to download Commentary
<> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析CMM

说明:CMM语言解释器的词法分析(C++编写)-CMM Language Interpreter lexical analysis (C++ Prepared)
<zxy> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析wordanalysis

说明:、该个词法分析器要求至少能够识别以下几类单词: a. 关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b. 标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c. 常数:NUM=(+ | - |ε)digit digit*(.digit digit* |ε)(e(+ | - |ε) digit digit* |ε),letter = a|
<dujuan> 在 2025-06-17 上传 | 大小:2kb | 下载:0
« 1 2 ... .50 .51 .52 .53 .54 1155.56 .57 .58 .59 .60 ... 1383 »

源码中国 www.ymcn.org