TOP-DOWN
自顶向下(top-down)的分析算法通过在最左推导中描述出各个步骤来分析记号串输入。将大型的数字电路设计分割成大小不一的小模块来实现特定的功能,最后通过由顶层模块调用子模块来实现整体功能,这就是Top-Down的设计思想。
资源总数
159
TOP-DOWN 全部资料 159 份
This is hands-down the best C++ book for anyone who really wants to use C++, it will take you throug
This is hands-down the best C++ book for anyone who really wants to use C++, it will take you through all of the feature...
2017-04-10
114
卫星调谐器 DBS TUNER The TA1322FN is a wideband down-converter which can operate at input frequency ra
卫星调谐器 DBS TUNER The TA1322FN is a wideband down-converter which can operate at input frequency ranging from 850 MHz t...
2017-06-17
169
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUn
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUnrec(Bitree t) { SqSt...
2014-01-26
117
JAVA多torrent下载程序P2P源码 This is a stripped down version of Manfred Duchrows Programmer s Freind class
JAVA多torrent下载程序P2P源码 This is a stripped down version of Manfred Duchrows Programmer\ s Freind class library. No code ...
2017-03-02
71
j2me方向的控制的演示,手机上的up,down,left,right等的控制的和显示
j2me方向的控制的演示,手机上的up,down,left,right等的控制的和显示
2013-11-26
42