代码搜索:16
找到约 10,000 项符合「16」的源代码
代码结果 10,000
www.eeworm.com/read/296134/7103025
dat firlp16.dat
int LP_h[L]={
78,
-30,
-390,
-817,
-273,
2259,
6231,
9325,
9325,
6231,
2259,
-273,
-817,
-390,
-30,
78};
www.eeworm.com/read/400482/7103307
v adder16.v
`include "adder.v"
module adder16(cout,sum,a,b,cin);
output cout;
parameter my_size=16;
output[my_size-1:0] sum;
input[my_size-1:0] a,b;
input cin;
adder my_adder(cout,sum,a,b,cin);
endmod
www.eeworm.com/read/400482/7103378
v latch_16.v
module latch_16(qo,din,load);
output[15:0] qo;
input[15:0] din;
input load;
reg[15:0] qo;
always @(posedge load)
begin qo=din; end
endmodule
www.eeworm.com/read/347653/7107939
bmp 16-1.bmp
www.eeworm.com/read/125003/7109591
gif mood16.gif
www.eeworm.com/read/301659/7110204
gif ico16.gif
www.eeworm.com/read/301659/7110276
gif index_16.gif
www.eeworm.com/read/453344/7111456
pdf ch16.pdf
www.eeworm.com/read/204787/7111527
pdf ch16.pdf
www.eeworm.com/read/296774/7114436