资源列表
Huffman-coding-and-decoding
- 在从键盘上输入字符时,只要是键盘上的字符任何字符都能接受,并能统计出输入的一串字符串中各个字符出现的次数,作为构建哈夫曼树时的各叶子结点的权值。 本程序同时具有译码功能 -Character input from the keyboard, as long as any of the characters in the character on the keyboard can be accepted, and the statistics of the number of occurr
213Convolutional-codecode-anddecode
- 实现(2,1,3)卷积码的编译码的源程序 采用了最大似然算法 译码采用了维比特译码-Achieve (2,1,3) of the source of the encoding and decoding of the convolutional code using a maximum likelihood decoding algorithm Viterbi decoding
lexical-analysis
- C语言词法分析器,实现了对单个C语言文件分词的功能,输出结果以图形界面显示。-C language lexical analyzer, the word of a single C-language file, the output is displayed in a graphical interface.
lex-yacc
- 一款用lex和yacc写的编译器,代码转换成了c++,对于small语言进行了编译。-A use lex and yacc to write a compiler, code converted into c++, the small language compiler.
Delphikaoqin
- 主要用Delphi实现考勤管理系统,可以实现对员工考勤管理和工资的管理。-It s a good system,you can find a good result.
Data
- 实现订单明细 汇总 自动求和 通过ACCESS C# 合并使用-To achieve the order summary automatic summation
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
jflex-1.4.1
- 用java语言编写的词法分析器,可以根据manual的要求编写词法文件,自动生成语法分析器。-Lexical analyzer java language, according to the requirements of the manual preparation of lexical files, and automatically generate a parser.
java_cup_v10k
- 用java编写的语法分析器,可以根据其中的manual编写语法规则,自动生成语法分析器。-Parser written in java to write the rules of grammar can be one of the manual and automatically generated parser.
Testcases
- 测试Tiger语言编译器的官方测试案例,如果能全部通过,则说明编译器编写基本成功。-The test the Tiger compiler of official test case, if they can all pass, then the write basic compiler success.
tiger-scheme
- tiger语言的整体框架,可以配合tiger语言语法规则,以及此框架编写tiger编译器。-the overall framework of the tiger language, can match the tiger the language syntax rules, and the framework of the preparation of tiger compiler.
mips-lib
- Tiger语言定义的库函数,编译器可以直接调用这些库函数。库函数已汇编成汇编代码。-The Tiger language-defined library functions, the compiler can directly call library functions. The library functions have been compiled into assembly code.