搜索结果

找到约 657 项符合 depth-first 的查询结果

Java书籍 This handbook is a concise guide to architecting, designing, and building J2EE applications. Whether

This handbook is a concise guide to architecting, designing, and building J2EE applications. Whether you re architect your first J2EE application or looking to keep your projects on-time and on-budget, you will refer to this handbook again and again.
https://www.eeworm.com/dl/656/257842.html
下载: 86
查看: 1068

VHDL/FPGA/Verilog Synthesizable FIFO Model This example describes a synthesizable implementation of a FIFO. The FIFO

Synthesizable FIFO Model This example describes a synthesizable implementation of a FIFO. The FIFO depth and FIFO width in bits can be modified by simply changing the value of two parameters, `FWIDTH and `FDEPTH. For this example, the FIFO depth is 4 and the FIFO width is 32 bits.
https://www.eeworm.com/dl/663/258631.html
下载: 76
查看: 1040

uCOS 此范例可在window的DOS上执行.有9各TASK分别秀出时间.执行方式解压锁COPY到C碟然后BC45SOURCE下修改TEST.C在BC45TEST下执行MAKETEST.BAT就可编绎出执行档

此范例可在window的DOS上执行.有9各TASK分别秀出时间.执行方式解压锁COPY到C碟然后BC45\SOURCE下修改TEST.C在BC45\TEST下执行MAKETEST.BAT就可编绎出执行档 to show the starting time and completion time of each task in the first round.
https://www.eeworm.com/dl/649/259280.html
下载: 45
查看: 1056

matlab例程 Adaptive Filter. This script shows the BER performance of several types of equalizers in a static ch

Adaptive Filter. This script shows the BER performance of several types of equalizers in a static channel with a null in the passband. The script constructs and implements a linear equalizer object and a decision feedback equalizer (DFE) object. It also initializes and invokes a maximum likelihood s ...
https://www.eeworm.com/dl/665/259919.html
下载: 23
查看: 1049

书籍源码 这是关于二叉数的程序

这是关于二叉数的程序,前中后序遍历,DEPTH,YEZISHUDENG
https://www.eeworm.com/dl/532/260063.html
下载: 118
查看: 1028

其他书籍 μC/OS-II Goals Probably the most important goal of μC/OS-II was to make it backward compatible with

μC/OS-II Goals Probably the most important goal of μC/OS-II was to make it backward compatible with μC/OS (at least from an application’s standpoint). A μC/OS port might need to be modified to work with μC/OS-II but at least, the application code should require only minor changes (if any). Als ...
https://www.eeworm.com/dl/542/260434.html
下载: 110
查看: 1069

单片机开发 /*SPI规范:Data is always clocked into the device on the rising edge of SCK a-*/ /* nd clocked out of

/*SPI规范:Data is always clocked into the device on the rising edge of SCK a-*/ /* nd clocked out of the device on the falling edge of SCK.All instruction-*/ /* s,addresses and data are transferred with the most significant bit(MSB) */ /* first.
https://www.eeworm.com/dl/648/261407.html
下载: 166
查看: 1161

VC书籍 This function returns NULL when called for an MDI main frame window (CMDIFrameWnd). In an MDI applic

This function returns NULL when called for an MDI main frame window (CMDIFrameWnd). In an MDI application, the MDI main frame window does not have a view associated with it. Instead, each individual child window (CMDIChildWnd) has one or more associated views. The active view in an MDI application c ...
https://www.eeworm.com/dl/686/262935.html
下载: 63
查看: 1028

编译器/解释器 实现LL1文法

实现LL1文法,从输入文法到FIRST、FOLLOW集,分析表。再到输入文法动作
https://www.eeworm.com/dl/628/262951.html
下载: 175
查看: 1054

汇编语言 LL(1)文法判定算法,LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串

LL(1)文法判定算法,LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。 LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是 ...
https://www.eeworm.com/dl/644/265689.html
下载: 72
查看: 1704