代码搜索:NetWork

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

代码结果 10,000
www.eeworm.com/read/429611/8799404

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/429611/8799475

c smisc.c

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

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/429611/8799523

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/429611/8799556

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/285874/8804370

htm legal.htm

EC++ CD: Legal Stuff
www.eeworm.com/read/385357/8808134

txt 4.txt

十九 格式化 格式化: 指对磁盘进行使用前的预处理以便存入数据。一般而言,新盘是必须格式化的,而使用过的旧盘也可以格式化,格式化后磁盘上全部数据将被删除。 二十 美国信息交换标准代码ASCII 美国信息交换标准代码ASCII - 为"美国信息交换标准代码"九个字的缩写,ASCII 文件是简单的无格式文本文件,可以由任何计算机所识别,Windows 中的记事本及任何文字处 ...
www.eeworm.com/read/429114/8817808

sp p1-46.sp

* HSPICE SIMULATION FILE EX1-5-1 * SIMPLE RESISTER NETWORK * .OPTIONS POST=2 LIST R1 1 2 2 R2 2 3 5 R3 0 3 2 R4 2 3 4 R5 2 4 15 R6 4 3 5 Vdc 1 0 DC 120V .OP *.DC Vdc 3V 5V 1V *.PRINT DC V(
www.eeworm.com/read/384940/8832428

m fm_xy.m

function fm_xy(flag) % FM_XY draw network topology % % FM_XY(FLAG)x % FLAG 'ytree' -> graph on a circle % 'etree' -> elimination tree % %Author: Federico Milano %Date: 11-Nov-2002 %
www.eeworm.com/read/384846/8838591

h net.h

/***************************************************************************** * net.h - Network communications global header file. * * Copyright (c) 1998 Global Election Systems Inc. * * The aut