代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/452710/7436044
c egp.c
/* egp.c - egp */
#include
#include
#include
/*------------------------------------------------------------------------
* egp -- Do the Exterior Gateway Pro
www.eeworm.com/read/452710/7436102
c getnet.c
/* getnet.c - getnet, getinet */
#include
#include
#include
/*------------------------------------------------------------------------
* getnet - obtain th
www.eeworm.com/read/452710/7436105
c,v getnet.c,v
head 1.1;
access;
symbols;
locks
dls:1.1; strict;
comment @ * @;
1.1
date 97.09.21.19.27.59; author dls; state Dist;
branches;
next ;
desc
@@
1.1
log
@pre-3e code
@
text
www.eeworm.com/read/452710/7436121
c,v slowtimer.c,v
head 1.1;
access;
symbols;
locks
dls:1.1; strict;
comment @ * @;
1.1
date 97.09.21.19.27.59; author dls; state Dist;
branches;
next ;
desc
@@
1.1
log
@pre-3e code
@
text
www.eeworm.com/read/451547/7462003
m mytrainlm.m
function [net,tr,v3,v4,v5,v6,v7,v8] = ...
trainlm(net,Pd,Tl,Ai,Q,TS,VV,TV,v9,v10,v11,v12)
%TRAINLM Levenberg-Marquardt backpropagation.
%
% Syntax
%
% [net,tr] = trainlm(net,Pd,Tl,Ai,Q,TS,VV)
%
www.eeworm.com/read/451182/7469535
plg serialcomm.plg
Build Log
--------------------Configuration: SerialComm - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\AD
www.eeworm.com/read/450608/7480071
m ffnc.m
%FFNC Feed-forward neural net classifier back-end
%
% [W,HIST] = FFNC (ALG,A,UNITS,ITER,W_INI,T,FID)
%
% INPUT
% ALG Training algorithm: 'bpxnc' for back-propagation (default), 'lmnc'
%
www.eeworm.com/read/450608/7480129
m bpxnc.m
%BPXNC Back-propagation trained feed-forward neural net classifier
%
% [W,HIST] = BPXNC (A,UNITS,ITER,W_INI,T,FID)
%
% INPUT
% A Dataset
% UNITS Array indicating number of units in each h
www.eeworm.com/read/450258/7486720
dem multimsh.dem
#
# $Id: multimsh.dem,v 1.5 2003/10/28 05:35:54 sfeam Exp $
#
set parametric
set hidden3d
unset key
set xrange [0:8]
set yrange [-4:4]
set zrange [-2:2]
set style data line
set title "Demo of multiple
www.eeworm.com/read/449996/7491913
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