代码搜索:Specify
找到约 4,132 项符合「Specify」的源代码
代码结果 4,132
www.eeworm.com/read/355389/10271292
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/162609/10291301
makefile
#------------------------------------------------------------------------------
#
# Commands:
# make [opt] Create optimized executable melp
# make debug Create debugg
www.eeworm.com/read/162078/10337997
c my_ren.c
#include
void main(int argc, char *argv[])
{
if (argc < 3)
printf("Must specify a source and target filename\n");
else if (rename(argv[1], argv[2]))
printf("Error renami
www.eeworm.com/read/279022/10482373
cmd link.cmd
/*************************************************************************
* $RCSfile: Link.cmd,v $
* $Revision: 1.3 $
* $Date: 2001/04/19 18:56:50 $
* Copyright (c) 2001 Texas Instruments Incorpo
www.eeworm.com/read/278099/10569970
man getoptsl.man
+++Date last modified: 05-Jul-1997
FUNCTION: getopts_lite()
ABSTRACT: Command line argument processor. A subset of getopts() (also in
SNIPPETS), handles switches, options, lit
www.eeworm.com/read/159869/10606053
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/159552/10640426
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/276954/10692080
txt todo.txt
Add capability in swap for selecting points other than data points.
Allow user to specify initial center points.
www.eeworm.com/read/350637/10725233
c my_ren.c
#include
void main(int argc, char *argv[])
{
if (argc < 3)
printf("Must specify a source and target filename\n");
else if (rename(argv[1], argv[2]))
printf("Error renami
www.eeworm.com/read/350636/10726959
c my_ren.c
#include
void main(int argc, char *argv[])
{
if (argc < 3)
printf("Must specify a source and target filename\n");
else if (rename(argv[1], argv[2]))
printf("Error renami