搜索资源列表
sata
- SATA协议的中文概括。英文的好几百页,看英文头疼的可以先看看中文的,注意不是协议的完整翻译-The SATA protocol of Chinese generally. Hundreds of pages of the English, watching English headaches can take a look at Chinese, attention is not a complete translation of the agreement
123
- 数码管工程,想要学习数码管的人要-The digital tube Engineering want to learn digital tube to take a look
main
- Test Hello word. Just a self training test from beginners. Take a look
bianyishiyan
- 一个简单的LR语法分析器分析程序,希望需要的人简单看下,提供借鉴。-LR parser parses a simple program, I hope those who need a simple look, learn.
calculator
- MFC实现简单的计算器功能,初学者可以看看。还有点小问题。-MFC simple calculator functions, beginners can look at. There is a small problem.
BPSK
- To implement the Binary Amplitude Shift Keying, Binary Phase Shift Keying and Binary Frequency Shift Keying modulators with the help of a Digital Sinusoidal wave oscillator implemented using Look-Up Table.IN THESE ONLY BPSK IS THERE.
calender
- 基于FPGA的电子万年历主程序,只有主程序没有下级模块,望笑纳-FPGA-based electronic calendar main program, only the main program does not subordinate module, look kindly
ERROR-detecting-code-using-CRC-CCITT
- The idea behind CRC calculation is to look at the data as one largebinary number. This number is divided by a certain value and the remainder ofthe calculation is called the CRC. Dividing in the CRC calculation at firstlooks to cost a lot of computin
HDD-TOOLS
- Depli编写的wdr6.0网上收集的,是wd硬盘的维修程序,不过好像有的地方没有写完整,有需要的可以下载-Depli written in wdr6.0 online collection, is the WD hard disk maintenance program, but it seems that some places did not write complete, there is a need to download a look
ReflectorCmd
- Dot Net反組譯器,有興趣的可以參考看看,-Dot Net disassemble device, we are interested can refer to a look,
semanticAnalysis
- 这是编译原理实验三语义分析的完整JAVA代码 可供哈威软件工程的同学作为参考-This is a complete code of semantic analysis. Students of Software Engineering at HITWH can have a look to bring you guys new ideas.(NB: Only code, no document for explaining!)
melangerMot
- look up tables search for the right table many tables in the data base to search for the right one -look up tables search for the right table many tables in the data base to search for the right one
grammar
- 预测分析法(LL(1)方法)的基本思想是:从文法开始符S出发,从左到右扫描源程序,每次通过向前查看 1 个字符,选择合适的产生式,生成中间推导过程以及句子的最左推导。本程序可以输入预测分析表,输出最左推导和中间过程。(The basic idea of prediction analysis method (LL (1)) is to start from the grammar start symbol S, and scan the source program from left to r