代码搜索:NetWork

找到约 10,000 项符合「NetWork」的源代码

代码结果 10,000
www.eeworm.com/read/149908/12334057

c lterm.c

/* Support local term on com port */ #include #include "global.h" #include "internet.h" #include "netuser.h" #include "socket.h" #include "session.h" #include "n8250.h" #include "asy
www.eeworm.com/read/149908/12334278

c finger.c

/* Internet finger client * Copyright 1991 Phil Karn, KA9Q */ #include #include #include "global.h" #include "mbuf.h" #include "socket.h" #include "session.h" #include
www.eeworm.com/read/149908/12334407

c smisc.c

/* Miscellaneous Internet servers: discard, echo and remote * Copyright 1991 Phil Karn, KA9Q */ #include #include "global.h" #include "mbuf.h" #include "socket.h" #include "proc.h"
www.eeworm.com/read/149908/12334418

c tipmail.c

/* "Dumb terminal" mailbox interface * Copyright 1991 Phil Karn, KA9Q * * May '91 Bill Simpson * move to separate file for compilation & linking * Sep '91 Bill Simpson * minor changes fo
www.eeworm.com/read/149908/12334470

c icmpmsg.c

/* ICMP message type tables * Copyright 1991 Phil Karn, KA9Q */ #include "global.h" /* ICMP message types */ char *Icmptypes[] = { "Echo Reply", NULL, NULL, "Unreachable", "Source
www.eeworm.com/read/149908/12334495

c fingerd.c

/* Internet Finger server * Copyright 1991 Phil Karn, KA9Q */ #include #include #include "global.h" #include "files.h" #include "mbuf.h" #include "socket.h" #include "s
www.eeworm.com/read/251414/12346608

html index.html

Welcome to the uIP web server!
www.eeworm.com/read/251414/12346644

html header.html

Welcome to the uIP web server!
www.eeworm.com/read/149739/12352639

m ffnc.m

%FFNC Feed-forward neural net classifier back-end % % [W,HIST] = FFNC (ALG,A,UNITS,ITER,W_INI,T,FID) % % INPUT % ALG Training algorithm: 'bpxnc' for back-propagation (default), 'lmnc' %
www.eeworm.com/read/149739/12352771

m bpxnc.m

%BPXNC Back-propagation trained feed-forward neural net classifier % % [W,HIST] = BPXNC (A,UNITS,ITER,W_INI,T,FID) % % INPUT % A Dataset % UNITS Array indicating number of units in each h