搜索:ahead
找到约 17 项符合「ahead」的查询结果
结果 17
按分类筛选
https://www.eeworm.com/dl/665/384089.html
matlab例程
k-step ahead predictions determined by simulation of the % one-step ahead neural network predictor.
k-step ahead predictions determined by simulation of the
% one-step ahead neural network predictor. For NNARMAX
% models the residuals are set to zero when calculating the
% predictions. The predictions are compared to the observed output.
%
https://www.eeworm.com/dl/619/469551.html
Linux/Unix编程
linux read ahead算法博士论文
linux read ahead算法博士论文
https://www.eeworm.com/dl/648/134938.html
单片机开发
this is a sensorless fan motor control code .(it use the angle-ahead commutate tech.)
this is a sensorless fan motor control code .(it use the angle-ahead commutate tech.)
https://www.eeworm.com/dl/663/388867.html
VHDL/FPGA/Verilog
verilog code 4-bit carry look-ahead adder output [3:0] s //summation output cout //carryout inpu
verilog code
4-bit carry look-ahead adder
output [3:0] s //summation
output cout //carryout
input [3:0] i1 //input1
input [3:0] i2 //input2
input c0 //前一級進位
https://www.eeworm.com/dl/663/388874.html
VHDL/FPGA/Verilog
verilog code 16-bit carry look-ahead adder output [15:0] sum // 相加總和 output carryout // 進位 input
verilog code
16-bit carry look-ahead adder
output [15:0] sum // 相加總和
output carryout // 進位
input [15:0] A_in // 輸入A
input [15:0] B_in // 輸入B
input carryin // 第一級進位 C0
https://www.eeworm.com/dl/652/152316.html
文章/文档
Ripple Adder: 16-bit 全加,半加及ripple adder的设计及VHDL程序 Carry Look ahead Adder:4, 16, 32 bits 前置进位加法器的设计方
Ripple Adder: 16-bit 全加,半加及ripple adder的设计及VHDL程序
Carry Look ahead Adder:4, 16, 32 bits 前置进位加法器的设计方案及VHDL程序
Carry Select Adder:16 Bits 进位选择加法器的设计方案及VHDL程序
https://www.eeworm.com/dl/952181.html
技术资料
集成电路CD系列之CD4018
英文描述: CMOS Look-Ahead Carry Generator
中文描述: 查询的CMOS超前进位发生器
https://www.eeworm.com/dl/919823.html
技术资料
4008 CMOS 4位二进制并行进位全加器
The CD4008B types consist of four full-adder stages withfast look-ahead carry provision from
https://www.eeworm.com/dl/542/489738.html
其他书籍
It’s your first day in the lab.Undoubtedly you are experiencing a range of emotions: excitement, cu
It’s your first day in the lab.Undoubtedly you are experiencing a range
of emotions: excitement, curiosity, anxiety. You will be working in
this lab and with a group of people, as well as with your supervisor,
for several years to come. This is the first day of a long commitment ...
https://www.eeworm.com/dl/628/103268.html
编译器/解释器
Grammatica is a C# and Java parser generator (compiler compiler). It improves upon simlar tools (lik
Grammatica is a C# and Java parser generator (compiler compiler). It improves upon simlar tools (like yacc and ANTLR) by creating well-commented and readable source code, by having automatic error recovery and detailed error messages, and by support for testing and debugging gram ...