代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/259886/11759982
m nnfexist.m
function ok = nnfexist(d)
%NNFEXIST Neural Network Design utility function.
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% $Revision: 1.6 $
% First Version, 8-31-95.
www.eeworm.com/read/259886/11759989
m nntexist.m
function e = nntexist(d)
% NNTEXIST Neural Network Design utility function.
% $Revision: 1.6 $
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% First Version, 8-31-95.
%
www.eeworm.com/read/259881/11760147
m netinv.m
function a = netinv(n,b)
%NETINV Inverse transfer function.
%
% Syntax
%
% A = netinv(N)
% info = netinv(code)
%
% Description
%
% NETINV is a transfer function. Transfer fun
www.eeworm.com/read/259099/11820808
txt e100ce4.txt
Windows CE Network Interface Installation
12/18/2002
Summary
The configuration files provided with the Windows* CE driver enable support for single
or multiple network interfaces based on the 82
www.eeworm.com/read/155994/11836084
cc net.cc
/*-
* Copyright (c) 1993-1994, 1996 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/345059/11841664
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/345059/11841695
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/345059/11841905
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/345059/11842195
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/345059/11842304
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