代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/129891/14219257
c icmpcode_v4.c
#include "trace.h"
char *
icmpcode_v4(int code)
{
switch (code) {
case 0: return("network unreachable");
case 1: return("host unreachable");
case 2: return("protocol unreachable");
case 3: r
www.eeworm.com/read/230899/14269633
c telnet.c
/* Internet Telnet client
*/
#include
#ifdef __TURBOC__
#include
#include
#endif
#include "global.h"
#include "mbuf.h"
#include "socket.h"
#include "telnet.h"
#i
www.eeworm.com/read/230899/14269657
c ttylink.c
/* Internet TTY "link" (keyboard chat) server
*
*/
#include
#include "global.h"
#include "mbuf.h"
#include "socket.h"
#include "telnet.h"
#include "session.h"
#include "proc.h"
www.eeworm.com/read/230899/14269769
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/230899/14269931
c finger.c
/* Internet finger client
*/
#include
#include
#include "global.h"
#include "mbuf.h"
#include "socket.h"
#include "session.h"
#include "proc.h"
#include "netuser.h"
#in
www.eeworm.com/read/129000/14269979
djc_possx
#!/bin/sh
#-----------------------------------------------------------------------
# File : djc_possx
# Contents: possibilistic network induction
# on artificial Danish Jersey Cattle data
www.eeworm.com/read/129000/14269982
djc_local
#!/bin/sh
#-----------------------------------------------------------------------
# File : djc_local
# Contents: probabilistic network induction with local structure
# on artificial Dani
www.eeworm.com/read/129000/14269983
djc_prob
#!/bin/sh
#-----------------------------------------------------------------------
# File : djc_prob
# Contents: probabilistic network induction
# on artificial Danish Jersey Cattle data
www.eeworm.com/read/129000/14269986
djc_poss
#!/bin/sh
#-----------------------------------------------------------------------
# File : djc_poss
# Contents: possibilistic network induction on Danish Jersey Cattle data
# on real wor
www.eeworm.com/read/230899/14269990
c smisc.c
/* Miscellaneous Internet servers: discard, echo and remote
*/
#include
#include "global.h"
#include "mbuf.h"
#include "socket.h"
#include "proc.h"
#include "remote.h"
#include "smt