代码搜索:Specify
找到约 4,132 项符合「Specify」的源代码
代码结果 4,132
www.eeworm.com/read/402283/11539732
m mm2616.m
% mm2616.m
close
x = -2.9:0.2:2.9; % specify the bins to use
y = randn(5000,1); % generate 5000 random data points
hist(y,x) % draw the histogram
title('Figure 26.16: Histogram of Gaussian Data')
www.eeworm.com/read/401363/11558651
v delay.v
module delay(out,a,b,c);
output out;
input a,b,c;
and a1(n1,a,b);
or o1(out,c,n1);
specify
(a=>out)=2;
(b=>out)=3;
(c=>out)=1;
endspecify
endmodule
www.eeworm.com/read/400225/11580363
v ram128x18_25um.v
`timescale 1ns/1ns
`ifdef RAM128X18_25UM
`else
`define RAM128X18_25UM
/*************************************************************************
** File : RAM128X18_25UM.v
** Design Date: 9 Feb
www.eeworm.com/read/400225/11580388
v ram128x18_25um.v
`timescale 1ns/1ns
`ifdef RAM128X18_25UM
`else
`define RAM128X18_25UM
/*************************************************************************
** File : RAM128X18_25UM.v
** Design Date: 9 Feb
www.eeworm.com/read/259646/11774969
txt readme.txt
The MDI demo project uses a TsuiBuiltInFileTheme component to build the
skin into the EXE file. So the EXE can be runned with skinned without
skin file.
When you open the project by Delphi, since
www.eeworm.com/read/344792/11860069
v delay.v
module delay(out,a,b,c);
output out;
input a,b,c;
and a1(n1,a,b);
or o1(out,c,n1);
specify
(a=>out)=2;
(b=>out)=3;
(c=>out)=1;
endspecify
endmodule
www.eeworm.com/read/154972/11909010
x config.guess.x
--no-info
[name]
config.guess \- guess the build system triplet
[Environment variables]
config.guess might need to compile and run C code, hence it needs a
compiler for the `build' machine: use the
www.eeworm.com/read/257336/11933631
v delay.v
module delay(out,a,b,c);
output out;
input a,b,c;
and a1(n1,a,b);
or o1(out,c,n1);
specify
(a=>out)=2;
(b=>out)=3;
(c=>out)=1;
endspecify
endmodule
www.eeworm.com/read/256461/11998936
v delay.v
module delay(out,a,b,c);
output out;
input a,b,c;
and a1(n1,a,b);
or o1(out,c,n1);
specify
(a=>out)=2;
(b=>out)=3;
(c=>out)=1;
endspecify
endmodule