资源列表
lexer
- 这是一个java写的java语言词法分析器,实现了简单的词法分析-This is a java written in java language lexical analyzer to achieve a simple lexical analysis
Compiler
- java编写的编译器程序,实现了基本功能,建议慎用。-java compiler program written to achieve the basic functionality, we recommend caution.
DataFetch_verilog
- It is the code for implementing the project titled "The Reconfigurable Instruction Cell Array(IEEE 2008)".
c-viterbi
- 这是(2,1,7)viterbi编码和译码的c语言代码 译码中是用基二算法实现的,运行时首先要在c盘中建立一个输入文件和一个输出文件。-This is the [2,1,7] viterbi encoding and decoding of the c language code decoding is to use the base implementation of the second algorithm, run-time we must first set up in c aft
LRyufafenxi
- 可以编译小程序,程序中可含有for和while循环,也可以嵌套循环,可运行,调试通过-Can compile a small program, the program can be contained for and while loop can also be nested loops, you can run, debug through the
cifa
- 词法分析的目的是将输入的源程序进行划分,给出基本符号(token)的序列,并掠过注解和空格等分隔符号。基本符号是与输入的语言定义的词法所规定的终结符。
chinese_get
- 从网页中提取出汉字信息,运用正则表达式提取。
yufafenxiqi
- 这个文件是一个关于语法分析器的构造源代码。是一个关于编译原理实验的内容。- This document is one about the grammar analyzer s structure source code. Is one about the translation principle experiment s content.
word_analyze
- 一个自己写的编译原理的词法分析程序,能实现加减乘除和基本的循环,条件语句的取出TOKEN序列的功能。-A compiler to write their own principles of lexical analysis procedures, to achieve the basic addition and subtraction and multiplication and division cycle, conditional statements out of sequence TO
XmlFile
- 封装的一个xml读写类,非常好用,将xml格式的复杂api通过封装,转换成类似ini的操作方法,此类是跨平台的,被我也应用到IOS平台 标准的key-value模型 例子 XMLFile File("1.xml","testRoot") //文件名和根节点 SetIntForKey("age",11) //设置 -Xml reading and writing classes in the package, very easy to use, the complex x
viterbimatlab
- 一个对(2,1,2)卷积码进行译码的维特比译码程序,它以最大似然译码为思想,根据译码网格,遍寻网格上所有可能的路径,选择最大可能的路径作为幸存路径进行译码。在本程序中,它依次在不同时刻,对网格中的相应列的点按照最大似然准则比较所有以它为终点的路径,即为幸存路径,而把其他路径堵死,弃之不用。故到下一时刻只要对幸存路径延伸出来的路径继续比较即可。由于假设了已知输入,且为有限短序列,所以没有考虑长序列译码时的截短。如果考虑长序列译码,则需要用截短译码器,考虑译码深度。-viterbi
