代码搜索:NetWork

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

代码结果 10,000
www.eeworm.com/read/339051/12265544

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/339051/12265593

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/252270/12290399

txt linux运行级详解.txt

作者:眉笔 日期:2001-1-31 11:16:34 Linux运行级详解 作者:Albert   对于那些在DOS/Win9x/NT平台下的高级用户而言,Linux似乎是一个怪物。没有config.sys,没有 autoexec.bat,具有个人特色的机器配置不知道从何开始。   需要说明的是,很多人认为Linux是Unix的一个克隆,但是,这种说法对于Linux是不公
www.eeworm.com/read/252270/12290764

txt red hat linux 7.1.txt

作者:studyboy email: studyboy@21cn.com 日期:8/26/2001 11:49:26 AM ---------------------------------------------------------------------------- ---- CNET 评分: 9 优点:能够通过Red Hat Network对软件包进行简明地升级,包含2.4
www.eeworm.com/read/150426/12293976

kconfig

# # Acorn Network device configuration # These are for Acorn's Expansion card network interfaces # config ARM_AM79C961A bool "ARM EBSA110 AM79C961A support" depends on NET_ETHERNET && ARM && ARCH_E
www.eeworm.com/read/150226/12303932

m hardlims.m

function a = hardlims(n,b) %HARDLIMS Symmetric hard limit transfer function. % % Syntax % % A = hardlims(N) % info = hardlims(code) % % Description % % HARDLIMS is a transfer functio
www.eeworm.com/read/150226/12303946

m hardlim.m

function a = hardlim(n,b) %HARDLIM Hard limit transfer function. % % Syntax % % A = hardlim(N) % info = hardlim(code) % % Description % % HARDLIM is a transfer function. Transfer fu
www.eeworm.com/read/150226/12303986

m dist.m

function z = dist(w,p) %DIST Euclidean distance weight function. % % Syntax % % Z = dist(W,P) % df = dist('deriv') % D = dist(pos) % % Description % % DIST is the Euclidean distance
www.eeworm.com/read/149908/12333848

c telnet.c

/* Internet Telnet client * Copyright 1991 Phil Karn, KA9Q */ #include #ifdef __TURBOC__ #include #include #endif #include "global.h" #include "mbuf.h" #include
www.eeworm.com/read/149908/12333877

c ttylink.c

/* Internet TTY "link" (keyboard chat) server * Copyright 1991 Phil Karn, KA9Q */ #include #include "global.h" #include "mbuf.h" #include "socket.h" #include "telnet.h" #include "s