代码搜索:NetWork

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

代码结果 10,000
www.eeworm.com/read/158963/10707526

m contents.m

% Neural Network Design Demonstrations. % Copyright (c) 1994 by PWS Publishing Company. % % General % nnd - Splash screen. % nndtoc - Table of contents. % nnsound - Turn Neural Net
www.eeworm.com/read/158963/10707584

m nndrwcir.m

function nndrwcir(x,y,r,c) %NNDRWCIR Neural Network Design utility function. % % NNDRWCIR(X,Y,R,C) % X - Horizontal coordinate. % Y - Vertical coordinate. % R - Radius. % C - Color. %
www.eeworm.com/read/158963/10707588

m nnfexist.m

function ok = nnfexist(d) %NNFEXIST Neural Network Design utility function. % First Version, 8-31-95. %================================================================== ok = exist('hardlim'
www.eeworm.com/read/158963/10707676

m contents.m

% MININNET % Functions for Neural Network Design demonstrations. % (Do not use if Neural Network Toolbox is available.) % % Transfer functions % compet - Competitive transfer function. % h
www.eeworm.com/read/421666/10713995

c glpnet05.c

/* glpnet05.c (Goldfarb's maximum flow problem generator) */ /*********************************************************************** * This code is part of GLPK (GNU Linear Programming Kit). * * T
www.eeworm.com/read/350547/10732671

c bmpimagedefine.c

//*************************************************************************** // //文件名: BmpImageDefine.c //程序语言: C //功能: Bmp图像数据类型定义 //说明: 五 //完成日期: 2006-2-5 //修改日期: 2005-2-5 //作者: 张斯聪
www.eeworm.com/read/421154/10752530

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/421154/10752569

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/421154/10752724

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/421154/10753061

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