代码搜索:Specify
找到约 4,132 项符合「Specify」的源代码
代码结果 4,132
www.eeworm.com/read/326419/6289857
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/252441/6298523
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/257423/6356503
m c9ex14.m
f = [0 0.2 0.22 0.5 0.52 1]; % Specify f vector
m = [1 1 0.4 0.4 0 0]; % Specify amplitude response
n = 10; % Specify order
[b,a] = y
www.eeworm.com/read/493999/6386227
makefile
#------------------------------------------------------------------------------
#
# Commands:
# make OSTYPE=xxx [opt] Create optimized executable melp
# make OSTYPE=xxx deb
www.eeworm.com/read/491340/6438912
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/483608/6599633
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/481648/6636907
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/479927/6683738
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/264618/11308356
txt emc单片机学习笔记(6)bank.txt
因为大Size的单片机都要做Bank和Page的切换,为了在代码级简化,
EMC提供了宏供大家使用。宏本身没有什么特别的地方,就是把我们常用
的Bank和Page的切换做成一个模板而已。
------------------------------
BANK MACRO NUM
IF NUM == 0
BC _RSR,6
BC _
www.eeworm.com/read/405502/11461179
bat burn.bat
@echo off
set ST20ROOT=c:\pvr2flash\st20
set path=c:\pvr2flash\st20\bin;%path%
if "%1" == "" goto help
if "%1" == "-h" goto help
if "%1" == "-H" goto help
if "%1" == "--help" got help
rem First