搜索资源列表
cinterp
- 用C语言实现的简单的C语言解释器。 更详细的介绍与笔记请参考 http://longqzh.is-programmer.com-C language implementation of a simple C language interpreter. More detailed introduction and notes refer to http://longqzh.is-programmer.com
crt0
- 用C语言编写ARM程序时,执行的第一条指令,并不在main函数中。当我们生成一个C程序的可执行文件时,编译器总是在我们的代码前加一段固定的代码——crt0.o,它是编译器自带的一个文件。此段代码设置C程序的堆栈等,然后调用main函数。很可惜,在我们的裸板上,这段代码无法执行,所以我们得自己写一个。这段代码很简单,只有3条指令。-Using C language ARM program, the implementation of the first instruction is not in
word_analyse_program
- 用C语言编写的简单的词法分析器,能识别出单词序列,输出二元组,标识符表,常量表-Written in C a simple lexical analyzer can identify the sequence of words, the output pair, the identifier table, often scale
C
- C语言词法分析器 实现简单的词法分析,是编译原理的课程设计之一-C language lexical analyzer to achieve a simple lexical analysis is compiled one of the principle of curriculum design
minic
- 输入简单的c语言程序,再通过编译器进行编译,可以得到编译的结果。与c语言的功能相近只是范围较小。还可以生成语法分析树,来看中间是怎么进行编译的。-Enter a simple c language program, and then compiled by the compiler, the results can be compiled. And c function of language is similar to a smaller range. Parse tree can also
word
- 使用C语言开发的一个简单的词法分析器。矩阵。最后生成token串。-Developed using C language with a simple lexical analyzer. Matrix. Last generated token string.
compiler
- 这是一个简单的c编译器,可以实现词法分析,语法分析,语义分析,并能输出四元式,界面不是很好看,但功能可以很好的实现。-This is a simple c compiler can achieve lexical analysis, syntax analysis, semantic analysis, and output quaternion type, interface is not very good looking, but the function can be realized.
Cyuyanbianyiqi
- 简单c语言语法的编译器,用c语言实现,包括词法语法和语义分析-Simple compiler syntax c language, using c language, including lexical syntax and semantic analysis
codegen-scanner
- 自定义简单语法类C语言编译器,具备识别C语言基本语句功能,并生成四元式-Since the definition of simple types of C language syntax compiler, a statement to identify the basic functions of C language and generate quaternion type
CMinus-Compiler
- 一个简单的C语言变异器,用C语言实现,包含语法分析词法分析等-A simple variation of the C language, C language, contains a syntax analysis of the lexical analysis
C
- 词法分析器,简单设计词法分析,用来完成编译的初期工作。-the discribtor og word
hello-tommrow
- 在网上跟一位老师学的,虽然很简单,但是适合初学者,感受一下c sharp,用起来很方便-learn from a teacher who major in computer,it is used to new person who want to study c sharp ,although it is looks easy
c
- 一个计算器的程序,简单而全面,用c++编写计算器程序-Calculator Program
word
- 使用C++编辑的词法分析器,可实现对简单C语言代码的词法分析-Use C++ edit lexical analyzer can be realized on a simple C language code lexical analysis
C编译器
- 简单地C语言小子集的编译程序,采用LR分析方法(Simple C language small set compiler, using LR analysis method)
词法分析代码
- 词法分析的简单c实现,将TESTSTRING中的字符串进行分词。(get words in TESTSTRING.)
write-a-C-interpreter-master
- c语言编译器解释器用于简单的c语言编译器的编译,主要用于初学者的简单的编译器(C language compiler interpreter)
yufa
- 简单编译器语法分析部分,大概可以应付编译原理实验的作业(Grammatical analysis)
dzzkrfg
- 简单的OA协同办公系统,简单的实现了用户管理、部门管理、岗位管理以及论坛相关的功能.(Simple OA collaborative office system, simple implementation of user management, department management, post management and forum related functions.)
简单词法分析器
- 用Java编写的用于C语言程序的词法分析的程序(A Lexical Analysis Program for C Language Programs Written in Java)