代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/332729/12732748
cfg pipmasq.cfg
PSEUD=15.2.117.199
OUTER=15.2.117.197
NETWORK=255.255.248.0
GATEWAY=15.2.112.1
INTRA=192.168.0.2
PINGDOWN=off
www.eeworm.com/read/245492/12798289
h fann_cpp.h
#ifndef FANN_CPP_H_INCLUDED
#define FANN_CPP_H_INCLUDED
/**
*
* @file fann_cpp.h
*
* @brief Fast Artificial Neural Network (fann) C++ Wrapper
* Copyright (C) 2004 created by freego
www.eeworm.com/read/143706/12849565
m rbfunpak.m
function net = rbfunpak(net, w)
%RBFUNPAK Separates a vector of RBF weights into its components.
%
% Description
% NET = RBFUNPAK(NET, W) takes an RBF network data structure NET and a
% weight vector
www.eeworm.com/read/143706/12849889
m glmunpak.m
function net = glmunpak(net, w)
%GLMUNPAK Separates weights vector into weight and bias matrices.
%
% Description
% NET = GLMUNPAK(NET, W) takes a glm network data structure NET and a
% weight vecto
www.eeworm.com/read/143706/12849943
m mlptrain.m
function [net, error] = mlptrain(net, x, t, its);
%MLPTRAIN Utility to train an MLP network for demtrain
%
% Description
%
% [NET, ERROR] = MLPTRAIN(NET, X, T, ITS) trains a network data
% structure N
www.eeworm.com/read/329507/12950587
doxygen ctrl_iface.doxygen
/**
\page ctrl_iface_page Control interface
%wpa_supplicant implements a control interface that can be used by
external programs to control the operations of the %wpa_supplicant
daemon and to get sta