代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/351010/10688215
m nnpause.m
function nnpause(delay)
%NNPAUSE A Neural Network Design utility function.
% First Version, 8-31-95.
%==================================================================
drawnow
start = cloc
www.eeworm.com/read/351010/10688431
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/351010/10688504
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/351010/10688509
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/159119/10693101
dev jcq.dev
[Project]
FileName=JCQ.dev
Name=JCQ
UnitCount=8
Type=0
Ver=1
ObjFiles=
Includes=
Libs=
PrivateResource=JCQ_private.rc
ResourceIncludes=
MakeIncludes=
Compiler=
CppCompiler=-mms-bitfields_
www.eeworm.com/read/159119/10693120
cpp jcq.cpp
#include "../network/network.h"
#include "gui.h"
#define SERVER_IP "localhost"
network *net;
extern bool online;
extern struct _gui gui;
bool
envoi_message(char *dest, char *msg)
{
cha
www.eeworm.com/read/158963/10707269
m nntfnms.m
function n = nntfnms
%NNTFNMS Neural Network Design utility function.
% First Version, 8-31-95.
%==================================================================
n = ['compet ';
'ha
www.eeworm.com/read/158963/10707332
m nntexist.m
function e = nntexist(d)
% NNTEXIST Neural Network Design utility function.
% First Version, 8-31-95.
%==================================================================
e = exist('learnp');
www.eeworm.com/read/158963/10707333
m nncallbk.m
function y = nncallbk(demo,command)
%NNCALLBK Neural Network Design utility function.
% First Version, 8-31-95.
% NNCALLBK(DEMO,COMMAND)
% DEMO - Name of demo.
% COMMAND - Command.
% Ret
www.eeworm.com/read/158963/10707352
m nnpause.m
function nnpause(delay)
%NNPAUSE A Neural Network Design utility function.
% First Version, 8-31-95.
%==================================================================
drawnow
start = cloc