Location:
Search - 词法分析
Search list
Description: 一个词法分析源程序,可以运行的,请放心!
Platform: |
Size: 60928 |
Author: 79446210 |
Hits:
Description: 一个C语言编写词法分析程序
Platform: |
Size: 1338 |
Author: liufengfriend |
Hits:
Description: 用C语言写的词法分析程序
#include "stdio.h"
#include"string.h"
#include "stdlib.h"
FILE *fp;
char filename[20];
char token[100];
int m=0;
char getch()
{
char ch;
ch=fgetc(fp);
return ch;
}
char getbc(char ch)
{
while(ch==' ') ch=getch();
return ch;
}
Platform: |
Size: 1218 |
Author: zhimoai |
Hits:
Description: 词法分析,西工大编译原理课程
Platform: |
Size: 536851 |
Author: icarnegie1 |
Hits:
Description: 1. 对单词的构词规则有明确的定义;
2. 编写的分析程序能够正确识别源程序中的单词符号;
3. 识别出的单词以<单词符号,种别码>的形式保存在符号表中(链表);
4. 词法分析中源程序的输入以.c格式,分析后的符号表,将二元组保存在.txt文件中。
Platform: |
Size: 15141 |
Author: grancygrancy@163.com |
Hits:
Description: 承德有词法分析过程和源代码哦-Chengde, a lexical analysis and source code oh
Platform: |
Size: 8192 |
Author: 杨功成 |
Hits:
Description: 一个小语言的词法分析程序- A small language lexical analyaer
Platform: |
Size: 7168 |
Author: |
Hits:
Description: 一个c语言版本的词法分析作业程序- A c language edition lexical analysis operational procedure
Platform: |
Size: 32768 |
Author: 张子扬 |
Hits:
Description: 编译原理(词法分析)- Translation principle (lexical analysis)
Platform: |
Size: 173056 |
Author: 小蔡 |
Hits:
Description: 一个编译原理词法分析的实验报告-a compiler theory lexical analysis of experimental report
Platform: |
Size: 14336 |
Author: irisly |
Hits:
Description: 用C++编写的编译原理词法分析- Translation principle lexical analysis compiles which with C
Platform: |
Size: 7168 |
Author: 曾林 |
Hits:
Description: 简单的编译词法分析 in c-simple compiler lexical analysis in c
Platform: |
Size: 3072 |
Author: 王欢 |
Hits:
Description: C语言词法分析示例 用于指导编译原理实验报告的编写-C language lexical analysis compiled examples guiding principles for the preparation of the report experiments
Platform: |
Size: 3072 |
Author: 飞飞 |
Hits:
Description: 用C语言实现的 c语言的词法分析程序 功能齐全 实现算法效率嘎-C language for the c language lexical analysis procedure is complete algorithm efficiency Ga
Platform: |
Size: 13312 |
Author: 比赛 |
Hits:
Description: 自己做的一个普通词法分析程序c语言环境终结符:e c j t u可扩展-have done an ordinary lexical analysis procedure c language environment End Address : c j e t u scalability
Platform: |
Size: 3072 |
Author: 海浪 |
Hits:
Description: 词法分析程序 能自动识别VC++程序编译原理课程上机作业C++程序编写-lexical analysis program can automatically identify VC compiler theory courses on the plane operations C programmers
Platform: |
Size: 246784 |
Author: 俞鹏 |
Hits:
Description: 对简单的C程序或者Pascal程序进行词法分析以TOKEN字的形式放入结果文件-of simple C program or Pascal procedures lexical analysis in the form of the word TOKEN Add outcome document
Platform: |
Size: 187392 |
Author: 杨鼎新 |
Hits:
Description: 简易C语言词法分析程序.zip直接解压即可解压后内有说明,请参考说明-simple C language lexical analysis procedure. Zip can be directly extracted unpacked within a note, please refer to Note
Platform: |
Size: 46080 |
Author: cdy |
Hits:
Description: 词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码-lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expression optimization, optimization loop invariant), intermediate code generated object code, object code
Platform: |
Size: 52224 |
Author: 张学友 |
Hits:
Description: 词法分析程序,不用多说了,算法是我优化了n久的,给大家参考一下-lexical analysis procedure Needless to say, I optimization algorithm is a long n, for your reference
Platform: |
Size: 2048 |
Author: 冯亮 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»