代码搜索:Specify
找到约 4,132 项符合「Specify」的源代码
代码结果 4,132
www.eeworm.com/read/374358/9408761
cpp usage.cpp
/*
* Copyright (C) 2006, Binary Ma
* Licence: GNU GPL 1991 - version 2
* Bug report: binary@eniak.org
*/
#include
static const char* _a = "specify remote server address in client mode";
www.eeworm.com/read/374228/9415522
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/374163/9419313
8 mkfs.bfs.8
.\" Copyright 1999 Andries E. Brouwer (aeb@cwi.nl)
.\" May be freely distributed.
.TH MKFS.BFS 8 "12 Sept 1999" "Util-linux 2.9x" "Linux System Administrator's Manual"
.SH NAME
mkfs.bfs \- make an SCO
www.eeworm.com/read/372505/9507682
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/169221/9875053
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/168434/9916608
makefile
#------------------------------------------------------------------------------
#
# Commands:
# make OSTYPE=xxx [opt] Create optimized executable melp
# make OSTYPE=xxx debug
www.eeworm.com/read/362310/10006006
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/164099/10129353
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/357617/10204947
txt 09-13.txt
% bar and barh
A=ceil(rand(5,3)*10);
x=[1,3,6,7,5];
subplot(2,3,1),bar(A),title('bar');
subplot(2,3,2),bar(x,A),title('specify the x label');
subplot(2,3,3),bar(A,1.5),title('width=1.5');
subplo
www.eeworm.com/read/426413/10253632
makefile
#------------------------------------------------------------------------------
#
# Commands:
# make OSTYPE=xxx [opt] Create optimized executable melp
# make OSTYPE=xxx debug