代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/222590/14684983
c etheroutputdemo.c
/* etherOutputDemo.c - Demo for using low-level output ethernet routines */
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,06nov97,mm added cop
www.eeworm.com/read/222301/14697761
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/222301/14697839
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/222301/14697844
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/222088/14706044
h art_def.h
/* ------------------------------------------------------------------------- */
/* The ART Gallery */
/* -----------------------------------
www.eeworm.com/read/122236/14712321
m nntfnms.m
function n = nntfnms
%NNTFNMS Neural Network Design utility function.
% First Version, 8-31-95.
%==================================================================
n = ['compet ';
'ha
www.eeworm.com/read/122236/14712356
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/122236/14712358
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