代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/112400/15488670
txt rfc99.txt
Network Working Group P. Karp
Request for Comments: 99 MITRE
NIC 5758
www.eeworm.com/read/112400/15488883
txt rfc770.txt
Network Working Group J. Postel
Request for Comments: 770 ISI
www.eeworm.com/read/112400/15488911
txt rfc170.txt
RFC List by Number 1 June 1971 RFC 170 NIC 6790
1st Author Title Date NIC RFC
Crocker HOST Software
www.eeworm.com/read/111603/15509327
m train.m
function net = train(net, tutor, varargin)
% TRAIN
%
% Train a max-win multi-class support vector classifier network using the
% specified tutor to train each component two-class network.
%
www.eeworm.com/read/111603/15509376
m train.m
function net = train(net, tutor, varargin)
% TRAIN
%
% Train a max-win multi-class support vector classifier network using the
% specified tutor to train each component two-class network.
%
www.eeworm.com/read/111603/15509379
m train.m
function net = train(net, tutor, varargin)
% TRAIN
%
% Train a dag-svm multi-class support vector classifier network using the
% specified tutor to train each component two-class network.
%
www.eeworm.com/read/111456/15512419
plg serialcomm.plg
Build Log
--------------------Configuration: SerialComm - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\AD
www.eeworm.com/read/110479/15532981
txt shuyu.txt
不少书里的网络术语都用了英文缩写,不熟悉的话很不方便。
现列出一些,还请大家补正。
FEP (Front End Processor,前端处理机)
TC (Terminal Controller,终端控制器)
MODEM (Modem,调制解调器)
IMP (Interface Message Processor,接
www.eeworm.com/read/110420/15534248
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/110420/15534259
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"