代码搜索:Specify

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

代码结果 4,132
www.eeworm.com/read/255510/12077987

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/152141/12136891

h const.h

/* This file is generated automatically by convert.pl from gozilla/manual.in. */ const char *progname = "gozilla"; const char *usage_const = "Usage: gozilla [-b browser][-p][+no] file\n\ gozill
www.eeworm.com/read/253219/12239469

x config.guess.x

--no-info [name] config.guess \- guess the build system triplet [Environment variables] config.guess might need to compile and run C code, hence it needs a compiler for the `build' machine: use the
www.eeworm.com/read/338643/12290854

m xgpstime.m

% xgpstime.m % Scope: This MATLAB program performs the following GPS time related % transformation: % 1) from (year, month, day) to (GPS wee
www.eeworm.com/read/148696/12440760

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/128628/14286412

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/127767/14337058

txt e494. registering for object changes in the directory.txt

This example registers with the directory to receive notification when changes are made to objects that have certain attributes. try { // Get event context for registering listener
www.eeworm.com/read/228131/14400167

cmd exp3.cmd

/* SPECIFY THE SYSTEM MEMORY MAP */ MEMORY { RAM (RWIX) : origin = 0100h, length = 01feffh /* Data Memory */ RAM2 (RWIX) : origin = 040100h, length = 040000h /* Program Memory */
www.eeworm.com/read/220620/14794975

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/119982/14814945

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