代码搜索:NetWork

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

代码结果 10,000
www.eeworm.com/read/230899/14269997

c tipmail.c

/* "Dumb terminal" mailbox interface */ #include "global.h" #include "mbuf.h" #include "timer.h" #include "proc.h" #include "iface.h" #ifndef UNIX #include "n8250.h" #endif #include "asy.h"
www.eeworm.com/read/230899/14270040

c icmpmsg.c

/* ICMP message type tables */ #include "global.h" /* ICMP message types */ char *Icmptypes[] = { "Echo Reply", NULL, NULL, "Unreachable", "Source Quench", "Redirect", NULL, N
www.eeworm.com/read/230899/14270057

c fingerd.c

/* Internet Finger server */ #include #include #include "global.h" #include "files.h" #include "mbuf.h" #include "socket.h" #include "session.h" #include "proc.h" #incl
www.eeworm.com/read/128787/14278745

htm ch3gla.htm

WEEK 3 -- At a Glance
www.eeworm.com/read/128482/14293912

m interfcode.m

function [exectime, data] = interfcode(seg, data) BWshare = 0.5; % Fraction of the network bandwidth occupied by this node if (rand(1) < BWshare) ttSendMsg(1, 1, 10); % send 10 bytes to myself en
www.eeworm.com/read/128482/14293963

cpp getmsg.cpp

#ifndef GET_MSG #define GET_MSG #include "getnetwork.cpp" // do the dirty work: poke around inside nwsys of network block NWmsg *nwGetMsg(Network* net) { NWmsg *m; if ((m = (NWmsg *)net->nwsys-
www.eeworm.com/read/128482/14294022

cpp sendmsg.cpp

#ifndef SEND_MSG #define SEND_MSG #include "getnetwork.cpp" // do the dirty work: poke around inside nwsys of the network block void nwSendMsg(NWmsg *nwmsg, RTnetwork *nwsys) { // set time when f
www.eeworm.com/read/128482/14294128

cpp ttsendmsg.cpp

#define KERNEL_MATLAB #include "../ttkernel.h" RTsys *rtsys; #include "../sendmsg.cpp" #include "getrtsys.cpp" void mexFunction( int nlhs, mxArray *plhs[], int nrhs, const mxArra
www.eeworm.com/read/128482/14294146

cpp ttgetmsg.cpp

#define KERNEL_MATLAB #include "../ttkernel.h" RTsys *rtsys; #include "../getmsg.cpp" #include "getrtsys.cpp" void mexFunction( int nlhs, mxArray *plhs[], int nrhs, const mxArray
www.eeworm.com/read/230170/14303246

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