资源列表
keywordsExtraction.rar
- 实现自动提取关键词功能的小程序,内有详细注释,Key features for automatic extraction of small procedures, with detailed notes
BlueLab-3.6.2-release.rar
- CSR蓝牙开发平台-BlueLab-3.6.2-release,CSR Bluetooth development platform-BlueLab-3.6.2-release
bianyi.rar
- 实现了此法分析器和语法分析器 有详细的代码和文档,This method achieved analyzer and parser code and detailed documentation
FormulaDecode.rar
- 一个基于编译原理的四则混合运算及括号运算实现的小程序,Compiled based on the principle of operation and four mixed small brackets computing procedures to achieve
FoxTools3.rar
- 一款反编译VFP程序的代码的工具,方便调试VFP编写的程序,VFP decompile tool code
analysis.rar
- 编译原理上机实验,c语言的词法分析器。将单词分为保留字,标识符,数字。可实现c语言的几乎全部词法分析。,Principle of the Experimental Machine compiler, c language lexical analyzer. The word is divided into reserved words, identifiers, numbers. Can be realized almost all of c language lexical analysis.
CMM.rar
- 这个语法分析器用到的是自顶向下的递归调用的方法,根据Cminus语言的文法规则 的BNF范式编写递归调用的代码,parse方法是程序的入口,它调用的stmt_sequence完成整个语法分析工作,stmt_sequence背后是12个互相调用的方法,它本身也在语法分析的过程中被调用到。 每个方法在最后会返回一个构造好的节点DefaultMutableTreeNode节点t给调用它的方法,然后调用它的方法用这个返回的节点继续构造,最后语法分析完成后会返回一棵完全构造好了的树节点,然后将这个树节点
mingw3.4.5.rar
- mingw 3.4.5 完整的编译器 windows下的ming gcc 开发环境,complete mingw 3.4.5 under windows compiler development environment ming gcc
LCD.rar
- 用DSP控制LED,DSP采用2812.此程序在实际板子上调试通过。,DSP control with LED, DSP using 2812. This program debugging through the actual board.
max-log-map.zip
- max-log-map算法的C语言的实现,能计算出所需要的LLR,做出软判决和硬判决。,max-log-map algorithm for the realization of the C language, can be required to calculate LLR, make a hard decision and soft decision.
RC531.rar
- RFID RC531 driver source code for PIC microcontroller,RFID RC531 driver source code for PIC microcontroller
huffman.rar
- 实现用huffman编码的编码译码器,用C++和vc6.0实现,With implementation of the huffman encoding codecs