资源列表

« 1 2 ... .61 .62 .63 .64 .65 166.67 .68 .69 .70 .71 ... 1384 »

[编译器/词法分析cifascanner

说明:这几天做编译的课程设计,只做了词法分析部分,感觉很不错!-these days do a translation of the curriculum design, doing some of the lexical analysis, I feel very good!
<何炜> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[编译器/词法分析新建 文本文档 (5)

说明:词法分析器的一个实验报告 附带的有一个词法分析器 新手可以随便看看!-lexical analyzer in a report experimental fringe of a lexical analyzer novice can easily see!
<张一> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[编译器/词法分析wordcheck

说明:一个简单的C词法分析器 能识别数字,标志符(关键字,变量)和一些运算符.-a simple C lexical analyzer can identify the number, identifier (keyword, variable), and some Operators.
<野牙> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[编译器/词法分析简单的YACC程序

说明:目的:通过编写简单的YACC程序熟悉YACC词法分析工具的基本用法,及词法分析器的设计思路。编写包括赋值语句、if语句以及含有加合乘运算的表达式等语法结构的pascal子集语言的语法分析器。 功能:程序由两个模块LEX和YACC构成,YACC使用LEX分析后的正规单词输出流-Objective : to prepare a simple procedure with YACC YACC lexical analysis of the b
<刘斌> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[编译器/词法分析hfghj

说明:1.词法分析 设计、编制并调试该C语言子集的词法分析程序,要求结果以二元组形式保存在文件中。-1. Lexical analysis design, develop and debug the C language subset of the lexical analysis procedure that requires results to binary form group to preserve the documents.
<刘星> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[编译器/词法分析simple词法编译器

说明:这是我个人编写的simple语言词法编译器,希望对大家能有所帮助,绝对是原创哦-This simple-accidence-compiler is wirtten by myself, I hope that it will be helpful to everyone, its written of my own, in deed.
<孟庆洋> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[编译器/词法分析ansi_yacc

说明:标准C的语法分析的yacc文件,可以用bison 等语法分析生成器编译,生成标准C的语法 分析部分,可以和前面的Lex部分组成C编译 器的前端-standard C syntax analysis generates a file that can be used, such as bison syntax analysis compiler generator, generate standard C syntax ana
<yyf> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[编译器/词法分析ul

说明:词法分析器的一种编程方法,用多种方法实现对词法分析器的实现-lexical analyzer in a programming methods, and use a variety of methods to achieve the realization of a lexical analyzer
<杨蔺又> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[编译器/词法分析词法分析编译原理实验c++

说明:一个很不错的c++ 程序!是编译系统的第一个程序,主要功能实现词法分析!通过对文本的编译,实现词法分析-a very good procedures c! The build system is the first procedure, the main function of achieving lexical analysis! The text adopted by the compiler to achieve lexical
<kang> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[编译器/词法分析Lexical_analysis

说明:词法分析的又一个例子 这个将词法分析做成了一个子程序便于后来与语法分析及语法制导连起来-lexical analysis of this yet another example of lexical analysis resulted in a subroutine and then to facilitate analysis of syntax and grammar guide link
<李立纯> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[编译器/词法分析cafa

说明:词法分析器,可以对c 常用的关键字,和字符进行识别分类-lexical analyzer can be used to c keyword, and the identification of characters classification
<杨志力> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[编译器/词法分析yufafenxi

说明:本课程设计即为词法分析阶段。词法分析阶段是编译过程的第一个阶段。这个阶段的任务是从左到右一个字符一个字符地读入源程序,对构成源程序的字符流进行扫描和分解,从而识别出一个个单词(也称单词符号或符号)。如保留字(关键字或基本字)、标志符、常数、算符和界符等等。-the curriculum design shall lexical analysis stage. Lexical analysis stage of the process i
<黄德春> 在 2024-10-07 上传 | 大小:2048 | 下载:0
« 1 2 ... .61 .62 .63 .64 .65 166.67 .68 .69 .70 .71 ... 1384 »

源码中国 www.ymcn.org