代码搜索:Specify
找到约 4,132 项符合「Specify」的源代码
代码结果 4,132
www.eeworm.com/read/144119/12812945
oa2def
#!/bin/sh
# *****************************************************************************
# *****************************************************************************
# oa2def
#
# This script is wr
www.eeworm.com/read/144119/12813620
oa2lef
#!/bin/sh
# *****************************************************************************
# *****************************************************************************
# oa2lef
#
# This script is wr
www.eeworm.com/read/244534/12857950
log cc_build.log
dsplnk a.mak
TMS320C1x/C2x/C2xx/C5x COFF Linker Version 7.00
Copyright (c) 1987-1999 Texas Instruments Incorporated
>> a.mak, line 30: -o flag does not specify a valid file name
>> : can'
www.eeworm.com/read/244507/12859348
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/143521/12868296
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/141545/13001874
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/140782/13062057
makefile
#------------------------------------------------------------------------------
#
# Commands:
# make OSTYPE=xxx [opt] Create optimized executable melp
# make OSTYPE=xxx debug
www.eeworm.com/read/140161/13103502
c help.c
#include "afx.h"
static char usage[] = /* Usage */
"CL386 Version " VERSION " (c) Kirill Joss, email: joss@c4.com\n"
"Usage: CL386.EXE [options] files\n"
" (first option is default) @fn
www.eeworm.com/read/326116/13165388
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/324473/13261793
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