搜索资源列表
wavelets
- 小波变换的基本思想是用一组小波或基函数表示一个函数或信号。-The basic idea of the wavelet transform is a wavelet or base function represents a function or signal.
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
5-bianyichengxu-ppt
- 编译原理:第五章,语法分析,自下而上,自下而上分析基本思想。-Compiler theory: Chapter Five, parsing- bottom to top, bottom-up analysis of the basic idea.
FUZZY-LOGIC
- uzzy logic is an approach to computing based on degrees of truth rather than the usual true or false (1 or 0) Boolean logic on which the modern computer is based. The idea of fuzzy logic was first advanced by Dr. Lotfi Zadeh of the University of Cali
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