资源列表
smedit.tar
- 一款非常好用,而且对学习有帮助的纯文本编辑器源码。-A very easy to use, but also helpful in learning a plain text editor source.
projet
- Affichage avec Pic18F450 et aun afficheur LCD géré 4its modifiable 8bts
new
- 利用自己编写的MAX函数对输入的10个整数进行从大到小排序,谭浩强课后题答案-I have written the MAX function to input 10 integers the descending order Hemopurification after-school answer to question
bdm-generator-code.tar
- From a descr iption of a protocol in OpenDocument format, generate a C parser for this protocol. For now supports only binary protocols with fixed-size frames (several frames can have different sizes but a frame shall always have the same size).
P2
- Program that implements a dynamic vector in C-Program that implements a dynamic vector in C++
cf_ldpc
- LDPC编码器和解码器,校验矩阵的生成算法,校验实现等。-LDPC encode decode
tinycomp
- 用C语言实现的一个小型的tiny编译器,通过进行词法分析,自顶向下的语法分析进行编译。-Using C language to achieve a small tiny compiler, through lexical analysis, top-down syntax analysis to be compiled.
head - Cópia
- C++ for training and classification
Entropy-coding
- 熵编码(entropy encoding)是一类利用数据的统计信息进行压缩的无语义数据流之无损编码。本章先介绍熵的基本概念,然后介绍香农-范诺(Shannon-Fano)编码、哈夫曼(Huffman)编码、算术编码(arithmetic coding)、行程编码(RLE)和LZW编码等常用的熵编码方法。-Entropy coding (entropy encoding) is a kind of the compressed by using the data statistics of the
TinyBASIC
- 一款小巧的 BASIC 解释器,可以执行简单的 BASIC 语言,您可以扩充更多的语言指令。-A small BASIC interpreter, you can perform a simple BASIC language, you can expand more language instructions.
B6MHjIFh
- 编译原理实验正则表达式到NFA 由NFA到DFA,同时有状态表的生成-Experimental regular expression to NFA From NFA to DFA, while the state table generation
C_Compiler
- 编译原理课程实验——C语言编译器的实现,支持大多数常用C语言特性-A C Compiler