代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/400576/11573577
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/158402/11621059
makefile
DIRS = network vm userprog threads machine security ag
include ../Makefile
www.eeworm.com/read/158402/11621062
conf nachos.conf
Machine.stubFileSystem = true
Machine.processor = true
Machine.console = true
Machine.disk = false
Machine.bank = false
Machine.networkLink = true
Processor.usingTLB = true
Processor.variableTLB = tru
www.eeworm.com/read/158402/11621069
java netkernel.java
package nachos.network;
import nachos.machine.*;
import nachos.threads.*;
import nachos.userprog.*;
import nachos.vm.*;
import nachos.network.*;
/**
* A kernel with network support.
*/
public clas
www.eeworm.com/read/347253/11680164
conf wpa_supplicant_example.conf
##### Example wpa_supplicant configuration file ###############################
#
# This file describes configuration file format and lists all available option.
# Please also take a look at simple
www.eeworm.com/read/157453/11704474
out topo.out
enter number of edges of 5 vertex digraph
enter edge 1
enter edge 2
enter edge 3
enter edge 4
enter edge 5
enter edge 6
enter edge 7
The network's adjacency matrix is
0 1 1 0 1
0 0 0 1 1
www.eeworm.com/read/346706/11732082
h edpaddr.h
/*! \file edpaddr.h \brief Emerald Satellite EDP/I2C Bus Addresses. */
//*****************************************************************************
//
// File Name : 'edpaddr.h'
// Title : Eme
www.eeworm.com/read/259886/11759495
m contents.m
% Neural Network Demonstrations.
%
% Neural Network Toolbox Demonstrations and Applications
% ------------------------------------------------------
%
% Perceptrons
% demop1 - Classification
www.eeworm.com/read/259886/11759770
m demohop4.m
%% Spurious Stable Points
% A Hopfield network with five neurons is designed to have four stable
% equilibria. However, unavoidably, it has other undesired equilibria.
%
% Copyright 1992-2002 Th
www.eeworm.com/read/259886/11759930
m nntfnms.m
function n = nntfnms
%NNTFNMS Neural Network Design utility function.
% $Revision: 1.6 $
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% First Version, 8-31-95.
%======