代码搜索:automatic

找到约 5,059 项符合「automatic」的源代码

代码结果 5,059
www.eeworm.com/read/364932/9887332

1 fig8.1

#include "apue.h" int glob = 6; /* external variable in initialized data */ char buf[] = "a write to stdout\n"; int main(void) { int var; /* automatic variable on the stack */ pid_t pid; var
www.eeworm.com/read/165816/10050687

h pciautoconfiglib.h

/* pciAutoConfigLib.h - PCI bus automatic resource allocation facility */ /* Copyright 1997-2000 Motorola, Inc. All Rights Reserved */ /* Copyright 1984-2000 Wind River Systems, Inc. */ /* mod
www.eeworm.com/read/276339/10746466

c ckudia.c

#include "ckcsym.h" char *dialv = "Dial Command, 8.0.160, 29 Apr 2002"; /* C K U D I A -- Module for automatic modem dialing. */ /* Copyright (C) 1985, 2004, Trustees of Columbia University
www.eeworm.com/read/421154/10753032

c axheard.c

/* AX25 link callsign monitoring. Also contains beginnings of * an automatic link quality monitoring scheme (incomplete) * */ #include "global.h" #include "mbuf.h" #include "iface.h" #includ
www.eeworm.com/read/270669/11030637

c axheard.c

/* AX25 link callsign monitoring. Also contains beginnings of * an automatic link quality monitoring scheme (incomplete) * */ #include "global.h" #include "mbuf.h" #include "iface.h" #includ
www.eeworm.com/read/449996/7492063

c axheard.c

/* AX25 link callsign monitoring. Also contains beginnings of * an automatic link quality monitoring scheme (incomplete) * */ #include "global.h" #include "mbuf.h" #include "iface.h" #includ
www.eeworm.com/read/437772/7741626

dpj flash.dpj

ADS
www.eeworm.com/read/437619/7744834

c axheard.c

/* AX25 link callsign monitoring. Also contains beginnings of * an automatic link quality monitoring scheme (incomplete) * */ #include "global.h" #include "mbuf.h" #include "iface.h" #includ
www.eeworm.com/read/435332/7793348

dpj chirp.dpj

ADS
www.eeworm.com/read/289562/7805638

c fork1.c

#include "apue.h" int glob = 6; /* external variable in initialized data */ char buf[] = "a write to stdout\n"; int main(void) { int var; /* automatic variable on the stack */ pid_t pid; var