代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/388426/8609991
m hardlim.m
function a = hardlim(n,b)
%HARDLIM Hard limit transfer function.
%
% Syntax
%
% A = hardlim(N)
% info = hardlim(code)
%
% Description
%
% HARDLIM is a transfer function. Transfer fu
www.eeworm.com/read/388426/8610057
m dist.m
function z = dist(w,p)
%DIST Euclidean distance weight function.
%
% Syntax
%
% Z = dist(W,P)
% df = dist('deriv')
% D = dist(pos)
%
% Description
%
% DIST is the Euclidean distance
www.eeworm.com/read/187617/8614123
67386
Path: cantaloupe.srv.cs.cmu.edu!rochester!udel!gatech!howland.reston.ans.net!sol.ctr.columbia.edu!caen!batcomputer!munnari.oz.au!sol.deakin.OZ.AU!news.cs.uow.edu.au!picasso.cssc-syd.tansu.com.au!boyd!
www.eeworm.com/read/431862/8648903
m dist.m
function z = dist(w,p)
%DIST Euclidean distance weight function.
%
% Syntax
%
% Z = dist(W,P)
% df = dist('deriv')
% D = dist(pos)
%
% Description
%
% DIST is the Euclidean di
www.eeworm.com/read/431860/8648916
m radbas.m
function a = radbas(n,b)
%RADBAS Radial basis transfer function.
%
% Syntax
%
% A = radbas(N)
% info = radbas(code)
%
% Description
%
% RADBAS is a transfer function. Transfe
www.eeworm.com/read/431675/8662326
m solvelin.m
function [w,b] = solvelin(p,t)
%SOLVELIN Design linear network.
%
% [W,B] = SOLVELIN(P,T)
% P - RxQ matrix of Q input vectors.
% T - SxQ matrix of Q target vectors.
% Returns:
% W - SxR weight
www.eeworm.com/read/287437/8686452
kconfig
#
# Acorn Network device configuration
# These are for Acorn's Expansion card network interfaces
#
config ARM_AM79C961A
bool "ARM EBSA110 AM79C961A support"
depends on NET_ETHERNET && ARM && ARCH_E
www.eeworm.com/read/287284/8697216
txt can特点.txt
////////////////////////////////////////////////////
/////CAN总线的特点
1. CAN(Controller Area Network)总线是德国Bosch公司从20世纪80年代初为解决现代汽车中众多的控制与测试仪器之间的数据交换而开发的一种串行数据协议,目前已成为国际标准化组织ISO11898标准,总线规范为2,他是一种有效支持分布
www.eeworm.com/read/431224/8698479
m fm_xy.m
function fm_xy(flag)
% FM_XY draw network topology
%
% FM_XY(FLAG)x
% FLAG 'ytree' -> graph on a circle
% 'etree' -> elimination tree
%
%Author: Federico Milano
%Date: 11-Nov-2002
%
www.eeworm.com/read/431176/8705906
m demopsonet.m
% demoPSOnet.m
% script to show a quick, uncomplicated demo of using trainpso for training
% a neural net
%
% tries to build a feedforward neural net to approximate a noisy increaing
% sin funct