代码搜索:Specify

找到约 4,132 项符合「Specify」的源代码

代码结果 4,132
www.eeworm.com/read/389295/8534756

1 sigfind.1

.TH SIGFIND 1 .SH NAME sigfind \- Find a binary signature in a file .SH SYNOPSIS .B sigfind [-b .I bsize .B ] [-o .I offset .B ] [-t .I template .B ] [-lV] [ .I hex_signature .B ] .I file .SH DESCRI
www.eeworm.com/read/430376/8752981

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/430376/8753047

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/285975/8797807

4 ch14.020_best_ex14.4

############################################################################## ## Example 14.4 (Recommended) from Chapter 14 of "Perl Best Practices" ## ## Copyright (c) O'Reilly & Associates
www.eeworm.com/read/429004/8824952

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/384201/8891309

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/383822/8915738

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/284304/8947306

txt 08-12.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/378479/9229869

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/181477/9249126

txt jdlog.txt

usage: javadoc [options] [packagenames] [sourcefiles] [classnames] [@files] -overview Read overview documentation from HTML file -public Show only public classes and