资源列表
Huffman-Coder
- 本程序为《信息论与编码》课程中的哈夫曼编码,香农编码源代码等的教学辅助资料-They are focus on the course information theory and coding
Huffman
- 本程序是为配合《信息论与编码》课程中的相关程序设计而编写的源代码。-It is focus on the course the informaiton theory and coding
216Convolutional-code-Vibet
- 实现(2,1,6)卷积码的维比特译码源程序,采用了最大似然算法 介绍了软判决维特比译码算法过程的三个步骤:初始化,度量更新和回溯译码 -Achieve (2,1,6) convolutional code Viterbi decoder source code, using the maximum likelihood algorithm for soft decision Viterbi decoding algorithm process three steps: initiali
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.